From 40716b273f0153b7900fcb8ba26493be180387f3 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 4 Mar 2011 00:20:22 -0700 Subject: Release 0.5.7.0 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- fedora-packager.spec | 10 +++++++++- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ba61ab..f156911 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +* Fri Mar 04 2011 Jesse Keating - 0.5.7.0-1 +- If chain has sets, handle them right (#679126) (jkeating) +- Add code to handle chain builds with sets better. (jkeating) +- Document the arches argument to the build function (jkeating) +- Fix "fedpkg help" command (make it work again) (#681242) (hun) +- Always generate a new srpm (#681359) (jkeating) +- Fix up uses of path (ticket #96) (jkeating) +- Clean up hardcoded "origin" (ticket #95) (jkeating) +- Fix obvious error in definition of curl command (pebolle) +- Fix fedpkg.1 target dependencies (hun) + * Wed Feb 23 2011 Jesse Keating - 0.5.6.0-1 - Fix improper use of strip() (jkeating) - Improve the way we detect branch data (jkeating) diff --git a/configure.ac b/configure.ac index c767866..64afe09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.5.6.0]) +AC_INIT([fedora-packager], [0.5.7.0]) 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 fd28dfe..25cb3a8 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,7 +3,7 @@ %endif Name: fedora-packager -Version: 0.5.6.0 +Version: 0.5.7.0 Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment @@ -96,6 +96,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 04 2011 Jesse Keating - 0.5.7.0-1 +- If chain has sets, handle them right (#679126) (jkeating) +- Fix "fedpkg help" command (make it work again) (#681242) (hun) +- Always generate a new srpm (#681359) (jkeating) +- Fix up uses of path (ticket #96) (jkeating) +- Clean up hardcoded "origin" (ticket #95) (jkeating) +- Fix obvious error in definition of curl command (pebolle) + * Wed Feb 23 2011 Jesse Keating - 0.5.6.0-1 - Fix improper use of strip() (jkeating) - Improve the way we detect branch data (jkeating) -- cgit