public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jesse Keating <jkeating@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New bugfix release
Date: Mon, 10 Aug 2026 21:44:57 GMT	[thread overview]
Message-ID: <178639829728.1.15177006815896425090.rpms-fedpkg-69b2d78bb340@fedoraproject.org> (raw)

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

             reply	other threads:[~2026-08-10 21:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-10 21:44 Jesse Keating [this message]
2026-08-10 21:45 [rpms/fedpkg] 1.48-1: New bugfix release Jesse Keating
2026-08-10 21:45 Jesse Keating

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178639829728.1.15177006815896425090.rpms-fedpkg-69b2d78bb340@fedoraproject.org \
    --to=jkeating@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox