Script 'mail_helper' called by obssrc
Hello community,

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

Package is "openmarkup"

Wed Mar 23 20:18:08 2022 rev:14 rq:964129 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openmarkup/openmarkup.changes    2017-09-20 
17:13:42.996892385 +0200
+++ /work/SRC/openSUSE:Factory/.openmarkup.new.25692/openmarkup.changes 
2022-03-23 20:20:09.822523363 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 05:02:02 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Specify java source and target level 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openmarkup.spec ++++++
--- /var/tmp/diff_new_pack.jMNIPp/_old  2022-03-23 20:20:10.522523759 +0100
+++ /var/tmp/diff_new_pack.jMNIPp/_new  2022-03-23 20:20:10.534523766 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openmarkup
 #
-# 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        1.1
 Release:        0
 Summary:        Open Markup Interface for object realizers and XML object 
realization
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Languages/Java
-Url:            https://openmarkup.dev.java.net/
+URL:            https://openmarkup.dev.java.net/
 #Source:         om_1_1.zip
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        AsyncClients.pdf
@@ -30,7 +30,7 @@
 Patch0:         openmarkup-1.1-nosource.patch
 BuildRequires:  ant
 BuildRequires:  fdupes
-BuildRequires:  java-devel
+BuildRequires:  java-devel >= 1.8
 BuildArch:      noarch
 
 %description
@@ -87,23 +87,21 @@
 %build
 ant \
     -f make/build.xml -Djavaws.dir=%{java_home}/bin \
-    -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
+    -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
 
 %install
 install -d -m 755 %{buildroot}/%{_javadir}
 install -m 644 dist/bin/om.jar %{buildroot}/%{_javadir}
 # javadoc
-install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}-%{version}
-cp -pr doc/javadoc/* %{buildroot}/%{_javadocdir}/%{name}-%{version}
-ln -s %{name}-%{version} %{buildroot}/%{_javadocdir}/%{name}
+install -d -m 755 %{buildroot}/%{_javadocdir}/%{name}
+cp -pr doc/javadoc/* %{buildroot}/%{_javadocdir}/%{name}
 %fdupes -s %{buildroot}/%{_javadocdir}/%{name}
 
 %files
-%doc Copyright.txt LICENSE.txt
+%license LICENSE.txt Copyright.txt
 %{_javadir}/*jar
 
 %files javadoc
-%{_javadocdir}/%{name}-%{version}
 %{_javadocdir}/%{name}
 
 %files manual

Reply via email to