public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/axel] rawhide: Fix FTBFS (rhbz#2384474 + rhbz#2433878)
@ 2026-07-29  3:46 Artur Frenszek-Iwicki
  0 siblings, 0 replies; only message in thread
From: Artur Frenszek-Iwicki @ 2026-07-29  3:46 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29  3:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-29  3:46 [rpms/axel] rawhide: Fix FTBFS (rhbz#2384474 + rhbz#2433878) Artur Frenszek-Iwicki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox