summaryrefslogtreecommitdiffstats
path: root/fedora-packager.spec
diff options
context:
space:
mode:
Diffstat (limited to 'fedora-packager.spec')
-rw-r--r--fedora-packager.spec10
1 files changed, 9 insertions, 1 deletions
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 <jkeating@redhat.com> - 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 <jkeating@redhat.com> - 0.5.6.0-1
- Fix improper use of strip() (jkeating)
- Improve the way we detect branch data (jkeating)