import jzlib-1.1.3-21.el9_5

i9c changed/i9c/jzlib-1.1.3-21.el9_5
MSVSphere Packaging Team 2 months ago
parent 6bde36511b
commit fe5adefd59
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -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 <mkoncek@redhat.com> - 1.1.3-21
- Fix patch usage
* Wed Nov 20 2024 Marián Konček <mkoncek@redhat.com> - 1.1.3-20
- Rebuild with regenerated Requires on Java
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.1.3-19
- Rebuilt for MSVSphere 9.1.

Loading…
Cancel
Save