File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "Signatures" : {
33 "jzlib-1.1.3.tar.gz" : " 83da656205fe9cae8fc17aaff71237836acac582a88116c7579e362126bd0ec4" ,
4- "jzlib_build.xml" : " 75de32ade3ea2fc09e037e7b79e072d4f4d74374549d0d76f50c182a638e977b "
4+ "jzlib_build.xml" : " 30a78ad543c967bbb9b43e824430e1d860fdb805fa327f94f891ec7cd9121601 "
55 }
66}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Distribution: Azure Linux
2020
2121Name: jzlib
2222Version: 1.1.3
23- Release: 5 %{?dist }
23+ Release: 6 %{?dist }
2424Summary: Re-implementation of zlib in pure Java
2525License: BSD-3-Clause
2626Group: Development/Libraries/Java
@@ -102,6 +102,10 @@ cp -r target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
102102%license LICENSE.txt
103103
104104%changelog
105+ * Mon Apr 28 2025 Archana Shettigar <v-shettigara@microsoft.com> - 1.1.3-6
106+ - Fixing the build for jzlib in 3.0-dev branch
107+ - License verified
108+
105109* Thu Oct 14 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.1.3-5
106110- Converting the 'Release' tag to the '[number].[distribution]' format.
107111
Original file line number Diff line number Diff line change 1212 <property name =" project.artifactId" value =" jzlib" />
1313 <property name =" project.version" value =" 1.1.3" />
1414
15- <property name =" compiler.source" value =" 1.6 " />
15+ <property name =" compiler.source" value =" 1.8 " />
1616 <property name =" compiler.target" value =" ${compiler.source}" />
1717
1818 <property name =" build.finalName" value =" ${project.artifactId}-${project.version}" />
You can’t perform that action at this time.
0 commit comments