Hello community,

here is the log from the commit of package sat4j for openSUSE:Factory checked 
in at 2017-05-22 10:48:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sat4j (Old)
 and      /work/SRC/openSUSE:Factory/.sat4j.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sat4j"

Mon May 22 10:48:24 2017 rev:17 rq:497058 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sat4j/sat4j.changes      2014-06-30 
22:50:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sat4j.new/sat4j.changes 2017-05-22 
10:49:10.290638914 +0200
@@ -1,0 +2,5 @@
+Sun May 21 07:47:07 UTC 2017 - tchva...@suse.com
+
+- Remove un-needed dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sat4j.spec ++++++
--- /var/tmp/diff_new_pack.4XqMeX/_old  2017-05-22 10:49:11.014536883 +0200
+++ /var/tmp/diff_new_pack.4XqMeX/_new  2017-05-22 10:49:11.018536320 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sat4j
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,6 @@
 %define eclipse_base %{_libdir}/eclipse
 # We want the version to match that shipped in Eclipse's Orbit project
 %define qualifier 20120709
-
 Name:           sat4j
 Version:        2.3.2
 Release:        0
@@ -29,11 +28,8 @@
 Url:            http://www.sat4j.org/
 # svn co 
svn://svn.forge.objectweb.org/svnroot/sat4j/maven/tags/org.sat4j.pom-2.3.2
 Source0:        %{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.7
-Requires:       java >= 1.7
-Requires:       javapackages-tools
+Requires:       java
 BuildArch:      noarch
 
 %description
@@ -48,18 +44,14 @@
 rm lib/commons-cli.jar
 
 %build
-#ant -Drelease=%{version} -DBUILD_DATE=`LC_ALL=C date +'%Y%m%d'` p2 
 ant -Dbuild.compiler=modern -Drelease=%{version} -DBUILD_DATE=%{qualifier} 
-Dsource=1.5 -Dtarget=1.5 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
+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)
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %{_javadir}/org.%{name}*.jar


Reply via email to