From f8ed81fffac90f713fa4b6c368a93a57c4d0163c Mon Sep 17 00:00:00 2001 From: pabs Date: Mon, 24 Jul 2006 11:01:59 +0000 Subject: [PATCH] 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 --- synfig-studio/trunk/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.7.4