[fedpkg] New bugfix release

Jesse Keating jkeating at fedoraproject.org
Tue Oct 9 20:49:37 UTC 2012


commit faa6e4149d0f2c2adb012bffe5d32b064e8443d0
Author: Jesse Keating <jkeating at redhat.com>
Date:   Tue Oct 9 13:49:27 2012 -0700

    New bugfix release

 .gitignore  |    1 +
 fedpkg.spec |    9 +++++----
 sources     |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9dedb00..ac16f2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /fedpkg-1.7.tar.bz2
 /fedpkg-1.8.tar.bz2
 /fedpkg-1.9.tar.bz2
+/fedpkg-1.10.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index ff06e23..68becf0 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.9
-Release:        2%{?dist}
+Version:        1.10
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -65,8 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Tue Oct 09 2012 Jesse Keating <jkeating at redhat.com> - 1.10-1
+- Force invalid dist values to 0 (spot) (jkeating)
+- Fix a traceback in fixbranches (#817478) (jkeating)
 
 * Mon Mar 12 2012 Jesse Keating <jkeating at redhat.com> - 1.9-1
 - Wrap the prune command in a try (rhbz#785820) (jkeating)
diff --git a/sources b/sources
index 89de1dc..8ef729f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d580adcbc54d18f07bb8c087a3b8d2c9  fedpkg-1.9.tar.bz2
+9afba353b73f63fc2122af26b1b1cb98  fedpkg-1.10.tar.bz2


More information about the scm-commits mailing list