Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package swtcalendar for openSUSE:Factory checked in at 2022-03-24 22:57:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/swtcalendar (Old) and /work/SRC/openSUSE:Factory/.swtcalendar.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "swtcalendar" Thu Mar 24 22:57:30 2022 rev:3 rq:964374 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/swtcalendar/swtcalendar.changes 2017-09-20 17:12:17.392942769 +0200 +++ /work/SRC/openSUSE:Factory/.swtcalendar.new.1900/swtcalendar.changes 2022-03-24 22:57:52.684243446 +0100 @@ -1,0 +2,5 @@ +Wed Mar 23 20:17:10 UTC 2022 - Fridrich Strba <[email protected]> + +- Build with java source and target level 1.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swtcalendar.spec ++++++ --- /var/tmp/diff_new_pack.wumqTO/_old 2022-03-24 22:57:53.232243975 +0100 +++ /var/tmp/diff_new_pack.wumqTO/_new 2022-03-24 22:57:53.236243979 +0100 @@ -1,7 +1,7 @@ # # spec file for package swtcalendar # -# 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,11 +22,12 @@ Summary: GUI date picker for Java using SWT License: MIT Group: Development/Languages/Java -Url: http://swtcalendar.sourceforge.net/ +URL: http://swtcalendar.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}/%{name}-src-%{version}.zip BuildRequires: ant BuildRequires: dos2unix BuildRequires: eclipse-swt +BuildRequires: java-devel >= 1.8 BuildRequires: jpackage-utils BuildRequires: unzip BuildArch: noarch @@ -44,7 +45,7 @@ %build export CLASSPATH=%{_libdir}/java/swt.jar -%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 +%{ant} -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 %install mkdir -p %{buildroot}%{_javadir}
