Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package jcip-annotations for
openSUSE:Factory checked in at 2022-03-24 22:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jcip-annotations (Old)
and /work/SRC/openSUSE:Factory/.jcip-annotations.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jcip-annotations"
Thu Mar 24 22:57:56 2022 rev:14 rq:964417 version:1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/jcip-annotations/jcip-annotations.changes
2017-09-20 17:09:53.709169051 +0200
+++
/work/SRC/openSUSE:Factory/.jcip-annotations.new.1900/jcip-annotations.changes
2022-03-24 22:59:34.344341584 +0100
@@ -1,0 +2,5 @@
+Sun Mar 20 07:01:18 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Build with source/target levels 8
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ jcip-annotations.spec ++++++
--- /var/tmp/diff_new_pack.2exjCn/_old 2022-03-24 22:59:34.788342013 +0100
+++ /var/tmp/diff_new_pack.2exjCn/_new 2022-03-24 22:59:34.796342021 +0100
@@ -1,7 +1,7 @@
#
# spec file for package jcip-annotations
#
-# 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,15 +22,14 @@
Summary: Java Concurrency in Practice
License: CC-BY-2.5
Group: Development/Libraries/Java
-Url: http://www.jcip.net/
+URL: http://www.jcip.net/
Source0: http://www.jcip.net/jcip-annotations-src.jar
Source1:
http://repo1.maven.org/maven/livetribe/maven/m2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom
BuildRequires: fdupes
-BuildRequires: java-devel >= 1.6.0
+BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local
BuildRequires: javapackages-tools
BuildRequires: unzip
-Requires: java >= 1.6.0
BuildArch: noarch
%description
@@ -54,8 +53,8 @@
%build
export JAVA_HOME=%{_jvmdir}/java
-$JAVA_HOME/bin/javac -source 1.6 -target 1.6 -d target/classes $(find
src/main/java -name "*.java")
-$JAVA_HOME/bin/javadoc -source 1.6 -d target/site/apidocs -sourcepath
src/main/java net.jcip.annotations
+$JAVA_HOME/bin/javac -source 1.8 -target 1.8 -d target/classes $(find
src/main/java -name "*.java")
+$JAVA_HOME/bin/javadoc -source 1.8 -d target/site/apidocs -sourcepath
src/main/java net.jcip.annotations
for f in $(find aQute/ -type f -not -name "*.class"); do
cp $f target/classes/$f
done