public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: Upstream bugfix release
@ 2026-08-10 21:44 Jesse Keating
0 siblings, 0 replies; 2+ 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 : d509049fedc3484c2acb37db4a4446a8d1ad7252
Author : Jesse Keating <jkeating@redhat.com>
Date : 2012-03-01T15:52:31-08:00
Stats : +13/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/d509049fedc3484c2acb37db4a4446a8d1ad7252?branch=1.48-1
Log:
Upstream bugfix release
---
diff --git a/.gitignore b/.gitignore
index f5ae6ab..2955c2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/fedpkg-1.5.tar.bz2
/fedpkg-1.6.tar.bz2
/fedpkg-1.7.tar.bz2
+/fedpkg-1.8.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index 2095ea3..f1ded1d 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.7
+Version: 1.8
Release: 1%{?dist}
Summary: Fedora utility for working with dist-git
@@ -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 >= 1.11, redhat-rpm-config
+Requires: pyrpkg >= 1.13, redhat-rpm-config
Requires: python-pycurl, koji, python-fedora
Requires: fedora-cert, python-offtrac, bodhi-client
%if 0%{?rhel} == 5 || 0%{?rhel} == 4
@@ -65,6 +65,15 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Mar 01 2012 Jesse Keating <jkeating@redhat.com> - 1.8-1
+- More completion fixes (jkeating)
+- Add mock-config and mockbuild completion (jkeating)
+- Simplify test for fedpkg availability. (ville.skytta)
+- Fix ~/... path completion. (ville.skytta)
+- Add --raw to bash completion (jkeating)
+- Make things quiet when possible (jkeating)
+- Fix property variables (jkeating)
+
* 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)
diff --git a/sources b/sources
index 89b1b2b..d9bc4d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b877f22050a2c1a0fb5be6fe1735d34d fedpkg-1.7.tar.bz2
+ad3679d4f6c951cf32d67bc7f3410707 fedpkg-1.8.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread* [rpms/fedpkg] 1.48-1: upstream bugfix release
@ 2026-08-10 21:44 Jesse Keating
0 siblings, 0 replies; 2+ 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 : 3a450985c69f076475e1faf3f30f9971fa13187e
Author : Jesse Keating <jkeating@redhat.com>
Date : 2012-03-12T16:21:12-07:00
Stats : +9/-2 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/3a450985c69f076475e1faf3f30f9971fa13187e?branch=1.48-1
Log:
upstream bugfix release
---
diff --git a/.gitignore b/.gitignore
index 2955c2a..9dedb00 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/fedpkg-1.6.tar.bz2
/fedpkg-1.7.tar.bz2
/fedpkg-1.8.tar.bz2
+/fedpkg-1.9.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index f1ded1d..611e284 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.8
+Version: 1.9
Release: 1%{?dist}
Summary: Fedora utility for working with dist-git
@@ -65,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Mar 12 2012 Jesse Keating <jkeating@redhat.com> - 1.9-1
+- Wrap the prune command in a try (rhbz#785820) (jkeating)
+- Use koji if we have it to get master details (rhbz#785234) (jkeating)
+- Always send builds from master to 'rawhide' (rhbz#785234) (jkeating)
+- Handle fedpkg calls not from a git repo (rhbz#785776) (jkeating)
+
* Thu Mar 01 2012 Jesse Keating <jkeating@redhat.com> - 1.8-1
- More completion fixes (jkeating)
- Add mock-config and mockbuild completion (jkeating)
diff --git a/sources b/sources
index d9bc4d3..89de1dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad3679d4f6c951cf32d67bc7f3410707 fedpkg-1.8.tar.bz2
+d580adcbc54d18f07bb8c087a3b8d2c9 fedpkg-1.9.tar.bz2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-10 21:44 UTC | newest]
Thread overview: 2+ messages (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: Upstream bugfix release Jesse Keating
2026-08-10 21:44 [rpms/fedpkg] 1.48-1: upstream " Jesse Keating
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox