Script 'mail_helper' called by obssrc
Hello community,

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

Package is "netbeans-svnclientadapter"

Wed Mar 23 20:18:07 2022 rev:17 rq:964127 version:6.7.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/netbeans-svnclientadapter/netbeans-svnclientadapter.changes
      2017-09-20 17:12:59.754979504 +0200
+++ 
/work/SRC/openSUSE:Factory/.netbeans-svnclientadapter.new.25692/netbeans-svnclientadapter.changes
   2022-03-23 20:20:08.098522388 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 04:42:49 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Specify java source and target level 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netbeans-svnclientadapter.spec ++++++
--- /var/tmp/diff_new_pack.ybzjuu/_old  2022-03-23 20:20:08.746522754 +0100
+++ /var/tmp/diff_new_pack.ybzjuu/_new  2022-03-23 20:20:08.750522757 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package netbeans-svnclientadapter
 #
-# 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/
 #
 
 
@@ -28,7 +28,7 @@
 Summary:        Subversion Client Adapter
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-Url:            http://subclipse.tigris.org/svnClientAdapter.html
+URL:            http://subclipse.tigris.org/svnClientAdapter.html
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 # svn export --force --username guest -r4383 \
@@ -39,10 +39,10 @@
 Patch0:         %{svnCA}-%{svnCA_ver}-build.patch
 BuildRequires:  ant
 BuildRequires:  ant-junit
-BuildRequires:  java-devel >= 1.6.0
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  subversion-javahl
-Requires:       java >= 1.6.0
+Requires:       java >= 1.8
 Requires:       javapackages-tools
 Requires:       subversion
 BuildArch:      noarch
@@ -58,23 +58,22 @@
 
 %patch0 -p1 -b .sav
 
-ln -s -f %{_javadir}/svnkit-javahl.jar lib/svnjavahl.jar
+ln -s -f $(find-jar svnkit-javahl) lib/svnjavahl.jar
 
 %build
-[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
-ant \
+%{ant} \
     -verbose \
-       -DtargetJvm=1.6 \
+       -DtargetJvm=1.8 \
        svnClientAdapter.jar
 
 %install
 # jar
 install -d -m 755 %{buildroot}%{_javadir}
-install -m 644 build/lib/svnClientAdapter.jar 
%{buildroot}%{_javadir}/%{name}-%{version}.jar
-ln -s %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
+install -m 644 build/lib/svnClientAdapter.jar 
%{buildroot}%{_javadir}/%{name}.jar
 
 %files
-%doc license.txt readme.txt
+%license license.txt
+%doc readme.txt
 %{_javadir}/*
 
 %changelog

Reply via email to