public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Sereal-Decoder] epel10.2: Rebuild and bootstrap for miniz SONAME bump (and fix include path)
@ 2026-06-02  6:25 Dominik 'Rathann' Mierzejewski
  0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-06-02  6:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Sereal-Decoder
Branch : epel10.2
Commit : 073d911e06b688f8993d07a35d1344d03b156a36
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date   : 2025-08-03T01:20:25+02:00
Stats  : +7/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Sereal-Decoder/c/073d911e06b688f8993d07a35d1344d03b156a36?branch=epel10.2

Log:
Rebuild and bootstrap for miniz SONAME bump (and fix include path)

---
diff --git a/perl-Sereal-Decoder.spec b/perl-Sereal-Decoder.spec
index 466c310..dae8b7f 100644
--- a/perl-Sereal-Decoder.spec
+++ b/perl-Sereal-Decoder.spec
@@ -1,9 +1,11 @@
+%define perl_bootstrap 1
+
 # Perform optinal tests
 %bcond_without perl_Sereal_Decoder_enables_optional_test
 
 Name:           perl-Sereal-Decoder
 Version:        5.004
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Perl deserialization for Sereal format
 # lib/Sereal/Decoder.pm:    GPL+ or Artistic
 ## Unbundled:
@@ -93,7 +95,7 @@ perl -i -ne 'print $_ unless m{^zstd/}' MANIFEST
 %build
 unset DEBUG SEREAL_USE_BUNDLED_LIBS SEREAL_USE_BUNDLED_CSNAPPY \
     SEREAL_USE_BUNDLED_MINIZ SEREAL_USE_BUNDLED_ZSTD
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 OPTIMIZE="%{optflags}" INC="$(pkg-config --cflags miniz)"
 %{make_build}
 
 %install
@@ -112,6 +114,9 @@ make test
 %{_mandir}/man3/Sereal::Performance.3*
 
 %changelog
+* Sat Aug 02 2025 Dominik Mierzejewski <dominik@greysector.net> - 5.004-14
+- Rebuild and bootstrap for miniz SONAME bump (and fix include path)
+
 * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.004-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
 

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

only message in thread, other threads:[~2026-06-02  6:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-02  6:25 [rpms/perl-Sereal-Decoder] epel10.2: Rebuild and bootstrap for miniz SONAME bump (and fix include path) Dominik 'Rathann' Mierzejewski

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