diff --git a/bump-and-build.sh b/bump-and-build.sh index ebd2b0d..d7b98a0 100755 --- a/bump-and-build.sh +++ b/bump-and-build.sh @@ -3,8 +3,8 @@ set -e rpmdev-bumpspec -r -c "- Bump and rebuild." libguestfs.spec -cvs diff -u ||: -echo Press RETURN to commit or ^C to exit. -read -cvs ci -m "Bump and rebuild." -make tag && make build && make update +git diff ||: +echo "Press ENTER to commit, push and rebuild." +read line +fedpkg commit -m "Bump and rebuild." -p +fedpkg build diff --git a/libguestfs.spec b/libguestfs.spec index 40ccbc4..c5baeb0 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -42,7 +42,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.6.2 -Release: 1%{?dist}.4 +Release: 1%{?dist}.5 License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -742,6 +742,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 18 2011 Richard W.M. Jones - 1:1.6.2-1.5 +- Bump and rebuild. + * Thu Nov 18 2010 Richard Jones - 1:1.6.2-1.fc13.4 - New upstream stable branch version 1.6.2. - This version includes a make install rule that works for Ruby, so