commit dom2-core-tests for openSUSE:Factory

2018-07-07 Thread root
Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory 
checked in at 2018-07-07 21:59:59

Comparing /work/SRC/openSUSE:Factory/dom2-core-tests (Old)
 and  /work/SRC/openSUSE:Factory/.dom2-core-tests.new (New)


Package is "dom2-core-tests"

Sat Jul  7 21:59:59 2018 rev:19 rq:620786 version:0.0.1

Changes:

--- /work/SRC/openSUSE:Factory/dom2-core-tests/dom2-core-tests.changes  
2017-09-15 22:31:38.860622692 +0200
+++ /work/SRC/openSUSE:Factory/.dom2-core-tests.new/dom2-core-tests.changes 
2018-07-07 22:00:08.411185185 +0200
@@ -1,0 +2,6 @@
+Wed May 16 11:52:32 UTC 2018 - fst...@suse.com
+
+- Build with source and target 8 to prepare for a possible removal
+  of 1.6 compatibility
+
+---



Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.xNphQq/_old  2018-07-07 22:00:09.987183188 +0200
+++ /var/tmp/diff_new_pack.xNphQq/_new  2018-07-07 22:00:09.991183184 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dom2-core-tests
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -28,7 +28,7 @@
 Source1:LICENSE.html
 Patch0: dom2-core-tests-build_xml.patch
 BuildRequires:  ant
-BuildRequires:  java-devel >= 1.6
+BuildRequires:  java-devel >= 1.8
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  unzip
@@ -54,7 +54,7 @@
 
 %build
 export CLASSPATH=$(build-classpath junit)
-ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
+ant -Dant.build.javac.source=8 -Dant.build.javac.target=8 dist
 
 %install
 # jars





commit dom2-core-tests for openSUSE:Factory

2017-09-15 Thread root
Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory 
checked in at 2017-09-15 22:31:38

Comparing /work/SRC/openSUSE:Factory/dom2-core-tests (Old)
 and  /work/SRC/openSUSE:Factory/.dom2-core-tests.new (New)


Package is "dom2-core-tests"

Fri Sep 15 22:31:38 2017 rev:18 rq:526283 version:0.0.1

Changes:

--- /work/SRC/openSUSE:Factory/dom2-core-tests/dom2-core-tests.changes  
2013-11-15 13:14:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.dom2-core-tests.new/dom2-core-tests.changes 
2017-09-15 22:31:38.860622692 +0200
@@ -1,0 +2,8 @@
+Fri Sep 15 07:46:31 UTC 2017 - fst...@suse.com
+
+- Don't hardcode dependency on java-gcj-compat
+  * use java-devel >= 1.6 instead
+- Specify java source and target levels 1.6 in order to allow
+  building with jdk9
+
+---



Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.k8bzHt/_old  2017-09-15 22:31:39.664509453 +0200
+++ /var/tmp/diff_new_pack.k8bzHt/_new  2017-09-15 22:31:39.664509453 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dom2-core-tests
 #
-# 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
@@ -17,24 +17,22 @@
 
 
 %define section free
-
 Name:   dom2-core-tests
+Version:0.0.1
+Release:0
 Summary:DOM Conformance Test Suite
 License:W3C
 Group:  Development/Libraries/Java
-Version:0.0.1
-Release:0
 Url:http://www.w3.org/DOM/Test/
-BuildArch:  noarch
 Source0:http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
 Source1:LICENSE.html
 Patch0: dom2-core-tests-build_xml.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
-BuildRequires:  java-1_5_0-gcj-compat-devel
+BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  unzip
+BuildArch:  noarch
 
 %description
 The DOM Test Suites (DOM TS) will consist of a number of tests for each
@@ -45,9 +43,8 @@
 be automatically generated from the DOM specifications themselves, to
 ensure stability and correctness.
 
-
 %prep
-%setup -q -c -n %{name}-%{version}
+%setup -q -c
 rm -rf junit
 find . -name "*.class" -exec rm {} \;
 %patch0 -b .orig
@@ -57,19 +54,18 @@
 
 %build
 export CLASSPATH=$(build-classpath junit)
-ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist
+ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 dist
 
 %install
 # jars
-install -d -m 0755 $RPM_BUILD_ROOT%{_javadir}
+install -d -m 0755 %{buildroot}%{_javadir}
 vjar=$(echo %{name}.jar | sed s+.jar+-%{version}.jar+g)
-install -m 644 %{name}-%{version}/%{name}.jar $RPM_BUILD_ROOT%{_javadir}/$vjar
-pushd $RPM_BUILD_ROOT%{_javadir}
+install -m 644 %{name}-%{version}/%{name}.jar %{buildroot}%{_javadir}/$vjar
+pushd %{buildroot}%{_javadir}
ln -fs $vjar %{name}.jar
 popd
 
 %files
