public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/bzip3] epel10.3: 1.5.4 bump
Date: Tue, 08 Sep 2026 08:34:31 GMT	[thread overview]
Message-ID: <178885647163.1.349103501245428866.rpms-bzip3-a5cb40baf8c3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/bzip3
Branch : epel10.3
Commit : a5cb40baf8c3b0e3237438e62b5b3b8cb0f099b3
Author : Petr Písař <ppisar@redhat.com>
Date   : 2026-09-08T10:27:18+02:00
Stats  : +6/-49 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/bzip3/c/a5cb40baf8c3b0e3237438e62b5b3b8cb0f099b3?branch=epel10.3

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 b926384..bbd402f 100644
--- a/bzip3.spec
+++ b/bzip3.spec
@@ -14,7 +14,7 @@
 %endif
 
 Name:           bzip3
-Version:        1.5.3
+Version:        1.5.4
 Release:        1%{?dist}
 Summary:        Tools for compressing and decompressing bzip3 files
 # 3rdparty/libsais-LICENSE: Apache-2.0 text
@@ -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
+
 * Mon Aug 18 2025 Petr Pisar <ppisar@redhat.com> - 1.5.3-1
 - 1.5.3 bump
 

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

                 reply	other threads:[~2026-09-08  8:34 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=178885647163.1.349103501245428866.rpms-bzip3-a5cb40baf8c3@fedoraproject.org \
    --to=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