summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-02-09 16:51:50 -0700
committerJesse Keating <jkeating@redhat.com>2011-02-09 16:51:50 -0700
commit9136869be328f9a6d2d5e34cde652b617db31e7a (patch)
treee336f223bba8b2fd4740999cde45028d2b14371e
parentb55bda6a1ac474180694366f29f687cd0447ef27 (diff)
downloadfedora-packager-9136869be328f9a6d2d5e34cde652b617db31e7a.tar.gz
fedora-packager-9136869be328f9a6d2d5e34cde652b617db31e7a.tar.xz
fedora-packager-9136869be328f9a6d2d5e34cde652b617db31e7a.zip
Release 0.5.4.0
-rw-r--r--ChangeLog24
-rw-r--r--configure.ac2
-rw-r--r--fedora-packager.spec24
3 files changed, 46 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 976513f..609b5b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+* 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)
+- Add "fedpkg verify-files" command (hun)
+- Provide feedback about new-ticket. (ticket 91) (jkeating)
+- Remove wrong comment. (jkeating)
+- Add the new pull options to bash completion (jkeating)
+- Add a --rebase and --no-rebase option to pull (jkeating)
+- Whitespace fixes (jkeating)
+- Update the documentation for a lot of commands (jkeating)
+- Handle working from a non-existent path (#675398) (jkeating)
+- Fix an traceback when failing to watch a build. (jkeating)
+- Handle arches argument for scratch builds (#675285) (jkeating)
+- Trim the "- " out of clogs. (#675892) (jkeating)
+- Exit with an error when appropriate (jkeating)
+- Kill the Commands section. (jkeating)
+- Add build time man page generator (hun)
+- Add help text for global --user option (hun)
+- Comment typo fix (hun)
+- Move argparse setup into parse_cmdline function (hun)
+- Comment typo fix (hun)
+- Require python-hashlib on EL5 and 4 (jkeating)
+- Catch a traceback when trying to build from local branch (jkeating)
+
* Mon Jan 31 2011 Jesse Keating <jkeating@redhat.com> 0.5.3.0-1
- Catch the case where there is no branch merge point (#622592) (jkeating)
- Fix whitespace (jkeating)
diff --git a/configure.ac b/configure.ac
index c437153..91ce111 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fedora-packager], [0.5.3.0])
+AC_INIT([fedora-packager], [0.5.4.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 8a9453a..454a366 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
%endif
Name: fedora-packager
-Version: 0.5.3.0
+Version: 0.5.4.0
Release: 1%{?dist}
Summary: Tools for setting up a fedora maintainer environment
@@ -22,7 +22,6 @@ Requires: redhat-rpm-config
Requires: fedpkg = %{version}-%{release}
Requires: fedora-cert = %{version}-%{release}
Requires: ykpers
-Requires: ykpers
BuildArch: noarch
@@ -93,9 +92,28 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/fedpkg
%{python_sitelib}/pyfedpkg
%{_sysconfdir}/bash_completion.d
+%{_mandir}/*/*
%changelog
+* 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)
+- Provide feedback about new-ticket. (ticket 91) (jkeating)
+- Add the new pull options to bash completion (jkeating)
+- Add a --rebase and --no-rebase option to pull (jkeating)
+- Update the documentation for a lot of commands (jkeating)
+- Handle working from a non-existent path (#675398) (jkeating)
+- Fix an traceback when failing to watch a build. (jkeating)
+- Handle arches argument for scratch builds (#675285) (jkeating)
+- Trim the "- " out of clogs. (#675892) (jkeating)
+- Exit with an error when appropriate (jkeating)
+- Add build time man page generator (hun)
+- Add help text for global --user option (hun)
+- Move argparse setup into parse_cmdline function (hun)
+- Require python-hashlib on EL5 and 4 (jkeating)
+- Catch a traceback when trying to build from local branch (jkeating)
+
* Mon Jan 31 2011 Jesse Keating <jkeating@redhat.com> 0.5.3.0-1
- Catch the case where there is no branch merge point (#622592) (jkeating)
- Fix whitespace (jkeating)
@@ -115,7 +133,7 @@ rm -rf $RPM_BUILD_ROOT
- Fix a traceback when koji goes offline (#668889) (jkeating)
- Fix traceback with lint (ticket 89) (jkeating)
-* Wed Jan 05 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.2.0-1
+* Wed Jan 05 2011 Dennis Gilmore <dennis@ausil.us> - 0.5.2.0-1
- new release see ChangeLog
* Tue Aug 24 2010 Jesse Keating <jkeating@redhat.com> - 0.5.1.4-1