commit saxon8 for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package saxon8 for openSUSE:Factory checked 
in at 2017-09-20 17:09:36

Comparing /work/SRC/openSUSE:Factory/saxon8 (Old)
 and  /work/SRC/openSUSE:Factory/.saxon8.new (New)


Package is "saxon8"

Wed Sep 20 17:09:36 2017 rev:18 rq:527102 version:B.8.8

Changes:

--- /work/SRC/openSUSE:Factory/saxon8/saxon8.changes2017-05-31 
13:31:19.898918339 +0200
+++ /work/SRC/openSUSE:Factory/.saxon8.new/saxon8.changes   2017-09-20 
17:09:36.787551102 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 18:02:12 UTC 2017 - fst...@suse.com
+
+- Specify encoding ISO-8859-1 and java source and target 1.6 in
+  order to fix build with jdk9
+
+---



Other differences:
--
++ saxon8.spec ++
--- /var/tmp/diff_new_pack.GkOYjK/_old  2017-09-20 17:09:37.499450888 +0200
+++ /var/tmp/diff_new_pack.GkOYjK/_new  2017-09-20 17:09:37.503450325 +0200
@@ -32,6 +32,7 @@
 Source5:%{name}q.1
 BuildRequires:  ant
 BuildRequires:  bea-stax-api
+BuildRequires:  fdupes
 BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jdom >= 1.0-0.b7
@@ -43,7 +44,6 @@
 Requires:   bea-stax-api
 Requires:   jaxp_parser_impl
 Provides:   jaxp_transform_impl
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -172,7 +172,7 @@
 ant \
   -Dj2se.javadoc=%{_javadocdir}/java \
   -Djdom.javadoc=%{_javadocdir}/jdom \
