Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8391874283 | ||
|
|
276c12f118 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ xmlunit1.0.zip
|
||||||
xmlunit-1.3-src.zip
|
xmlunit-1.3-src.zip
|
||||||
/xmlunit-1.4-src.zip
|
/xmlunit-1.4-src.zip
|
||||||
/xmlunit-1.5-src.zip
|
/xmlunit-1.5-src.zip
|
||||||
|
/xmlunit-1.6-src.zip
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
ab042764ea846f7299ec664b84b39dbe xmlunit-1.5-src.zip
|
e69b85b1b386b5027e30053eaaf591a3 xmlunit-1.6-src.zip
|
||||||
|
|
|
||||||
|
|
@ -29,12 +29,12 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
Name: xmlunit
|
Name: xmlunit
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
Summary: Provides classes to do asserts on xml
|
Summary: Provides classes to do asserts on xml
|
||||||
License: BSD
|
License: BSD
|
||||||
Source0: http://downloads.sourceforge.net/xmlunit/xmlunit-1.5-src.zip
|
Source0: http://downloads.sourceforge.net/xmlunit/xmlunit-1.6-src.zip
|
||||||
Source1: http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
|
Source1: http://repo1.maven.org/maven2/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
|
||||||
URL: http://xmlunit.sourceforge.net/
|
URL: http://xmlunit.sourceforge.net/
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: jpackage-utils
|
||||||
|
|
@ -123,6 +123,9 @@ end
|
||||||
%doc %{_javadocdir}/%{name}
|
%doc %{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 04 2015 Dr. Tilmann Bubeck <tilmann@bubecks.de> - 0:1.6-1
|
||||||
|
- update to upstream's xmlunit-1.6
|
||||||
|
|
||||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5-2
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue