[rpkg/f17] New bugfix upstream release

Jesse Keating jkeating at fedoraproject.org
Mon Mar 12 22:45:28 UTC 2012


commit 94b7b1efa1d81cbaaecb89a9b097fc5b7ef4642c
Author: Jesse Keating <jkeating at redhat.com>
Date:   Mon Mar 12 15:34:28 2012 -0700

    New bugfix upstream release

 .gitignore |    1 +
 rpkg.spec  |    8 +++++++-
 sources    |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90b90ba..3b7f087 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /rpkg-1.11.tar.gz
 /rpkg-1.12.tar.gz
 /rpkg-1.13.tar.gz
+/rpkg-1.14.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index a429d54..ae0948c 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           rpkg
-Version:        1.13
+Version:        1.14
 Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
@@ -77,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Mar 12 2012 Jesse Keating <jkeating at redhat.com> - 1.14-1
+- Warn if the checked out branch cannot be pushed (jkeating)
+- Warn if commit or tag fails and we don't push (#21) (jkeating)
+- Honor ~/.koji/config (rhbz#785776) (jkeating)
+- Update help output for switch-branch (rhbz#741742) (jkeating)
+
 * Thu Mar 01 2012 Jesse Keating <jkeating at redhat.com> - 1.13-1
 - Return proper exit code from builds (#20) (jkeating)
 - Fix md5 option in the build parser (jkeating)
diff --git a/sources b/sources
index e26ce0b..cd0656d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1ff097f38d921f673d76c55a1377a1dd  rpkg-1.13.tar.gz
+2fbbfe944c40b3453e9ebe29920938bd  rpkg-1.14.tar.gz


More information about the scm-commits mailing list