From: pabs Date: Mon, 24 Jul 2006 11:01:59 +0000 (+0000) Subject: Add the NEWS file to the .spec instead of the ChangeLog X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=f8ed81fffac90f713fa4b6c368a93a57c4d0163c;p=synfig.git Add the NEWS file to the .spec instead of the ChangeLog git-svn-id: http://svn.voria.com/code@207 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/bootstrap b/synfig-studio/trunk/bootstrap index c4f0267..f3fe2d7 100755 --- a/synfig-studio/trunk/bootstrap +++ b/synfig-studio/trunk/bootstrap @@ -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;