Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package paperclips for openSUSE:Factory checked in at 2022-03-23 20:18:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/paperclips (Old) and /work/SRC/openSUSE:Factory/.paperclips.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "paperclips" Wed Mar 23 20:18:34 2022 rev:3 rq:964198 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/paperclips/paperclips.changes 2017-09-20 17:13:53.195456744 +0200 +++ /work/SRC/openSUSE:Factory/.paperclips.new.25692/paperclips.changes 2022-03-23 20:20:27.494533361 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 09:23:26 UTC 2022 - Fridrich Strba <[email protected]> + +- Compile with java source and target levels 8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ paperclips.spec ++++++ --- /var/tmp/diff_new_pack.ypBrks/_old 2022-03-23 20:20:27.994533644 +0100 +++ /var/tmp/diff_new_pack.ypBrks/_new 2022-03-23 20:20:28.002533649 +0100 @@ -1,7 +1,7 @@ # # spec file for package paperclips # -# Copyright (c) 2017 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,13 +22,15 @@ Summary: Simplified Java Printing Support for SWT License: EPL-1.0 Group: Development/Languages/Java -Url: https://code.google.com/archive/p/swt-paperclips/ -Source: http://swt-paperclips.googlecode.com/files/net.sf.paperclips.source_%{version}.200908120926.jar +URL: https://code.google.com/archive/p/swt-paperclips/ +# The link is broken +#Source: https://swt-paperclips.googlecode.com/files/net.sf.paperclips.source_%{version}.200908120926.jar +Source: net.sf.paperclips.source_%{version}.200908120926.jar Patch0: paperclips-1.0.4-javadoc.patch BuildRequires: ant BuildRequires: eclipse-swt BuildRequires: fdupes -BuildRequires: java-devel +BuildRequires: java-devel >= 1.8 BuildRequires: javapackages-tools BuildRequires: unzip BuildArch: noarch @@ -66,7 +68,7 @@ export CLASSPATH=%{_libdir}/java/swt.jar pushd src - %javac -source 1.6 -target 1.6 -g -encoding UTF-8 $(find . -type f -name "*.java") + %javac -source 1.8 -target 1.8 -g -encoding UTF-8 $(find . -type f -name "*.java") jarfile="../net.sf.paperclips_%{version}.jar" files="$(find . -type f \( -name '*.class' -o -name '*.properties' \))" test ! -d classes && mf="" \ @@ -77,7 +79,7 @@ %{ant} \ -f gen_javadoc.xml \ - -Dant.build.javac.source=1.6 -Dswt.jar=$(build-classpath swt) + -Dant.build.javac.source=1.8 -Dswt.jar=$(build-classpath swt) %install mkdir -p %{buildroot}%{_javadir}
