Hello community, here is the log from the commit of package xmlunit for openSUSE:Factory checked in at 2014-07-16 16:49:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlunit (Old) and /work/SRC/openSUSE:Factory/.xmlunit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlunit" Changes: -------- --- /work/SRC/openSUSE:Factory/xmlunit/xmlunit.changes 2013-10-08 12:11:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlunit.new/xmlunit.changes 2014-07-16 16:49:16.000000000 +0200 @@ -1,0 +2,15 @@ +Fri Jul 11 10:23:19 UTC 2014 - [email protected] + +- Drop xmlunit1.0.zip as it is not used anywhere. + +------------------------------------------------------------------- +Tue Jul 8 10:30:25 UTC 2014 - [email protected] + +- Cleanup with spec-cleaner a bit. + +------------------------------------------------------------------- +Mon Jul 7 14:43:20 UTC 2014 - [email protected] + +- Depend on junit not junit4. Replace ant-trax with ant. + +------------------------------------------------------------------- Old: ---- xmlunit1.0.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlunit.spec ++++++ --- /var/tmp/diff_new_pack.YhWgEb/_old 2014-07-16 16:49:17.000000000 +0200 +++ /var/tmp/diff_new_pack.YhWgEb/_new 2014-07-16 16:49:17.000000000 +0200 @@ -1,9 +1,8 @@ # # spec file for package xmlunit # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project -# All rights reserved. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,10 +28,9 @@ Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom BuildRequires: ant BuildRequires: ant-junit -BuildRequires: ant-trax BuildRequires: java-devel BuildRequires: javapackages-tools -BuildRequires: junit4 +BuildRequires: junit BuildRequires: unzip BuildRequires: xalan-j2 BuildRequires: xerces-j2 @@ -41,10 +39,8 @@ Requires: xalan-j2 Requires: xerces-j2 Requires: xml-commons-jaxp-1.3-apis -BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(post): javapackages-tools -Requires(postun): javapackages-tools +BuildArch: noarch %description XMLUnit extends JUnit to simplify unit testing of XML. It compares a control @@ -62,7 +58,7 @@ %prep %setup -q -%{__perl} -pi -e 's/\r$//g' README.txt LICENSE.txt +perl -pi -e 's/\r$//g' README.txt LICENSE.txt # remove all binary libs and javadocs find . -name "*.jar" -delete @@ -70,7 +66,7 @@ %build cat > build.properties << EOF -junit.lib=$(build-classpath junit4) +junit.lib=$(build-classpath junit) xmlxsl.lib=$(build-classpath xalan-j2 xerces-j2 xml-commons-jaxp-1.3-apis) test.report.dir=test EOF -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
