From 1d8ef9b2ee1b769d18ee4280b8db4be316d39c78 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 26 Dec 2024 03:27:55 +0300 Subject: [PATCH] import jzlib-1.1.3-21.el9_5 --- SPECS/jzlib.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/SPECS/jzlib.spec b/SPECS/jzlib.spec index 819c660..299cc72 100644 --- a/SPECS/jzlib.spec +++ b/SPECS/jzlib.spec @@ -1,6 +1,6 @@ Name: jzlib Version: 1.1.3 -Release: 19%{?dist} +Release: 21%{?dist} Summary: Re-implementation of zlib in pure Java License: BSD URL: http://www.jcraft.com/jzlib/ @@ -35,7 +35,7 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q -%patch0 +%patch -P 0 %pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.6 %pom_xpath_set "pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.6 @@ -66,6 +66,12 @@ cp -pr example/* %{buildroot}%{_datadir}/%{name} %doc %{_datadir}/%{name} %changelog +* Thu Nov 21 2024 Marián Konček - 1.1.3-21 +- Fix patch usage + +* Wed Nov 20 2024 Marián Konček - 1.1.3-20 +- Rebuild with regenerated Requires on Java + * Mon Aug 09 2021 Mohan Boddu - 1.1.3-19 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688