Script 'mail_helper' called by obssrc
Hello community,

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

Package is "werken-xpath"

Wed Mar 23 20:18:56 2022 rev:18 rq:964271 version:0.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/werken-xpath/werken-xpath.changes        
2017-09-20 17:14:03.593992954 +0200
+++ /work/SRC/openSUSE:Factory/.werken-xpath.new.25692/werken-xpath.changes     
2022-03-23 20:20:43.846542612 +0100
@@ -1,0 +2,5 @@
+Wed Mar 23 11:43:03 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Specify java source and target level 1.8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ werken-xpath.spec ++++++
--- /var/tmp/diff_new_pack.o2zNfu/_old  2022-03-23 20:20:44.398542925 +0100
+++ /var/tmp/diff_new_pack.o2zNfu/_new  2022-03-23 20:20:44.402542927 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package werken-xpath
 #
-# 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/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:        XPath implementation using JDOM
 License:        Apache-1.1
 Group:          Development/Libraries/Java
-Url:            http://sourceforge.net/projects/werken-xpath/
+URL:            https://sourceforge.net/projects/werken-xpath/
 Source0:        %{dotname}-%{version}-beta-src.tar.bz2
 Source1:        %{name}-%{version}.pom
 Patch0:         %{name}-ElementNamespaceContext.patch
@@ -38,8 +38,8 @@
 BuildRequires:  ant >= 1.6
 BuildRequires:  antlr
 BuildRequires:  fdupes
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
 BuildRequires:  jdom
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
@@ -88,7 +88,7 @@
 
 %build
 export CLASSPATH=$(build-classpath jdom antlr xerces-j2 xml-commons-apis)
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 
-Dbuild.compiler=modern package javadoc compile-test
+ant -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 package javadoc 
compile-test
 # Note that you'll have to java in PATH for this to work, it is by default
 # when using a JPackage JVM.
 CLASSPATH=$CLASSPATH:build/werken.xpath.jar:build/test/classes
@@ -98,7 +98,7 @@
 # jars
 mkdir -p %{buildroot}%{_javadir}
 cp -p build/%{dotname}.jar %{buildroot}%{_javadir}/%{dotname}.jar
-(cd %{buildroot}%{_javadir}; ln -sf %{dotname}.jar %{name}.jar)
+ln -sf %{dotname}.jar %{buildroot}%{_javadir}/%{name}.jar
 # pom
 mkdir -p %{buildroot}%{_mavenpomdir}
 cp %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-werken-xpath.pom
@@ -109,11 +109,10 @@
 cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
-%files
-%doc LICENSE LIMITATIONS README TODO
-%{_javadir}/*
-%{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml*
+%files -f .mfiles
+%{_javadir}/%{dotname}.jar
+%license LICENSE
+%doc LIMITATIONS README TODO
 
 %files javadoc
 %{_javadocdir}/%{name}

Reply via email to