Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package skinlf for openSUSE:Factory checked in at 2022-03-24 22:58:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/skinlf (Old) and /work/SRC/openSUSE:Factory/.skinlf.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "skinlf" Thu Mar 24 22:58:07 2022 rev:7 rq:964433 version:6.7 Changes: -------- --- /work/SRC/openSUSE:Factory/skinlf/skinlf.changes 2018-11-10 16:57:31.167889951 +0100 +++ /work/SRC/openSUSE:Factory/.skinlf.new.1900/skinlf.changes 2022-03-24 23:00:10.972376944 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 19:08:42 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ skinlf.spec ++++++ --- /var/tmp/diff_new_pack.xF45Dg/_old 2022-03-24 23:00:11.496377450 +0100 +++ /var/tmp/diff_new_pack.xF45Dg/_new 2022-03-24 23:00:11.508377461 +0100 @@ -1,7 +1,7 @@ # # spec file for package skinlf # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,7 +35,7 @@ BuildRequires: ant BuildRequires: dos2unix BuildRequires: fdupes -BuildRequires: java-devel >= 1.5 +BuildRequires: java-devel >= 1.8 BuildRequires: jpackage-utils BuildRequires: laf-plugin BuildRequires: xalan-j2 @@ -98,14 +98,13 @@ %patch1 -p1 %build -ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 jar javadocs +ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 jar javadocs %install # jars install -dm 755 %{buildroot}%{_javadir} install -pm 644 lib/%{name}.jar \ - %{buildroot}%{_javadir}/%{name}-%{version}.jar -(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) + %{buildroot}%{_javadir}/%{name}.jar # javadoc install -dm 755 %{buildroot}%{_javadocdir}/%{name} @@ -142,7 +141,7 @@ %files %license LICENSE %doc AUTHORS CHANGES LICENSE_nanoxml README THANKS -%{_javadir}/%{name}*.jar +%{_javadir}/%{name}.jar %files javadoc %doc %{_javadocdir}/%{name}