-  -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
+  -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 # jars
@@ -187,9 +187,11 @@
 # javadoc
 mkdir -p %{buildroot}%{_javadocdir}/%{name}
 cp -pr build/api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 # demo
 mkdir -p %{buildroot}%{_datadir}/%{name}
 cp -pr samples/* %{buildroot}%{_datadir}/%{name}
+%fdupes -s %{buildroot}%{_datadir}/%{name}
 # scripts
 mkdir -p %{buildroot}%{_bindir}
 sed 's,__RESOLVERDIR__,%{resolverdir},' < %{SOURCE1} \
@@ -215,42 +217,33 @@
 fi
 
 %files
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}.jar
 %{_javadir}/%{name}-%{version}.jar
 %{_javadir}/jaxp_transform_impl.jar
 %ghost %{_sysconfdir}/alternatives/jaxp_transform_impl.jar
 
 %files xpath
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-xpath*
 
 %files xom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-xom*
 
 %files sql
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-sql*
 
 %files jdom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-jdom*
 
 %files dom
-%defattr(0644,root,root,0755)
 %{_javadir}/%{name}-dom*
 
 %files manual
-%defattr(0644,root,root,0755)
 %doc doc/*.html
 
 %files javadoc
-%defattr(0644,root,root,0755)
 %doc %{_javadocdir}/%{name}
 
 %files demo
-%defattr(0644,root,root,0755)
 %{_datadir}/%{name}
 
 %files scripts

++ saxon8.build.script ++
--- /var/tmp/diff_new_pack.GkOYjK/_old  2017-09-20 17:09:37.559442443 +0200
+++ /var/tmp/diff_new_pack.GkOYjK/_new  2017-09-20 17:09:37.559442443 +0200
@@ -36,7 +36,7 @@
 
   
   
-
+
   
 
   
@@ -89,6 +89,7 @@
 

commit saxon8 for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package saxon8 for openSUSE:Factory checked 
in at 2017-05-31 13:31:17

Comparing /work/SRC/openSUSE:Factory/saxon8 (Old)
 and  /work/SRC/openSUSE:Factory/.saxon8.new (New)


Package is "saxon8"

Wed May 31 13:31:17 2017 rev:17 rq:496836 version:B.8.8

Changes:

--- /work/SRC/openSUSE:Factory/saxon8/saxon8.changes2014-08-01 
19:27:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.saxon8.new/saxon8.changes   2017-05-31 
13:31:19.898918339 +0200
@@ -1,0 +2,5 @@
+Fri May 19 17:09:34 UTC 2017 - tchva...@suse.com
+
+- Do not require javapackage-tools
+
+---



Other differences:
--
++ saxon8.spec ++
--- /var/tmp/diff_new_pack.xIi3NV/_old  2017-05-31 13:31:20.862782478 +0200
+++ /var/tmp/diff_new_pack.xIi3NV/_new  2017-05-31 13:31:20.870781350 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package saxon8
 #
-# Copyright (c) 2014 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
@@ -144,7 +144,6 @@
 Summary:Utility scripts for saxon8
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
-Requires:   javapackages-tools
 
 %descriptionscripts
 Utility scripts for saxon8.




commit saxon8 for openSUSE:Factory

2014-08-01 Thread h_root
Hello community,

here is the log from the commit of package saxon8 for openSUSE:Factory checked 
in at 2014-08-01 19:27:01

Comparing /work/SRC/openSUSE:Factory/saxon8 (Old)
 and  /work/SRC/openSUSE:Factory/.saxon8.new (New)


Package is saxon8

Changes:

--- /work/SRC/openSUSE:Factory/saxon8/saxon8.changes2013-09-11 
17:19:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.saxon8.new/saxon8.changes   2014-08-01 
19:27:02.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 11 14:38:02 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner. Fix update-alternatives.
+
+---



Other differences:
--
++ saxon8.spec ++
--- /var/tmp/diff_new_pack.lHwHFf/_old  2014-08-01 19:27:03.0 +0200
+++ /var/tmp/diff_new_pack.lHwHFf/_new  2014-08-01 19:27:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package saxon8
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,43 +16,35 @@
 #
 
 
-%define section free
 %define resolverdir %{_sysconfdir}/java/resolver
-%define stdname saxon8
-Summary:Java Basic XPath 2.0, XSLT 2.0, and XQuery 1.0 implementation
-License:MPL-1.1
-Group:  Development/Languages/Other
-
 Name:   saxon8
 Version:B.8.8
 Release:0
+Summary:Java Basic XPath 2.0, XSLT 2.0, and XQuery 1.0 implementation
+License:MPL-1.1
+Group:  Development/Languages/Other
 Url:http://saxon.sourceforge.net/
 Source0:http://download.sf.net/saxon/saxon-resources8-8.tar.bz2
 Source1:%{name}.saxon.script
 Source2:%{name}.saxonq.script
 Source3:%{name}.build.script
-Source4:%{stdname}.1
-Source5:%{stdname}q.1
+Source4:%{name}.1
+Source5:%{name}q.1
+BuildRequires:  ant
 BuildRequires:  bea-stax-api
+BuildRequires:  java-devel
 BuildRequires:  javapackages-tools
 BuildRequires:  jdom = 1.0-0.b7
+BuildRequires:  unzip
 BuildRequires:  xml-commons-apis
 BuildRequires:  xom
-%if ! %defined suse_version
-BuildRequires:  java-javadoc
-BuildRequires:  jdom-javadoc = 1.0-0.b9.3jpp
-%else
-BuildRequires:  ant
-BuildRequires:  java-devel
-BuildRequires:  unzip
-%endif
-Requires:   /usr/sbin/update-alternatives
+Requires:   %{_sbindir}/update-alternatives
 Requires:   bea-stax
 Requires:   bea-stax-api
 Requires:   jaxp_parser_impl
 Provides:   jaxp_transform_impl
-BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildArch:  noarch
 
 %description
 Release 8.6 represents an important milestone in Saxonica's progressive
@@ -72,26 +64,20 @@
 Includes the command line interfaces and the JAVA APIs; also includes a
 standalone XPath API that doesn't depend on JAXP 1.3.
 
-
-
 %packagemanual
-Summary:Manual for saxon8.
+Summary:Manual for saxon8
 Group:  Development/Languages/Other
 
 %descriptionmanual
 Manual for saxon8.
 
-
-
 %packagejavadoc
-Summary:Javadoc for saxon8.
+Summary:Javadoc for saxon8
 Group:  Development/Languages/Other
 
 %descriptionjavadoc
 Javadoc for saxon8.
 
-
-
 %packagedemo
 Summary:Demos for saxon8
 Group:  Development/Languages/Other
@@ -100,10 +86,8 @@
 %descriptiondemo
 Demonstrations and samples for saxon8.
 
-
-
 %packagesql
-Summary:SQL support for saxon8.
+Summary:SQL support for saxon8
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
 
@@ -111,8 +95,6 @@
 Supports XSLT extensions for accessing and updating a relational
 database from within a stylesheet.
 
-
-
 %packagejdom
 Summary:JDOM support for saxon8
 Group:  Development/Languages/Other
@@ -124,8 +106,6 @@
 Supports using a JDOM document as the input or output of
 transformations and queries. Requires jdom.jar on the classpath.
 
-
-
 %packagedom
 Summary:DOM support for saxon8
 Group:  Development/Languages/Other
@@ -140,10 +120,8 @@
 (dom.jar, part of JAXP 1.3) to be on the classpath, if not running
 under JDK 1.5.
 
-
-
 %packagexom
-Summary:XOM support for saxon8.
+Summary:XOM support for saxon8
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
 Requires:   xom
@@ -153,10 +131,8 @@
 Supports using a XOM document as the input or output of transformations
 and queries. Requires xom.jar on the classpath.

commit saxon8 for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package saxon8 for openSUSE:Factory checked 
in at 2013-09-11 17:19:10

Comparing /work/SRC/openSUSE:Factory/saxon8 (Old)
 and  /work/SRC/openSUSE:Factory/.saxon8.new (New)


Package is saxon8

Changes:

--- /work/SRC/openSUSE:Factory/saxon8/saxon8.changes2011-09-23 
12:45:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.saxon8.new/saxon8.changes   2013-09-11 
17:19:11.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 11:06:20 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ saxon8.spec ++
--- /var/tmp/diff_new_pack.wzEpk1/_old  2013-09-11 17:19:11.0 +0200
+++ /var/tmp/diff_new_pack.wzEpk1/_new  2013-09-11 17:19:11.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package saxon8 (Version B.8.8)
+# spec file for package saxon8
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %define resolverdir %{_sysconfdir}/java/resolver
 %define stdname saxon8
 Summary:Java Basic XPath 2.0, XSLT 2.0, and XQuery 1.0 implementation
+License:MPL-1.1
+Group:  Development/Languages/Other
 
 Name:   saxon8
 Version:B.8.8
-Release:107
-License:MPL-1.1
-Group:  Development/Languages/Other
+Release:0
 Url:http://saxon.sourceforge.net/
 Source0:http://download.sf.net/saxon/saxon-resources8-8.tar.bz2
 Source1:%{name}.saxon.script
@@ -33,23 +33,23 @@
 Source3:%{name}.build.script
 Source4:%{stdname}.1
 Source5:%{stdname}q.1
-BuildRequires:  jpackage-utils = 1.6
 BuildRequires:  bea-stax-api
+BuildRequires:  javapackages-tools
+BuildRequires:  jdom = 1.0-0.b7
 BuildRequires:  xml-commons-apis
 BuildRequires:  xom
-BuildRequires:  jdom = 1.0-0.b7
 %if ! %defined suse_version
 BuildRequires:  java-javadoc
 BuildRequires:  jdom-javadoc = 1.0-0.b9.3jpp
 %else
+BuildRequires:  ant
 BuildRequires:  java-devel
 BuildRequires:  unzip
-BuildRequires:  ant
 %endif
-Requires:   bea-stax-api
+Requires:   /usr/sbin/update-alternatives
 Requires:   bea-stax
+Requires:   bea-stax-api
 Requires:   jaxp_parser_impl
-Requires:   /usr/sbin/update-alternatives
 Provides:   jaxp_transform_impl
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -75,7 +75,6 @@
 
 
 %packagemanual
-License:MPL-1.1
 Summary:Manual for saxon8.
 Group:  Development/Languages/Other
 
@@ -85,7 +84,6 @@
 
 
 %packagejavadoc
-License:MPL-1.1
 Summary:Javadoc for saxon8.
 Group:  Development/Languages/Other
 
@@ -95,7 +93,6 @@
 
 
 %packagedemo
-License:MPL-1.1
 Summary:Demos for saxon8
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
@@ -106,7 +103,6 @@
 
 
 %packagesql
-License:MPL-1.1
 Summary:SQL support for saxon8.
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
@@ -118,7 +114,6 @@
 
 
 %packagejdom
-License:MPL-1.1
 Summary:JDOM support for saxon8
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
@@ -132,7 +127,6 @@
 
 
 %packagedom
-License:MPL-1.1
 Summary:DOM support for saxon8
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
@@ -149,7 +143,6 @@
 
 
 %packagexom
-License:MPL-1.1
 Summary:XOM support for saxon8.
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
@@ -163,7 +156,6 @@
 
 
 %packagexpath
-License:MPL-1.1
 Summary:XPATH support for saxon8.
 Group:  Development/Languages/Other
 Requires:   %{name} = %{version}-%{release}
@@ -175,11 +167,10 @@
 
 
 %packagescripts
-License:MPL-1.1
 Summary:Utility scripts for saxon8.
 Group:  Development/Languages/Other
-Requires:   jpackage-utils = 1.5
 Requires:   %{name} = %{version}-%{release}
+Requires:   javapackages-tools
 
 %descriptionscripts
 Utility scripts for saxon8.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org