diff --git a/xmlunit.changes b/xmlunit.changes index 7b5bce4..00df69b 100644 --- a/xmlunit.changes +++ b/xmlunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 9 11:06:30 UTC 2013 - tchvatal@suse.com + +- Move from jpackage-utils to javapackage-tools + ------------------------------------------------------------------- Thu Dec 15 11:29:10 UTC 2011 - mvyskocil@suse.cz diff --git a/xmlunit.spec b/xmlunit.spec index d5b6c2c..7c27bfa 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -1,7 +1,7 @@ # # spec file for package xmlunit # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2000-2008, JPackage Project # All rights reserved. # @@ -35,7 +35,7 @@ BuildRequires: ant BuildRequires: ant-junit BuildRequires: ant-trax BuildRequires: java-devel -BuildRequires: jpackage-utils +BuildRequires: javapackages-tools BuildRequires: xalan-j2 BuildRequires: xerces-j2 BuildRequires: xml-commons-jaxp-1.3-apis @@ -44,12 +44,12 @@ BuildRequires: unzip %endif Requires: junit Requires: xalan-j2 -Requires: xml-commons-jaxp-1.3-apis Requires: xerces-j2 +Requires: xml-commons-jaxp-1.3-apis BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(post): jpackage-utils >= 1.7.3 -Requires(postun): jpackage-utils >= 1.7.3 +Requires(post): javapackages-tools +Requires(postun): javapackages-tools %description XMLUnit extends JUnit to simplify unit testing of XML. It compares a control