Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xz-java for openSUSE:Factory checked in at 2023-02-11 21:55:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xz-java (Old) and /work/SRC/openSUSE:Factory/.xz-java.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xz-java" Sat Feb 11 21:55:52 2023 rev:4 rq:1064177 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/xz-java/xz-java.changes 2019-02-14 14:34:17.683627079 +0100 +++ /work/SRC/openSUSE:Factory/.xz-java.new.1848/xz-java.changes 2023-02-11 21:55:55.279098790 +0100 @@ -1,0 +2,8 @@ +Mon Dec 12 19:32:21 UTC 2022 - Anton Shvetz <shvetz.an...@gmail.com> + +- Update to version 1.9 + * Release notes at /usr/share/doc/packages/xz-java/NEWS +- Remove obsolete patch: + * xz-java-source-version.patch + +------------------------------------------------------------------- Old: ---- xz-java-1.8.zip xz-java-source-version.patch New: ---- xz-java-1.9.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xz-java.spec ++++++ --- /var/tmp/diff_new_pack.9lpxiL/_old 2023-02-11 21:55:56.215104617 +0100 +++ /var/tmp/diff_new_pack.9lpxiL/_new 2023-02-11 21:55:56.219104643 +0100 @@ -1,7 +1,7 @@ # # spec file for package xz-java # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2013 Peter Conrad # # All modifications and additions to the file contributed by third parties @@ -18,22 +18,21 @@ Name: xz-java -Version: 1.8 +Version: 1.9 Release: 0 Summary: Pure Java implementation of XZ compression License: SUSE-Public-Domain Group: Development/Libraries/Java -URL: http://tukaani.org/xz/java.html +URL: https://tukaani.org/xz/java.html Source: http://tukaani.org/xz/xz-java-%{version}.zip -Patch0: xz-java-source-version.patch BuildRequires: ant BuildRequires: fdupes BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-local BuildRequires: unzip -BuildArch: noarch Provides: java-xz Obsoletes: java-xz +BuildArch: noarch %description This is an implementation of XZ data compression in pure Java. @@ -49,11 +48,10 @@ %prep %setup -q -c -n %{name} -%patch0 -p1 %build sed -i 's/linkoffline="[^"]*"//;/extdoc_/d' build.xml -ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 clean jar doc maven +ant -Dant.build.javac.{source,target}=8 clean jar doc maven %install # jar