public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bzip3] f44: 1.5.4 bump
@ 2026-09-08 8:24
0 siblings, 0 replies; only message in thread
From: @ 2026-09-08 8:24 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bzip3
Branch : f44
Commit : b3c6697d9a64b22ff0746e428c9f7c38faf4e5e8
Author : Petr Písař <ppisar@redhat.com>
Date : 2026-09-08T10:23:56+02:00
Stats : +7/-50 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/bzip3/c/b3c6697d9a64b22ff0746e428c9f7c38faf4e5e8?branch=f44
Log:
1.5.4 bump
---
diff --git a/.gitignore b/.gitignore
index ba6f0ce..fd14004 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
/bzip3-1.5.1.tar.xz
/bzip3-1.5.2.tar.xz
/bzip3-1.5.3.tar.xz
+/bzip3-1.5.4.tar.xz
diff --git a/bzip3-1.5.3-autoconf-Define-extra_cflags-variable.patch b/bzip3-1.5.3-autoconf-Define-extra_cflags-variable.patch
deleted file mode 100644
index a18ac70..0000000
--- a/bzip3-1.5.3-autoconf-Define-extra_cflags-variable.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 3c15cc7ccd44c4a55732b597204c85d33170feef Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
-Date: Mon, 18 Aug 2025 16:45:20 +0200
-Subject: [PATCH] autoconf: Define extra_cflags variable
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Building with autotools on Linux produces bzip3.pc with a garbage in
-Cflags:
-
- [...]
- Libs: -L${libdir} -lbzip3
- Cflags: -I${includedir}@extra_cflags@
-
-This bug was introduced in dca13c82311e60cc47f01623d6281119024b5b44
-commit (Fix handling of DLLs on Windows) which added @extra_cflags@ to
-pkg-config file and defined the variable in CMake script, but forgot
-to define it in an Autoconf script.
-
-This patch defines it unconditionally in the Autoconf script as an
-empty string, assuming people don't use this script on Windows
-platforms.
-
-Signed-off-by: Petr Písař <ppisar@redhat.com>
----
- configure.ac | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/configure.ac b/configure.ac
-index 031b3e6..8314417 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -34,6 +34,7 @@ AM_CONDITIONAL([ENABLE_ARCH_NATIVE], [test x"$enable_arch_native" != xno])
- AC_ARG_ENABLE([static-exe],
- AS_HELP_STRING([--enable-static-exe], [Enable static builds of the executable.]))
- AM_CONDITIONAL([ENABLE_STATIC], [test x"$enable_static_exe" = xyes])
-+AC_SUBST([extra_cflags], [])
-
- AM_COND_IF([PASSED_CFLAGS], [
- AC_MSG_NOTICE([skipping compiler feature detection, using '$CFLAGS'])
---
-2.50.1
-
diff --git a/bzip3.spec b/bzip3.spec
index dfb06c2..fe0fa54 100644
--- a/bzip3.spec
+++ b/bzip3.spec
@@ -14,8 +14,8 @@
%endif
Name: bzip3
-Version: 1.5.3
-Release: 3%{?dist}
+Version: 1.5.4
+Release: 1%{?dist}
Summary: Tools for compressing and decompressing bzip3 files
# 3rdparty/libsais-LICENSE: Apache-2.0 text
# bz3grep: BSD-2-Clause
@@ -55,9 +55,6 @@ Source0: %{url}/releases/download/%{version}/%{name}-%{version}.tar.xz
# Do not use /usr/bin/env in shell bangs, not suitable for upstream,
# <https://github.com/kspalaiologos/bzip3/pull/75>.
Patch0: bzip3-1.5.0-Do-not-use-usr-bin-env-in-shell-bangs.patch
-# Fix pkg-config file, in upstream after 1.5.3,
-# <https://github.com/iczelia/bzip3/pull/169>.
-Patch1: bzip3-1.5.3-autoconf-Define-extra_cflags-variable.patch
BuildRequires: autoconf
BuildRequires: autoconf-archive
BuildRequires: automake
@@ -270,6 +267,9 @@ fi
%{_mandir}/man1/%{programs}.1*
%changelog
+* Tue Sep 08 2026 Petr Pisar <ppisar@redhat.com> - 1.5.4-1
+- 1.5.4 bump
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
diff --git a/sources b/sources
index aacafd2..73a2dc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bzip3-1.5.3.tar.xz) = 390d8f1b16838ce552a149aead8b60b520d69d7e3c75660dbeefb7772365aa02846a0dbc88f1d4fca28b5138d8c1a24e712765e0cfdb00a5ae0a35830a1a95ed
+SHA512 (bzip3-1.5.4.tar.xz) = 4a1ba300e04ae75a26e40cd77057b102d629b1cac4db26de310de398ee63e85d6e52475e35322ae2fa6cbb5265bcac9c327e35e0589c78b5a24cd16b0ad49c95
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-08 8:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-08 8:24 [rpms/bzip3] f44: 1.5.4 bump
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox