public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: New bugfix release
@ 2026-08-10 21:45 Jesse Keating
  0 siblings, 0 replies; 3+ messages in thread
From: Jesse Keating @ 2026-08-10 21:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fedpkg
Branch : 1.48-1
Commit : faa6e4149d0f2c2adb012bffe5d32b064e8443d0
Author : Jesse Keating <jkeating@redhat.com>
Date   : 2012-10-09T13:49:27-07:00
Stats  : +7/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedpkg/c/faa6e4149d0f2c2adb012bffe5d32b064e8443d0?branch=1.48-1

Log:
New bugfix release

---
diff --git a/.gitignore b/.gitignore
index 9dedb00..ac16f2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /fedpkg-1.7.tar.bz2
 /fedpkg-1.8.tar.bz2
 /fedpkg-1.9.tar.bz2
+/fedpkg-1.10.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index ff06e23..68becf0 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.9
-Release:        2%{?dist}
+Version:        1.10
+Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -65,8 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Tue Oct 09 2012 Jesse Keating <jkeating@redhat.com> - 1.10-1
+- Force invalid dist values to 0 (spot) (jkeating)
+- Fix a traceback in fixbranches (#817478) (jkeating)
 
 * Mon Mar 12 2012 Jesse Keating <jkeating@redhat.com> - 1.9-1
 - Wrap the prune command in a try (rhbz#785820) (jkeating)

diff --git a/sources b/sources
index 89de1dc..8ef729f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d580adcbc54d18f07bb8c087a3b8d2c9  fedpkg-1.9.tar.bz2
+9afba353b73f63fc2122af26b1b1cb98  fedpkg-1.10.tar.bz2

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/fedpkg] 1.48-1: New bugfix release
@ 2026-08-10 21:45 Jesse Keating
  0 siblings, 0 replies; 3+ messages in thread
From: Jesse Keating @ 2026-08-10 21:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fedpkg
Branch : 1.48-1
Commit : 262704fbf6989a39585e6a5b6a7bce57fed39070
Author : Jesse Keating <jkeating@redhat.com>
Date   : 2012-11-06T16:20:26-08:00
Stats  : +7/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedpkg/c/262704fbf6989a39585e6a5b6a7bce57fed39070?branch=1.48-1

Log:
New bugfix release

---
diff --git a/.gitignore b/.gitignore
index ac16f2d..9aa3f93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /fedpkg-1.8.tar.bz2
 /fedpkg-1.9.tar.bz2
 /fedpkg-1.10.tar.bz2
+/fedpkg-1.11.tar.bz2

diff --git a/fedpkg.spec b/fedpkg.spec
index 68becf0..3a88fb2 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.10
+Version:        1.11
 Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
@@ -65,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 06 2012 Jesse Keating <jkeating@redhat.com> - 1.11-1
+- Unset runtime disttag (spot)
+- use nil to unset dist values. (spot)
+
 * Tue Oct 09 2012 Jesse Keating <jkeating@redhat.com> - 1.10-1
 - Force invalid dist values to 0 (spot) (jkeating)
 - Fix a traceback in fixbranches (#817478) (jkeating)

diff --git a/sources b/sources
index 8ef729f..1917c58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9afba353b73f63fc2122af26b1b1cb98  fedpkg-1.10.tar.bz2
+5ec281e5925f83440af9953be82e14fb  fedpkg-1.11.tar.bz2

^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [rpms/fedpkg] 1.48-1: New bugfix release
@ 2026-08-10 21:44 Jesse Keating
  0 siblings, 0 replies; 3+ messages 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 : 69b2d78bb3409f227fc94abb81f6570861043afd
Author : Jesse Keating <jkeating@redhat.com>
Date   : 2011-11-21T16:00:05-08:00
Stats  : +10/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/fedpkg/c/69b2d78bb3409f227fc94abb81f6570861043afd?branch=1.48-1

Log:
New bugfix release

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

diff --git a/fedpkg.spec b/fedpkg.spec
index a9b6035..5ad5151 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -2,7 +2,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           fedpkg
-Version:        1.5
+Version:        1.6
 Release:        1%{?dist}
 Summary:        Fedora utility for working with dist-git
 
@@ -45,6 +45,7 @@ Provides the fedpkg command for working with dist-git
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 %{__install} -d $RPM_BUILD_ROOT%{_mandir}/man1
 %{__install} -p -m 0644 fedpkg.1 $RPM_BUILD_ROOT%{_mandir}/man1
+rename es.py es $RPM_BUILD_ROOT%{_libexecdir}/fedpkg-fixbranches.py
 
 
 %clean
@@ -58,11 +59,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/bash_completion.d
 %{_bindir}/%{name}
 %{_mandir}/*/*
+%{_libexecdir}/fedpkg-fixbranches
 # For noarch packages: sitelib
 %{python_sitelib}/*
 
 
 %changelog
+* Mon Nov 21 2011 Jesse Keating <jkeating@redhat.com> - 1.6-1
+- Replace -c with -C for the --config option (jkeating)
+- Package up fedpkg-fixbranches (#751507) (jkeating)
+- Use old style of super class calls (jkeating)
+
 * Mon Nov 07 2011 Jesse Keating <jkeating@redhat.com> - 1.5-1
 - Pass along the return value from import_srpm (jkeating)
 - Whitespace cleanup (jkeating)

diff --git a/sources b/sources
index 9007136..6e28759 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89ad66f2bd7c651781a484f27ededd50  fedpkg-1.5.tar.bz2
+17f25c4c302c18570318d185198c9f76  fedpkg-1.6.tar.bz2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-08-10 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:45 [rpms/fedpkg] 1.48-1: New bugfix release Jesse Keating
  -- strict thread matches above, loose matches on Subject: below --
2026-08-10 21:45 Jesse Keating
2026-08-10 21:44 Jesse Keating

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