Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sat4j for openSUSE:Factory checked 
in at 2022-03-23 20:18:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sat4j (Old)
 and      /work/SRC/openSUSE:Factory/.sat4j.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sat4j"

Wed Mar 23 20:18:11 2022 rev:20 rq:964133 version:2.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/sat4j/sat4j.changes      2018-12-04 
20:56:25.224713293 +0100
+++ /work/SRC/openSUSE:Factory/.sat4j.new.25692/sat4j.changes   2022-03-23 
20:20:11.730524443 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 05:46:19 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Specify source and target levels 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sat4j.spec ++++++
--- /var/tmp/diff_new_pack.EK0w5C/_old  2022-03-23 20:20:12.278524753 +0100
+++ /var/tmp/diff_new_pack.EK0w5C/_new  2022-03-23 20:20:12.286524757 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sat4j
 #
-# 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
@@ -25,13 +25,14 @@
 Summary:        A library of SAT solvers written in Java
 License:        EPL-1.0 AND LGPL-2.0-only
 Group:          Development/Libraries/Java
-URL:            http://www.sat4j.org/
+URL:            https://www.sat4j.org/
 Source0:        %{name}-%{version}.tar.xz
 Patch0:         sat4j-sourcetarget.patch
 Patch1:         sat4j-manifest.patch
 BuildRequires:  ant
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-Requires:       java
+Requires:       java >= 1.8
 BuildArch:      noarch
 
 %description
@@ -41,22 +42,21 @@
 without worrying about the details.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 %patch0 -p1
 %patch1 -p1
 
 %build
 ant \
     -Dbuild.compiler=modern -Drelease=%{version} \
-       -DBUILD_DATE=%{qualifier} -Dsource=1.6 -Dtarget=1.6 p2
+       -DBUILD_DATE=%{qualifier} -Dsource=1.8 -Dtarget=1.8 p2
 
 %install
 install -d -m 755 %{buildroot}%{_javadir}
-install -m 0644 dist/%{version}/org.sat4j.core.jar 
%{buildroot}%{_javadir}/org.sat4j.core-%{version}.jar
-install -m 0644 dist/%{version}/org.sat4j.pb.jar   
%{buildroot}%{_javadir}/org.sat4j.pb-%{version}.jar
-(cd %{buildroot}%{_javadir}/ && for jar in *-%{version}*; do ln -sf ${jar} 
${jar/-%{version}/}; done)
+install -m 0644 dist/%{version}/org.sat4j.core.jar 
%{buildroot}%{_javadir}/org.sat4j.core.jar
+install -m 0644 dist/%{version}/org.sat4j.pb.jar   
%{buildroot}%{_javadir}/org.sat4j.pb.jar
 
 %files
-%{_javadir}/org.%{name}*.jar
+%{_javadir}/*.jar
 
 %changelog

Reply via email to