summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--configure.ac2
-rw-r--r--fedora-packager.spec6
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 <jkeating@redhat.com> - 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 <jkeating@redhat.com> - 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 <jkeating@redhat.com> - 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 <jkeating@redhat.com> - 0.5.4.0-1
- Re-arrange verify-files and slight fixups (jkeating)
- Add "fedpkg verify-files" command (hun)