summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-01-31 11:16:10 -0700
committerJesse Keating <jkeating@redhat.com>2011-01-31 11:16:10 -0700
commitba25162c249a065b901ef35172984648270ee2da (patch)
tree47e9ec9e141224ecfdd9e01f3f2326bb2e5743e4
parent1a07f1cd355eb2a7d0f398e984771b22b56df6fc (diff)
downloadfedora-packager-ba25162c249a065b901ef35172984648270ee2da.tar.gz
fedora-packager-ba25162c249a065b901ef35172984648270ee2da.tar.xz
fedora-packager-ba25162c249a065b901ef35172984648270ee2da.zip
Release 0.5.3.0-1
-rw-r--r--ChangeLog19
-rw-r--r--configure.ac2
-rw-r--r--fedora-packager.spec21
3 files changed, 40 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cabad3..976513f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+* 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)
+- 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)
+
* Wed Jan 05 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.2.0
- switch away from list2cmdline() Patch from Toshio
https://bugzilla.redhat.com/show_bug.cgi?id=667433#c7 (dennis)
diff --git a/configure.ac b/configure.ac
index 4f0bc69..c437153 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([fedora-packager], [0.5.2.0])
+AC_INIT([fedora-packager], [0.5.3.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 f71bb5d..6659faa 100644
--- a/fedora-packager.spec
+++ b/fedora-packager.spec
@@ -3,7 +3,7 @@
%endif
Name: fedora-packager
-Version: 0.5.2.0
+Version: 0.5.3.0
Release: 1%{?dist}
Summary: Tools for setting up a fedora maintainer environment
@@ -73,6 +73,25 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* 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)
+- 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)
+
* Wed Jan 05 2010 Dennis Gilmore <dennis@ausil.us> - 0.5.2.0-1
- new release see ChangeLog