public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/axel] rawhide: Fix FTBFS (rhbz#2384474 + rhbz#2433878)
Date: Wed, 29 Jul 2026 03:46:19 GMT [thread overview]
Message-ID: <178529677956.1.12585767824401276254.rpms-axel-1c3bc7962fa9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/axel
Branch : rawhide
Commit : 1c3bc7962fa9420fc42468303b79c4f6c292d74f
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date : 2026-07-17T13:38:44+02:00
Stats : +27/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/axel/c/1c3bc7962fa9420fc42468303b79c4f6c292d74f?branch=rawhide
Log:
Fix FTBFS (rhbz#2384474 + rhbz#2433878)
---
diff --git a/482.patch b/482.patch
new file mode 100644
index 0000000..7b56edc
--- /dev/null
+++ b/482.patch
@@ -0,0 +1,22 @@
+From abe754ca0f51d4dd6598b6347e557c79967f8876 Mon Sep 17 00:00:00 2001
+From: Adrian Bunk <bunk@debian.org>
+Date: Sat, 6 Jun 2026 18:44:06 +0300
+Subject: [PATCH] Fix building with gettext files >= 0.24
+
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 836d9545..88cb14e7 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -237,7 +237,7 @@ AS_IF([test "x$with_ssl" != xno], [
+
+ # Add Gettext
+ AM_GNU_GETTEXT([external])
+-AM_GNU_GETTEXT_VERSION([0.11.1])
++AM_GNU_GETTEXT_REQUIRE_VERSION([0.19.6])
+
+ # POSIX threads
+ AX_PTHREAD()
diff --git a/axel.spec b/axel.spec
index 9c05f39..afbf73f 100644
--- a/axel.spec
+++ b/axel.spec
@@ -11,6 +11,10 @@ Summary: Light command line download accelerator for Linux and Unix
License: GPL-2.0-or-later
URL: %forgeurl
Source0: %forgesource
+
+# https://github.com/axel-download-accelerator/axel/pull/482.patch
+Patch0: 482.patch
+
BuildRequires: gettext-devel
BuildRequires: pkgconfig(libssl)
BuildRequires: autoconf
@@ -28,6 +32,7 @@ be useful as a wget clone on byte-critical systems.
%prep
%forgesetup
+%autopatch -p1
%build
autoreconf -vfi
reply other threads:[~2026-07-29 3:46 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=178529677956.1.12585767824401276254.rpms-axel-1c3bc7962fa9@fedoraproject.org \
--to=fedora@svgames.pl \
--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