[rpkg] New upstream release - 1.24

pbabinca pbabinca at fedoraproject.org
Mon Jun 9 15:27:18 UTC 2014


commit af93f2d718f53029ab77cc15389425873ffd0f2b
Author: Pavol Babincak <pbabinca at redhat.com>
Date:   Mon Jun 9 17:24:07 2014 +0200

    New upstream release - 1.24
    
    - 1.24 release (pbabinca)
    - Work around signed srpms (Till Maas)
    - Properly raise the error (bochecha)
    - Ability to skip NVR construction altogether for builds (pbabinca)
    - If we failed to parse NVRE from rpm output use better error message
      (pbabinca)
    - If command to get NVRE printed anything to stderr log that command (pbabinca)
    - Refactor: correctly split string on multi lines (pbabinca)
    - Use nvr_check as an optional argument for build (pbabinca)
    - 1.23 release (pbabinca)
    - Use module_name setter instead of constructor parameter (pbabinca)
    - Set pushurl & branch_remote by default (pbabinca)
    - 1.22 release (pbabinca)
    - Define module name from command line, git url and lastly from spec (pbabinca)
    - Revert "Define module name from command line, git url and lastly from spec"
      (pbabinca)

 .gitignore |    1 +
 rpkg.spec  |   22 ++++++++++++++++++++--
 sources    |    2 +-
 3 files changed, 22 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9c79eb..7f610fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /rpkg-1.19.tar.gz
 /rpkg-1.20.tar.gz
 /rpkg-1.21.tar.gz
+/rpkg-1.24.tar.gz
diff --git a/rpkg.spec b/rpkg.spec
index 5f158ae..7b44e4e 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.21
-Release:        2%{?dist}
+Version:        1.24
+Release:        1%{?dist}
 Summary:        Utility for interacting with rpm+git packaging systems
 
 Group:          Applications/System
@@ -77,6 +77,24 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 09 2014 Pavol Babincak <pbabinca at redhat.com> - 1.24-1
+- 1.24 release (pbabinca)
+- Work around signed srpms (Till Maas)
+- Properly raise the error (bochecha)
+- Ability to skip NVR construction altogether for builds (pbabinca)
+- If we failed to parse NVRE from rpm output use better error message
+  (pbabinca)
+- If command to get NVRE printed anything to stderr log that command (pbabinca)
+- Refactor: correctly split string on multi lines (pbabinca)
+- Use nvr_check as an optional argument for build (pbabinca)
+- 1.23 release (pbabinca)
+- Use module_name setter instead of constructor parameter (pbabinca)
+- Set pushurl & branch_remote by default (pbabinca)
+- 1.22 release (pbabinca)
+- Define module name from command line, git url and lastly from spec (pbabinca)
+- Revert "Define module name from command line, git url and lastly from spec"
+  (pbabinca)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.21-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index f84a000..4aeb60b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2c8ee7c915f4531e378059e741a2bb4  rpkg-1.21.tar.gz
+83e2f7b47c4ce92ffd248084559f27a6  rpkg-1.24.tar.gz


More information about the scm-commits mailing list