From ff91098ad907f4182ce95ef95183ea8891d78882 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 9 Feb 2011 21:41:49 -0700 Subject: Release 0.5.5.0 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- fedora-packager.spec | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 609b5b3..407e02d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +* Wed Feb 09 2011 Jesse Keating - 0.5.5.0-1 +- rearrnage import and drop hints about why (jkeating) +- Move some module imports to command runtime (hun) +- Move actual man page generation call (hun) +- Move location/name of man_page module (hun) +- Re-add 'lint' command hookup into argparse magic (hun) +- Catch errors parsing spec to get name. (#676383) (jkeating) + * Wed Feb 09 2011 Jesse Keating - 0.5.4.0-1 - Add changes from dist-git (jkeating) - Re-arrange verify-files and slight fixups (jkeating) diff --git a/configure.ac b/configure.ac index 91ce111..47ba1c6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([fedora-packager], [0.5.4.0]) +AC_INIT([fedora-packager], [0.5.5.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 454a366..3a770a7 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,7 +3,7 @@ %endif Name: fedora-packager -Version: 0.5.4.0 +Version: 0.5.5.0 Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment @@ -96,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 09 2011 Jesse Keating - 0.5.5.0-1 +- Re-add 'lint' command hookup into argparse magic (hun) +- Catch errors parsing spec to get name. (#676383) (jkeating) + * Wed Feb 09 2011 Jesse Keating - 0.5.4.0-1 - Re-arrange verify-files and slight fixups (jkeating) - Add "fedpkg verify-files" command (hun) -- cgit