public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: New upstream release - 1.24
@ 2026-08-10 21:43 Pavol Babincak
0 siblings, 0 replies; only message in thread
From: Pavol Babincak @ 2026-08-10 21:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : af93f2d718f53029ab77cc15389425873ffd0f2b
Author : Pavol Babincak <pbabinca@redhat.com>
Date : 2014-06-09T17:26:00+02:00
Stats : +22/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/af93f2d718f53029ab77cc15389425873ffd0f2b?branch=1.70-1
Log:
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)
---
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@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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:43 [rpms/rpkg] 1.70-1: New upstream release - 1.24 Pavol Babincak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox