Add the NEWS file to the .spec instead of the ChangeLog
[synfig.git] / ETL / trunk / bootstrap
index 204c510..485bf29 100755 (executable)
@@ -127,7 +127,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;