Hello community,

here is the log from the commit of package bea-stax for openSUSE:Factory 
checked in at 2017-05-31 13:32:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bea-stax (Old)
 and      /work/SRC/openSUSE:Factory/.bea-stax.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bea-stax"

Wed May 31 13:32:19 2017 rev:23 rq:497069 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bea-stax/bea-stax.changes        2013-09-11 
13:39:26.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bea-stax.new/bea-stax.changes   2017-05-31 
13:32:21.422246279 +0200
@@ -1,0 +2,5 @@
+Sun May 21 08:15:12 UTC 2017 - [email protected]
+
+- Cleanup a bit and remove unused patch bea-stax-gcj43-build.patch
+
+-------------------------------------------------------------------

Old:
----
  bea-stax-gcj43-build.patch

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

Other differences:
------------------
++++++ bea-stax.spec ++++++
--- /var/tmp/diff_new_pack.jSVmaf/_old  2017-05-31 13:32:22.314120564 +0200
+++ /var/tmp/diff_new_pack.jSVmaf/_new  2017-05-31 13:32:22.314120564 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bea-stax
 #
-# Copyright (c) 2013 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
@@ -16,47 +16,35 @@
 #
 
 
-%define name            bea-stax
-%define version         1.2.0
-%define release         0.rc1.2jpp
 %define section         free
+Name:           bea-stax
+Version:        1.2.0
+Release:        0
 Summary:        Streaming API for XML
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 Url:            http://dev2dev.bea.com/technologies/stax/index.jsp
 Source0:        stax-src-1.2.0_rc1-dev.zip
 Patch0:         bea-stax-target15.patch
-Patch1:         bea-stax-gcj43-build.patch
 Patch2:         bea-stax-gcj-build.patch
-
-Name:           bea-stax
-Version:        %{version}
-Release:        0
-BuildArch:      noarch
-BuildRequires:  javapackages-tools
-%if %defined suse_version
 BuildRequires:  ant
 BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  javapackages-tools
 BuildRequires:  unzip
-#BuildRequires:  xerces-j2-bootstrap
 #!BuildIgnore:  xerces-j2-bootstrap
-BuildRequires:  xml-commons-apis-bootstrap
-BuildRequires:  xml-commons-resolver-bootstrap
-BuildRequires:  xml-commons-which-bootstrap
 #!BuildIgnore: antlr antlr-java
 #!BuildIgnore:  xerces-j2 xml-commons xml-commons-apis xml-commons-resolver 
xml-commons-which
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
-%endif
+BuildRequires:  xml-commons-apis-bootstrap
+BuildRequires:  xml-commons-resolver-bootstrap
+BuildRequires:  xml-commons-which-bootstrap
 Requires:       %{name}-api = %{version}-%{release}
-Requires:       javapackages-tools
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 The Streaming API for XML (StAX) is a groundbreaking new Java API for
 parsing and writing XML easily and efficiently.
 
-
-
 %package api
 Summary:        The StAX API
 Group:          Development/Libraries/Java
@@ -64,16 +52,11 @@
 %description api
 Streaming API for XML
 
-
-
 %{summary}
 
 %prep
-%setup -q -c -n %{name}-%{version}
+%setup -q -c
 %patch0 -b .target15
-%if %suse_version <= 1110
-%patch1 -b .gcj43-build
-%endif
 %patch2 -b .gcj-build
 
 %build
@@ -81,17 +64,14 @@
 
 %install
 # jar
-install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
-install -p -m 0644 build/stax-api-1.0.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-api-%{version}.jar
-install -p -m 0644 build/stax-1.2.0_rc1-dev.jar 
$RPM_BUILD_ROOT%{_javadir}/%{name}-ri-%{version}.jar
-ln -s %{name}-api-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-api.jar
-ln -s %{name}-ri-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-ri.jar
+install -d -m 0755 %{buildroot}%{_javadir}
+install -p -m 0644 build/stax-api-1.0.jar 
%{buildroot}%{_javadir}/%{name}-api-%{version}.jar
+install -p -m 0644 build/stax-1.2.0_rc1-dev.jar 
%{buildroot}%{_javadir}/%{name}-ri-%{version}.jar
+ln -s %{name}-api-%{version}.jar %{buildroot}%{_javadir}/%{name}-api.jar
+ln -s %{name}-ri-%{version}.jar %{buildroot}%{_javadir}/%{name}-ri.jar
 
 %files
 %defattr(-,root,root,-)
-#%{_docdir}/%{name}-%{version}/BEA*.doc
-#%{_docdir}/%{name}-%{version}/README.txt
-#%{_datadir}/%{name}-%{version}
 %{_javadir}/%{name}-ri-%{version}.jar
 %{_javadir}/%{name}-ri.jar
 



Reply via email to