Skip to content

Commit 39df6fe

Browse files
authored
jzlib : Build fix (#13607)
1 parent 0fcce55 commit 39df6fe

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
33
"jzlib-1.1.3.tar.gz": "83da656205fe9cae8fc17aaff71237836acac582a88116c7579e362126bd0ec4",
4-
"jzlib_build.xml": "75de32ade3ea2fc09e037e7b79e072d4f4d74374549d0d76f50c182a638e977b"
4+
"jzlib_build.xml": "30a78ad543c967bbb9b43e824430e1d860fdb805fa327f94f891ec7cd9121601"
55
}
66
}

SPECS-EXTENDED/jzlib/jzlib.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Distribution: Azure Linux
2020

2121
Name: jzlib
2222
Version: 1.1.3
23-
Release: 5%{?dist}
23+
Release: 6%{?dist}
2424
Summary: Re-implementation of zlib in pure Java
2525
License: BSD-3-Clause
2626
Group: 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

SPECS-EXTENDED/jzlib/jzlib_build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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}"/>

0 commit comments

Comments
 (0)