Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mchange-commons for openSUSE:Factory 
checked in at 2023-10-26 17:14:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mchange-commons (Old)
 and      /work/SRC/openSUSE:Factory/.mchange-commons.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mchange-commons"

Thu Oct 26 17:14:35 2023 rev:7 rq:1120449 version:0.2.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/mchange-commons/mchange-commons.changes  
2022-04-20 16:54:52.070485052 +0200
+++ 
/work/SRC/openSUSE:Factory/.mchange-commons.new.24901/mchange-commons.changes   
    2023-10-26 17:15:46.635261956 +0200
@@ -1,0 +2,5 @@
+Thu Oct 26 06:17:48 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Build with source and target levels 8
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mchange-commons.spec ++++++
--- /var/tmp/diff_new_pack.nes7u1/_old  2023-10-26 17:15:47.219283406 +0200
+++ /var/tmp/diff_new_pack.nes7u1/_new  2023-10-26 17:15:47.223283552 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mchange-commons
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,15 +27,15 @@
 Source0:        %{URL}/archive/refs/tags/v%{version}.tar.gz#/%{git_tag}.tar.gz
 Patch0:         fix-javadoc-lint-errors.patch
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
 BuildRequires:  log4j >= 2.0
 BuildRequires:  slf4j
 BuildRequires:  typesafe-config >= 1.3.0
+BuildArch:      noarch
 %if 0%{?rhel} >= 9
 BuildRequires:  xmvn-tools
 %endif
-BuildArch:      noarch
 
 %description
 Originally part of c3p0, mchange-commons is a set of general purpose
@@ -59,7 +59,7 @@
 export CLASS_PATH=$(build-classpath log4j log4j/log4j-{api,core} 
slf4j/slf4j-api typesafe-config)
 mkdir -p target/classes
 javac -d target/classes \
-  -source 7 -target 7 \
+  -source 8 -target 8 \
   -cp  "$CLASS_PATH" \
   $(find src/main/java -name \*.java | xargs)
 
@@ -67,7 +67,7 @@
 jar uf target/%{git_tag}.jar -C src/main/resources .
 %if ! 0%{?rhel} >= 9
 mkdir -p target/api
-javadoc -d target/api -source 7 \
+javadoc -d target/api -source 8 \
   -classpath "$CLASS_PATH" \
   -notimestamp \
   $(find src/main/java -name \*.java | xargs)

Reply via email to