Accepting request 940088 from Java:packages
OBS-URL: https://build.opensuse.org/request/show/940088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xmlunit?expand=0&rev=18
This commit is contained in:
commit
1c7affa7e8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae2f340dfa730e3932bd970b2008a67696b32517ae8bf74f49e7149caa1842ae
|
|
||||||
size 818928
|
|
BIN
xmlunit-1.6-src.zip
(Stored with Git LFS)
Normal file
BIN
xmlunit-1.6-src.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!--
|
<!--
|
||||||
Copyright (c) 2007-2013, Jeff Martin, Tim Bacon
|
Copyright (c) 2007-2014, Jeff Martin, Tim Bacon
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
@ -45,18 +45,18 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<artifactId>xmlunit</artifactId>
|
<artifactId>xmlunit</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>XMLUnit for Java</name>
|
<name>XMLUnit for Java</name>
|
||||||
<version>1.5</version>
|
<version>1.6</version>
|
||||||
<url>http://xmlunit.sourceforge.net/</url>
|
<url>http://www.xmlunit.org/</url>
|
||||||
<description>XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.</description>
|
<description>XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.</description>
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
<name>BSD License</name>
|
<name>BSD License</name>
|
||||||
<url>http://xmlunit.svn.sourceforge.net/viewvc/*checkout*/xmlunit/trunk/xmlunit/LICENSE.txt</url>
|
<url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/LICENSE.txt</url>
|
||||||
</license>
|
</license>
|
||||||
</licenses>
|
</licenses>
|
||||||
<scm>
|
<scm>
|
||||||
<url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url>
|
<url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/</url>
|
||||||
<connection>scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x</connection>
|
<connection>scm:svn:https://svn.code.sf.net/p/xmlunit/code/trunk</connection>
|
||||||
</scm>
|
</scm>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 12 13:03:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 1.6:
|
||||||
|
* In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND differences the value
|
||||||
|
used to be the local name of the missing attribute or node.
|
||||||
|
|
||||||
|
* New assertXpathEvaluatesTo overloads in XMLAssert and a new QualifiedName class
|
||||||
|
can be used to assert the stringified result of an XPath expression is actually
|
||||||
|
a qualified name
|
||||||
|
|
||||||
|
* The JAXP 1.3 based validator ignored xsi:namespaceLocation and
|
||||||
|
xsi:noNamespaceLocation attributes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 7 20:46:02 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
Wed Nov 7 20:46:02 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlunit
|
# spec file for package xmlunit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
# Copyright (c) 2000-2008, JPackage Project
|
# Copyright (c) 2000-2008, JPackage Project
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,14 +18,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xmlunit
|
Name: xmlunit
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Provides classes to do asserts on XML
|
Summary: Provides classes to do asserts on XML
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://xmlunit.sourceforge.net/
|
URL: http://xmlunit.sourceforge.net/
|
||||||
Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip
|
Source0: https://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip
|
||||||
Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
|
Source1: https://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
Loading…
Reference in New Issue
Block a user