diff --git a/.gitignore b/.gitignore index e51a6af..a1e30e5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ fedora-packager-0.5.1.2.tar.bz2 /fedora-packager-0.5.1.3.tar.bz2 /fedora-packager-0.5.1.4.tar.bz2 /fedora-packager-0.5.2.0.tar.bz2 +/fedora-packager-0.5.3.0.tar.bz2 diff --git a/fedora-packager.spec b/fedora-packager.spec index 1374810..f77aafb 100644 --- a/fedora-packager.spec +++ b/fedora-packager.spec @@ -3,8 +3,8 @@ %endif Name: fedora-packager -Version: 0.5.2.0 -Release: 2%{?dist} +Version: 0.5.3.0 +Release: 1%{?dist} Summary: Tools for setting up a fedora maintainer environment Group: Applications/Productivity @@ -95,6 +95,25 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 31 2011 Jesse Keating 0.5.3.0-1 +- Catch the case where there is no branch merge point (#622592) (jkeating) +- Fix whitespace (jkeating) +- Add an argument to override the "distribution" (jkeating) +- upload to lookaside cache tgz files (dennis) +- Handle traceback if koji is down or unreachable. (jkeating) +- If we don't have a remote branch, query koji (#619979) (jkeating) +- Add a method to create an anonymous koji session (jkeating) +- Make sure we have sources for mockbuild (#665555) (jwboyer) (jkeating) +- Revert "Make sure we have an srpm when doing a mockbuild (#665555)" (jkeating) +- Regenerate the srpm if spec file is newer (ticket #84) (jkeating) +- Improve cert failure message (Ticket 90) (jkeating) +- Get package name from the specfile. (Ticket 75) (jkeating) +- Handle anonymous clones in clone_with_dirs. (#660183) (ricky) +- Make sure we have an srpm when doing a mockbuild (#665555) (jkeating) +- Catch all errors from watching tasks. (#670305) (jkeating) +- Fix a traceback when koji goes offline (#668889) (jkeating) +- Fix traceback with lint (ticket 89) (jkeating) + * Thu Jan 06 2011 Dennis Gilmore - 0.5.2.0-2 - move python-offtrac requires to fedpkg from fedora-packager diff --git a/sources b/sources index 5ceac82..6b90ace 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a8a325e4d30ab5463e599e17079b780 fedora-packager-0.5.2.0.tar.bz2 +254e4211c79cbc83c20697557c01ca25 fedora-packager-0.5.3.0.tar.bz2