diff --git a/.gitignore b/.gitignore index 344e157..eecdd61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ xmlunit1.0.zip xmlunit-1.3-src.zip /xmlunit-1.4-src.zip +/xmlunit-1.5-src.zip diff --git a/sources b/sources index c91eed5..47ce33b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b99949d5c8eb769da8123496aa02418 xmlunit-1.4-src.zip +ab042764ea846f7299ec664b84b39dbe xmlunit-1.5-src.zip diff --git a/xmlunit.spec b/xmlunit.spec index 0585687..b757674 100644 --- a/xmlunit.spec +++ b/xmlunit.spec @@ -29,12 +29,12 @@ # Name: xmlunit -Version: 1.4 -Release: 2%{?dist} +Version: 1.5 +Release: 1%{?dist} Epoch: 0 Summary: Provides classes to do asserts on xml License: BSD -Source0: http://downloads.sourceforge.net/project/xmlunit/xmlunit%20for%20Java/XMLUnit%20for%20Java%201.4/xmlunit-1.4-src.zip +Source0: http://downloads.sourceforge.net/xmlunit/xmlunit-1.5-src.zip Source1: http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom URL: http://xmlunit.sourceforge.net/ BuildRequires: jpackage-utils @@ -67,13 +67,14 @@ Javadoc for %{name} %prep %setup -q +sed -i /java.class.path/d build.xml # remove all binary libs and javadocs find . -name "*.jar" -exec rm -f {} \; rm -rf doc cat >build.properties < -- we changed symlink to dir in 1.4-2, workaround RPM issues path = '%{_javadocdir}/%{name}' @@ -120,6 +123,16 @@ end %doc %{_javadocdir}/%{name} %changelog +* Fri Oct 11 2013 Dr. Tilmann Bubeck - 0:1.5-1 +- update to upstream's xmlunit-1.5 + +* Fri Sep 27 2013 Mikolaj Izdebski - 0:1.4-4 +- Enable test suite +- Resolves: rhbz#987412 + +* Sun Aug 04 2013 Fedora Release Engineering - 0:1.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Jun 12 2013 Stanislav Ochotnicky - 0:1.4-2 - Update to latest packaging guidelines - Cleanup BuildRequires