public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Chenxiong Qi <cqi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedpkg] 1.48-1: New release 1.32
Date: Mon, 10 Aug 2026 21:45:34 GMT [thread overview]
Message-ID: <178639833489.1.16803893442796961844.rpms-fedpkg-239e983cb9e3@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedpkg
Branch : 1.48-1
Commit : 239e983cb9e35abe316e61dc6df1c8fe0c2c93e5
Author : Chenxiong Qi <cqi@redhat.com>
Date : 2018-03-01T17:17:44+08:00
Stats : +17/-40 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/fedpkg/c/239e983cb9e35abe316e61dc6df1c8fe0c2c93e5?branch=1.48-1
Log:
New release 1.32
Signed-off-by: Chenxiong Qi <cqi@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index 08ff1d5..51e29da 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
/fedpkg-1.29.tar.bz2
/fedpkg-1.30.tar.bz2
/fedpkg-1.31.tar.bz2
+/fedpkg-1.32.tar.bz2
diff --git a/0001-fix-broken-syntax-in-bash-completion.patch b/0001-fix-broken-syntax-in-bash-completion.patch
deleted file mode 100644
index a062d0d..0000000
--- a/0001-fix-broken-syntax-in-bash-completion.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From 99b506b6552ba91a91af4b9714d35eb38bae7dbb Mon Sep 17 00:00:00 2001
-From: Todd Zullinger <tmz@pobox.com>
-Date: Wed, 7 Feb 2018 15:42:22 -0500
-Subject: [PATCH] fix broken syntax in bash completion
-
-The completion code added in f7d9b56 ("Port fedrepo-req and
-fedrepo-req-branch to fedpkg", 2017-12-07) missed ';;' separating the
-request-branch and request-repo patterns. Attempting to source the
-bash completion script results in an error:
-
-$ . /usr/share/bash-completion/completions/fedpkg.bash
--bash: /usr/share/bash-completion/completions/fedpkg.bash: line 196: syntax error near unexpected token `)'
--bash: /usr/share/bash-completion/completions/fedpkg.bash: line 196: ` request-repo)'
-
-Signed-off-by: Todd Zullinger <tmz@pobox.com>
----
- conf/bash-completion/fedpkg.bash | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/conf/bash-completion/fedpkg.bash b/conf/bash-completion/fedpkg.bash
-index 03fa399..f5a0b14 100644
---- a/conf/bash-completion/fedpkg.bash
-+++ b/conf/bash-completion/fedpkg.bash
-@@ -193,6 +193,7 @@ _fedpkg()
- request-branch)
- options="--no-git-branch --all-releases"
- options_string="--sl"
-+ ;;
- request-repo)
- options="--exception"
- options_string="--description --monitor --upstreamurl --summary"
---
-2.14.3
-
diff --git a/fedpkg.spec b/fedpkg.spec
index e3843e1..d1fef0a 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -4,16 +4,14 @@
%endif
Name: fedpkg
-Version: 1.31
-Release: 5%{?dist}
+Version: 1.32
+Release: 1%{?dist}
Summary: Fedora utility for working with dist-git
Group: Applications/System
License: GPLv2+
URL: https://pagure.io/fedpkg
Source0: https://pagure.io/releases/fedpkg/%{name}-%{version}.tar.bz2
-Patch0: 0001-fix-broken-syntax-in-bash-completion.patch
-# https://pagure.io/fedpkg/pull-request/162
BuildArch: noarch
@@ -72,7 +70,6 @@ Provides the fedpkg command for working with dist-git
%prep
%setup -q
-%patch0 -p1
%build
%{__python} setup.py build
@@ -113,6 +110,19 @@ nosetests
%changelog
+* Thu Mar 01 2018 Chenxiong Qi <cqi@redhat.com> - 1.32-1
+- Add requests-tests-repo command (mvadkert)
+- Use PDC instead of Bodhi to get the active release branches - #187 (mprahl)
+- fix broken syntax in bash completion (tmz)
+- Fix Python 3 incompatible code in tests (cqi)
+- Better mocking. Return different values for each new request. (rbean)
+- Typofix. (rbean)
+- Add docstrings. (rbean)
+- Automatically request module for non-standard branches. (rbean)
+- Refactor: parameterize the request_repo and request_branch functionality.
+ (rbean)
+- Some additions to the gitignore file. (rbean)
+
* Wed Feb 14 2018 Chenxiong Qi <cqi@redhat.com> 1.31-5
- Backport: fix broken syntax in bash completion
diff --git a/sources b/sources
index 0d279c6..a3f0aa2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedpkg-1.31.tar.bz2) = 0b49fe3429ca140e588f55d3e817d8b90f77c07b83d76f3f2391ed7489d52eeb2e0b95d1caf3e7266e164b009374a1df32156a6a5ce7eabad439559626a39782
+SHA512 (fedpkg-1.32.tar.bz2) = d6ea2a1e1d13954db93ce67f2d360cd61e942a43610a5fb67c74e227be5c25f01b2454ea7d063a3dc05835a1f7490770989bb175bd6131ab3aaa7ce367d911cb
reply other threads:[~2026-08-10 21:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178639833489.1.16803893442796961844.rpms-fedpkg-239e983cb9e3@fedoraproject.org \
--to=cqi@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