From 763d98d1eaa829e8ad6b78a7aab07f7d53efc4e4 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 23 Aug 2010 23:18:07 -0700 Subject: Prepare for release --- configure.ac | 2 +- fedora-packager.spec | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index d19f368..33b84e6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.5.1.2]) +AC_INIT([fedora-packager], [0.5.1.3]) AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) AM_PATH_PYTHON(,, [:]) AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) diff --git a/fedora-packager.spec b/fedora-packager.spec index 2c5e873..b4c7a06 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,7 +3,7 @@ %endif Name: fedora-packager -Version: 0.5.1.2 +Version: 0.5.1.3 Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment @@ -73,6 +73,20 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Aug 23 2010 Jesse Keating - 0.5.1.3-1 +- Error check the update call. #625679 +- Use the correct remote when listing revs +- Add the bash completion file +- make fedora-cvs only do anonymous chackouts since cvs is read only now. +- re-fix dist defines. +- Short cut the failure on repeated builds +- Allow passing srpms to the build command +- clone: set repo's push.default to tracking +- pull the username from fedora_cert to pass to bodhi +- Catch double ^c's from build. RHBZ #620465 +- Fix up chain building +- Add missing process call for non-pipe no tty. + * Thu Aug 12 2010 Dennis Gilmore - 0.5.1.2-1 - fix rh bz 619733 619879 619935 620254 620465 620595 620648 - 620653 620750 621148 621808 622291 622716 -- cgit