Hello community,

here is the log from the commit of package werken-xpath for openSUSE:Factory 
checked in at 2017-06-01 16:32:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/werken-xpath (Old)
 and      /work/SRC/openSUSE:Factory/.werken-xpath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "werken-xpath"

Thu Jun  1 16:32:24 2017 rev:16 rq:496739 version:0.9.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/werken-xpath/werken-xpath.changes        
2015-04-02 15:59:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.werken-xpath.new/werken-xpath.changes   
2017-06-01 16:32:25.313766695 +0200
@@ -1,0 +2,6 @@
+Fri May 19 11:55:54 UTC 2017 - [email protected]
+
+- New build dependency: javapackages-local
+- cleaned spec using spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ werken-xpath.spec ++++++
--- /var/tmp/diff_new_pack.nQdFUM/_old  2017-06-01 16:32:26.061661193 +0200
+++ /var/tmp/diff_new_pack.nQdFUM/_new  2017-06-01 16:32:26.065660629 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package werken-xpath
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -17,13 +17,13 @@
 
 
 %define dotname werken.xpath
-
 Name:           werken-xpath
 Version:        0.9.4
 Release:        0
 Summary:        XPath implementation using JDOM
 License:        Apache-1.1
 Group:          Development/Libraries/Java
+Url:            http://sourceforge.net/projects/werken-xpath/
 Source0:        %{dotname}-%{version}-beta-src.tar.bz2
 Source1:        %{name}-%{version}.pom
 Patch0:         %{name}-ElementNamespaceContext.patch
@@ -35,18 +35,18 @@
 Patch6:         %{name}-Test.patch
 Patch7:         %{name}-Driver.patch
 Patch8:         %{name}-runtests_sh.patch
-Url:            http://sourceforge.net/projects/werken-xpath/
-Requires:       jdom
 BuildRequires:  ant >= 1.6
 BuildRequires:  antlr
+BuildRequires:  javapackages-local
 BuildRequires:  javapackages-tools
 BuildRequires:  jdom
 BuildRequires:  xerces-j2
 BuildRequires:  xml-commons-apis
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       jdom
 Provides:       werken.xpath = %{version}-%{release}
 Obsoletes:      werken.xpath <= 0.9.4
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 werken.xpath is an implementation of the W3C XPath Recommendation, on
@@ -101,17 +101,17 @@
 
 %install
 # jars
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
-cp -p build/%{dotname}.jar $RPM_BUILD_ROOT%{_javadir}/%{dotname}.jar
-(cd $RPM_BUILD_ROOT%{_javadir}; ln -sf %{dotname}.jar %{name}.jar)
+mkdir -p %{buildroot}%{_javadir}
+cp -p build/%{dotname}.jar %{buildroot}%{_javadir}/%{dotname}.jar
+(cd %{buildroot}%{_javadir}; ln -sf %{dotname}.jar %{name}.jar)
 # pom
-mkdir -p $RPM_BUILD_ROOT%{_mavenpomdir}
-cp %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-werken-xpath.pom
+mkdir -p %{buildroot}%{_mavenpomdir}
+cp %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-werken-xpath.pom
 %add_maven_depmap
 
 # javadoc
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -pr build/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -pr build/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)


Reply via email to