public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: New upstream release with bugfixes and enhancements
@ 2026-08-10 21:44 Jesse Keating
  0 siblings, 0 replies; only message in thread
From: Jesse Keating @ 2026-08-10 21:44 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fedpkg
Branch : 1.48-1
Commit : b8f8e9da815326825a62f1ce0bb303dc080b2513
Author : Jesse Keating <jkeating@redhat.com>
Date   : 2012-01-14T04:58:54-08:00
Stats  : +10/-6 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedpkg/c/b8f8e9da815326825a62f1ce0bb303dc080b2513?branch=1.48-1

Log:
New upstream release with bugfixes and enhancements

---
diff --git a/.gitignore b/.gitignore
index cf7a907..f5ae6ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fedpkg-1.5.tar.bz2
 /fedpkg-1.6.tar.bz2
+/fedpkg-1.7.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index 4faf4a3..2095ea3 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,8 +2,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.6
-Release:        2%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -12,7 +12,7 @@ URL:            http://fedorahosted.org/fedpkg
 Source0:        http://fedorahosted.org/releases/f/e/fedpkg/fedpkg-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Requires:       pyrpkg, redhat-rpm-config
+Requires:       pyrpkg >= 1.11, redhat-rpm-config
 Requires:       python-pycurl, koji, python-fedora
 Requires:       fedora-cert, python-offtrac, bodhi-client
 %if 0%{?rhel} == 5 || 0%{?rhel} == 4
@@ -65,8 +65,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Sat Jan 14 2012 Jesse Keating <jkeating@redhat.com> - 1.7-1
+- Adapt property overloading to new-style class. (bochecha)
+- Use super(), now that rpkg uses new-style classes everywhere (bochecha)
+- Add gitbuildurl to the bash completion. (jkeating)
+- Handle koji config with unknown module name (jkeating)
 
 * Mon Nov 21 2011 Jesse Keating <jkeating@redhat.com> - 1.6-1
 - Replace -c with -C for the --config option (jkeating)

diff --git a/sources b/sources
index 6e28759..89b1b2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17f25c4c302c18570318d185198c9f76  fedpkg-1.6.tar.bz2
+b877f22050a2c1a0fb5be6fe1735d34d  fedpkg-1.7.tar.bz2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-10 21:44 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:44 [rpms/fedpkg] 1.48-1: New upstream release with bugfixes and enhancements Jesse Keating

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox