Wooops, missed .spec versioning in Makefile.am
[synfig.git] / synfig-studio / trunk / bootstrap
index c4f0267..f3fe2d7 100755 (executable)
@@ -150,7 +150,7 @@ mv project.spec "$PACKAGE.spec"
 
 output Finishing up $PACKAGE.spec...
 echo %changelog >> "$PACKAGE.spec"
-cat ChangeLog >> "$PACKAGE.spec"
+cat NEWS >> "$PACKAGE.spec"
 
 output Creating configure.in from configure.ac...
 sed "$SED_SCRIPT" < $CONFIG_DIR/configure.ac > configure.in;