summaryrefslogtreecommitdiffstats
path: root/fedora-packager.spec
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-packager.spec')
-rw-r--r--fedora-packager.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/fedora-packager.spec b/fedora-packager.spec
index 27621e3..fd28dfe 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
%endif
Name: fedora-packager
-Version: 0.5.5.0
+Version: 0.5.6.0
Release: 1%{?dist}
Summary: Tools for setting up a fedora maintainer environment
@@ -96,6 +96,16 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Feb 23 2011 Jesse Keating <jkeating@redhat.com> - 0.5.6.0-1
+- Fix improper use of strip() (jkeating)
+- Improve the way we detect branch data (jkeating)
+- Fix clone to work with old/new branch styles (jkeating)
+- Add new and old support to switch_branches (jkeating)
+- Update the regexes used for finding branches (jkeating)
+- Don't use temporary editor files for spec (#677121) (jkeating)
+- fedpkg requires rpm-build (#676973) (jkeating)
+- Don't error out just from stderr from rpm (jkeating)
+
* 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)