-%defattr(0644,root,root,0755)
 %doc LICENSE.html
 %{_javadir}/*
 





commit dom2-core-tests for openSUSE:Factory

2013-11-15 Thread h_root
Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory 
checked in at 2013-11-15 13:14:30

Comparing /work/SRC/openSUSE:Factory/dom2-core-tests (Old)
 and  /work/SRC/openSUSE:Factory/.dom2-core-tests.new (New)


Package is dom2-core-tests

Changes:

--- /work/SRC/openSUSE:Factory/dom2-core-tests/dom2-core-tests.changes  
2013-09-11 13:39:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.dom2-core-tests.new/dom2-core-tests.changes 
2013-11-15 13:14:32.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 14 12:22:56 UTC 2013 - mvysko...@suse.com
+
+- remove org/w3c/domts/JUnitRunner.java not compatible with junit 4
+
+---



Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.h4UIxs/_old  2013-11-15 13:14:32.0 +0100
+++ /var/tmp/diff_new_pack.h4UIxs/_new  2013-11-15 13:14:32.0 +0100
@@ -52,6 +52,8 @@
 find . -name *.class -exec rm {} \;
 %patch0 -b .orig
 cp %{SOURCE1} .
+# not compatible with junit 4
+rm -rf org/w3c/domts/JUnitRunner.java
 
 %build
 export CLASSPATH=$(build-classpath junit)


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



commit dom2-core-tests for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory 
checked in at 2013-09-11 13:39:07

Comparing /work/SRC/openSUSE:Factory/dom2-core-tests (Old)
 and  /work/SRC/openSUSE:Factory/.dom2-core-tests.new (New)


Package is dom2-core-tests

Changes:

--- /work/SRC/openSUSE:Factory/dom2-core-tests/dom2-core-tests.changes  
2013-08-25 13:32:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.dom2-core-tests.new/dom2-core-tests.changes 
2013-09-11 13:39:14.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 11:05:38 UTC 2013 - tchva...@suse.com
+
+- Move from jpackage-utils to javapackage-tools
+
+---



Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.YPXlea/_old  2013-09-11 13:39:17.0 +0200
+++ /var/tmp/diff_new_pack.YPXlea/_new  2013-09-11 13:39:17.0 +0200
@@ -32,7 +32,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
 BuildRequires:  java-1_5_0-gcj-compat-devel
-BuildRequires:  jpackage-utils = 1.5
+BuildRequires:  javapackages-tools
 BuildRequires:  junit
 BuildRequires:  unzip
 


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



commit dom2-core-tests for openSUSE:Factory

2013-08-25 Thread h_root
Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory 
checked in at 2013-08-25 13:32:29

Comparing /work/SRC/openSUSE:Factory/dom2-core-tests (Old)
 and  /work/SRC/openSUSE:Factory/.dom2-core-tests.new (New)


Package is dom2-core-tests

Changes:

--- /work/SRC/openSUSE:Factory/dom2-core-tests/dom2-core-tests.changes  
2012-03-29 07:45:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.dom2-core-tests.new/dom2-core-tests.changes 
2013-08-25 13:32:30.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 23 07:50:29 UTC 2013 - mvysko...@suse.com
+
+- disable javadoc subpackage
+  * drop dom2-core-tests-explicit-javadoc.patch
+
+---

Old:

  dom2-core-tests-explicit-javadoc.patch



Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.hU4uOX/_old  2013-08-25 13:32:30.0 +0200
+++ /var/tmp/diff_new_pack.hU4uOX/_new  2013-08-25 13:32:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dom2-core-tests
 #
-# Copyright (c) 2011 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,22 +20,21 @@
 
 Name:   dom2-core-tests
 Summary:DOM Conformance Test Suite
-Version:0.0.1
-Release:4
-Group:  Development/Libraries/Java
 License:W3C
+Group:  Development/Libraries/Java
+Version:0.0.1
+Release:0
 Url:http://www.w3.org/DOM/Test/
 BuildArch:  noarch
 Source0:http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
 Source1:LICENSE.html
 Patch0: dom2-core-tests-build_xml.patch
-Patch1: dom2-core-tests-explicit-javadoc.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ant
 BuildRequires:  java-1_5_0-gcj-compat-devel
 BuildRequires:  jpackage-utils = 1.5
-BuildRequires:  unzip
 BuildRequires:  junit
+BuildRequires:  unzip
 
 %description
 The DOM Test Suites (DOM TS) will consist of a number of tests for each
@@ -47,35 +46,16 @@
 ensure stability and correctness.
 
 
-
-%package javadoc
-License:W3C
-Group:  Development/Libraries/Java
-Summary:DOM Conformance Test Suite
-
-%description javadoc
-The DOM Test Suites (DOM TS) will consist of a number of tests for each
-level of the DOM specification. The tests will be represented in an XML
-grammar which ensures that tests can easily be ported from the
-description format to a number of specific language bindings. This
-grammar will be specified in XML Schema and DTD form. The grammar will
-be automatically generated from the DOM specifications themselves, to
-ensure stability and correctness.
-
-
-
 %prep
 %setup -q -c -n %{name}-%{version}
 rm -rf junit
 find . -name *.class -exec rm {} \;
 %patch0 -b .orig
-%patch1 -b .explicit-javadoc
 cp %{SOURCE1} .
 
 %build
 export CLASSPATH=$(build-classpath junit)
 ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 dist
-ant javadoc
 
 %install
 # jars
@@ -85,19 +65,10 @@
 pushd $RPM_BUILD_ROOT%{_javadir}
ln -fs $vjar %{name}.jar
 popd
-# javadoc
-install -d -m 0755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
-cp -pr %{name}-%{version}/javadoc/* 
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/
-ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.html
 %{_javadir}/*
 
-%files javadoc
-%defattr(0644,root,root,0755)
-%{_javadocdir}/%{name}-%{version}
-%{_javadocdir}/%{name}
-
 %changelog


++ dom2-core-tests-build_xml.patch ++
--- /var/tmp/diff_new_pack.hU4uOX/_old  2013-08-25 13:32:30.0 +0200
+++ /var/tmp/diff_new_pack.hU4uOX/_new  2013-08-25 13:32:30.0 +0200
@@ -1,5 +1,7 @@
 build.xml.orig 2001-05-21 09:34:00.0 +0200
-+++ build.xml  2006-01-23 23:33:13.0 +0100
+Index: build.xml
+===
+--- build.xml.orig
 build.xml
 @@ -1,24 +1,13 @@
  !-- JUnit build script using ant 1.3 --
 -project name=junit default=dist basedir=.
@@ -29,7 +31,7 @@
javac 
srcdir=.
destdir=.
-@@ -32,75 +21,23 @@
+@@ -32,75 +21,13 @@
jar 
jarfile=${dist}/src.jar
basedir=.
@@ -38,8 +40,7 @@
/
jar 
 -  jarfile=${dist}/junit.jar
-+  jarfile=${dist}/dom2-core-tests.jar
-   basedir=.
+- 

commit dom2-core-tests for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory 
checked in at 2012-03-29 07:41:42

Comparing /work/SRC/openSUSE:Factory/dom2-core-tests (Old)
 and  /work/SRC/openSUSE:Factory/.dom2-core-tests.new (New)


Package is dom2-core-tests, Maintainer is 
bnc-team-j...@forge.provo.novell.com

Changes:

--- /work/SRC/openSUSE:Factory/dom2-core-tests/dom2-core-tests.changes  
2011-09-23 11:43:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.dom2-core-tests.new/dom2-core-tests.changes 
2012-03-29 07:41:49.0 +0200
@@ -1,0 +2,6 @@
+Fri Mar 23 08:42:49 UTC 2012 - cfarr...@suse.com
+
+- license update: W3C
+  SPDX
+
+---



Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.87hiGb/_old  2012-03-29 07:41:50.0 +0200
+++ /var/tmp/diff_new_pack.87hiGb/_new  2012-03-29 07:41:50.0 +0200
@@ -23,7 +23,7 @@
 Version:0.0.1
 Release:4
 Group:  Development/Libraries/Java
-License:Other uncritical OpenSource License; W3C Software License
+License:W3C
 Url:http://www.w3.org/DOM/Test/
 BuildArch:  noarch
 Source0:http://www.w3.org/2004/04/dom2-core-tests-20040405.jar
@@ -49,7 +49,7 @@
 
 
 %package javadoc
-License:Other uncritical OpenSource License; W3C Software License
+License:W3C
 Group:  Development/Libraries/Java
 Summary:DOM Conformance Test Suite
 


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



commit dom2-core-tests for openSUSE:Factory

2011-09-23 Thread h_root

Hello community,

here is the log from the commit of package dom2-core-tests for openSUSE:Factory
checked in at Fri Sep 23 10:24:17 CEST 2011.




--- dom2-core-tests/dom2-core-tests.changes 2008-09-11 10:45:06.0 
+0200
+++ /mounts/work_src_done/STABLE/dom2-core-tests/dom2-core-tests.changes
2011-09-18 19:33:55.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ dom2-core-tests.spec ++
--- /var/tmp/diff_new_pack.T0tCqa/_old  2011-09-23 10:24:13.0 +0200
+++ /var/tmp/diff_new_pack.T0tCqa/_new  2011-09-23 10:24:13.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package dom2-core-tests (Version 0.0.1)
+# spec file for package dom2-core-tests
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %define section free
 
@@ -91,9 +90,6 @@
 cp -pr %{name}-%{version}/javadoc/* 
$RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}/
 ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(0644,root,root,0755)
 %doc LICENSE.html







Remember to have fun...

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