Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libreadline-java for
openSUSE:Factory checked in at 2022-03-28 16:59:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreadline-java (Old)
and /work/SRC/openSUSE:Factory/.libreadline-java.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreadline-java"
Mon Mar 28 16:59:00 2022 rev:31 rq:962900 version:0.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/libreadline-java/libreadline-java.changes
2018-08-07 10:49:48.700553783 +0200
+++
/work/SRC/openSUSE:Factory/.libreadline-java.new.1900/libreadline-java.changes
2022-03-28 16:59:34.548889057 +0200
@@ -1,0 +2,7 @@
+Fri Mar 18 16:39:52 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Modified patch:
+ * libreadline-java-0.8.0-sourcetarget.patch
+ + Build with source/target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libreadline-java.spec ++++++
--- /var/tmp/diff_new_pack.KjFoK2/_old 2022-03-28 16:59:35.068889763 +0200
+++ /var/tmp/diff_new_pack.KjFoK2/_new 2022-03-28 16:59:35.072889769 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libreadline-java
#
-# 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
@@ -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/
#
++++++ libreadline-java-0.8.0-sourcetarget.patch ++++++
--- /var/tmp/diff_new_pack.KjFoK2/_old 2022-03-28 16:59:35.116889828 +0200
+++ /var/tmp/diff_new_pack.KjFoK2/_new 2022-03-28 16:59:35.116889828 +0200
@@ -7,7 +7,7 @@
## normal javac
JAVAC = $(JAVA_HOME)/bin/javac
-JC_FLAGS += -target 1.5 -source 1.5
-+JC_FLAGS += -target 1.6 -source 1.6
++JC_FLAGS += -target 1.8 -source 1.8
# installation directories
--------------------------------------------------