pbabinca pushed to rpkg (epel7). "New upstream release - 1.31 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 14 13:50:56 UTC 2015


>From 3a6ed34b767125659ac0e8c99c01b216f70ceb73 Mon Sep 17 00:00:00 2001
From: Pavol Babincak <pbabinca at redhat.com>
Date: Fri, 6 Mar 2015 16:54:16 +0100
Subject: New upstream release - 1.31

- Refactor: remove unused imports from test_sources (pbabinca)
- Don't do several times the same thing (bochecha)
- sources: Forbid mixing hash types (bochecha)
- sources: Move to the new file format (bochecha)
- Rewrite the sources module (bochecha)

diff --git a/.gitignore b/.gitignore
index 8c0af65..d5e0ebf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /rpkg-1.27.tar.gz
 /rpkg-1.28.tar.gz
 /rpkg-1.30.tar.gz
+/rpkg-1.31.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index 1dec523..a6042a7 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           rpkg
-Version:        1.30
-Release:        2%{?dist}
+Version:        1.31
+Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -80,6 +80,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 06 2015 Pavol Babincak <pbabinca at redhat.com> - 1.31-1
+- Refactor: remove unused imports from test_sources (pbabinca)
+- Don't do several times the same thing (bochecha)
+- sources: Forbid mixing hash types (bochecha)
+- sources: Move to the new file format (bochecha)
+- Rewrite the sources module (bochecha)
+
 * Wed Dec 03 2014 Pavol Babincak <pbabinca at redhat.com> - 1.30-2
 - Use %%{__python} instead of %%{__python2} as it might be not defined
 
diff --git a/sources b/sources
index 67bbe21..fbad650 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-959af87629ad3344434b87e7f0498a73  rpkg-1.30.tar.gz
+6e91c9311f599e56d1f9abca0b6f319d  rpkg-1.31.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rpkg.git/commit/?h=epel7&id=3a6ed34b767125659ac0e8c99c01b216f70ceb73


More information about the scm-commits mailing list