[rpkg] Upstream bugfix release

Jesse Keating jkeating at fedoraproject.org
Thu Mar 1 21:32:16 UTC 2012


commit 8dd0e8e21d432001651c45f9b7d3d1e89aa7a5ea
Author: Jesse Keating <jkeating at redhat.com>
Date:   Thu Mar 1 13:32:00 2012 -0800

    Upstream bugfix release

 .gitignore |    1 +
 rpkg.spec  |   22 +++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 150104e..90b90ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /rpkg-1.10.tar.gz
 /rpkg-1.11.tar.gz
 /rpkg-1.12.tar.gz
+/rpkg-1.13.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index 070c39b..a429d54 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.12
+Version:        1.13
 Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
@@ -15,6 +15,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       python-argparse
 Requires:       pyrpkg => %{name}-%{version}
 
+# Use this to force plugins to update
+Conflicts:      fedpkg <= 1.7
+
 BuildArch:      noarch
 BuildRequires:  python-devel, python-setuptools
 # We br these things for man page generation due to imports
@@ -74,6 +77,23 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* 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)
+- More completion fixes (jkeating)
+- Add mock-config and mockbuild completion (jkeating)
+- Simplify test for rpkg availability. (ville.skytta)
+- Fix ~/... path completion. (ville.skytta (jkeating)
+- Add a --raw option to clog (#15) (jkeating)
+- Make things quiet when possible (jkeating)
+- Fix up figuring out srpm hash type (jkeating)
+- Allow defining an alternative builddir (jkeating)
+- Conflict with older fedpkg (jkeating)
+- Attempt to automatically set the md5 flag (jkeating)
+- Use -C not -c for config.  (#752411) (jkeating)
+- Don't check gpg sigs when importing srpms (ticket #16) (jkeating)
+- Enable md5 option in mockbuild (twaugh) (jkeating)
+
 * Tue Jan 24 2012 Jesse Keating <jkeating at redhat.com> - 1.12-1
 - Fix mock-config (ticket #13) (jkeating)
 - Make md5 a common build argument (jkeating)
diff --git a/sources b/sources
index e0790a0..e26ce0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01cdd261e53300d7892ade768f4e3c05  rpkg-1.12.tar.gz
+1ff097f38d921f673d76c55a1377a1dd  rpkg-1.13.tar.gz


More information about the scm-commits mailing list