public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedpkg] 1.48-1: New upstream release - 1.18
@ 2026-08-10 21:45 Pavol Babincak
0 siblings, 0 replies; only message in thread
From: Pavol Babincak @ 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 : 22f25f2f3fb0f61a40f4999289eea14b1d00a71c
Author : Pavol Babincak <pbabinca@redhat.com>
Date : 2014-07-29T18:38:11+02:00
Stats : +16/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/22f25f2f3fb0f61a40f4999289eea14b1d00a71c?branch=1.48-1
Log:
New upstream release - 1.18
- Remove spec file again (pbabinca)
- Remove fedpkg-fixbranches as it isn't needed anymore (pbabinca)
- Remove offtrac module as we don't use Trac for buildroot override (pbabinca)
- Default name of executable if isn't possible to determine it (pbabinca)
- Allow executable name to be used as key for configuration (pbabinca)
- completion: Add mockbuild --root completion (ville.skytta)
- completion: Assume fedpkg is installed if the completion is, no need to test
(ville.skytta)
- fix date in 1.11-2 changelog
---
diff --git a/.gitignore b/.gitignore
index 39df60c..fe4b6a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/fedpkg-1.16.tar.bz2
/fedpkg-1.17.tar.gz
/fedpkg-1.17.tar.bz2
+/fedpkg-1.18.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index 247d1f1..d3c655e 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.17
-Release: 3%{?dist}
+Version: 1.18
+Release: 1%{?dist}
Summary: Fedora utility for working with dist-git
Group: Applications/System
@@ -44,7 +44,6 @@ 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,12 +57,22 @@ rm -rf $RPM_BUILD_ROOT
%{_sysconfdir}/bash_completion.d
%{_bindir}/%{name}
%{_mandir}/*/*
-%{_libexecdir}/fedpkg-fixbranches
# For noarch packages: sitelib
%{python_sitelib}/*
%changelog
+* Tue Jul 29 2014 Pavol Babincak <pbabinca@redhat.com> - 1.18-1
+- Remove spec file again (pbabinca)
+- Remove fedpkg-fixbranches as it isn't needed anymore (pbabinca)
+- Remove offtrac module as we don't use Trac for buildroot override (pbabinca)
+- Default name of executable if isn't possible to determine it (pbabinca)
+- Allow executable name to be used as key for configuration (pbabinca)
+- completion: Add mockbuild --root completion (ville.skytta)
+- completion: Assume fedpkg is installed if the completion is, no need to test
+ (ville.skytta)
+- fix date in 1.11-2 changelog
+
* Tue Jul 29 2014 Dennis Gilmore <dennis@ausil.us> 1.17-3
- add missing Requires
@@ -113,7 +122,7 @@ rm -rf $RPM_BUILD_ROOT
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-* Tue Jan 6 2013 Tom Callaway <spot@fedoraproject.org> - 1.11-2
+* Sun Jan 06 2013 Tom Callaway <spot@fedoraproject.org> - 1.11-2
- use --eval '%%undefine to unset dist values instead of nil (bz876308)
* Tue Nov 06 2012 Jesse Keating <jkeating@redhat.com> - 1.11-1
diff --git a/sources b/sources
index 03a56d4..1c79f4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd39f93945fea84b95b36ad6571a19a3 fedpkg-1.17.tar.bz2
+fc341f82b9d35f967331ea558cb42125 fedpkg-1.18.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:45 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:45 [rpms/fedpkg] 1.48-1: New upstream release - 1.18 Pavol Babincak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox