Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlunit for openSUSE:Factory checked in at 2021-12-12 21:27:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlunit (Old) and /work/SRC/openSUSE:Factory/.xmlunit.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlunit" Sun Dec 12 21:27:53 2021 rev:18 rq:940088 version:1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlunit/xmlunit.changes 2018-12-04 20:56:27.024711309 +0100 +++ /work/SRC/openSUSE:Factory/.xmlunit.new.2520/xmlunit.changes 2021-12-12 21:28:44.444381748 +0100 @@ -1,0 +2,14 @@ +Sun Dec 12 13:03:16 UTC 2021 - Dirk M??ller <dmuel...@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. + +------------------------------------------------------------------- Old: ---- xmlunit-1.5-src.zip xmlunit-1.5.pom New: ---- xmlunit-1.6-src.zip xmlunit-1.6.pom ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlunit.spec ++++++ --- /var/tmp/diff_new_pack.HpZ23w/_old 2021-12-12 21:28:44.876382004 +0100 +++ /var/tmp/diff_new_pack.HpZ23w/_new 2021-12-12 21:28:44.876382004 +0100 @@ -1,7 +1,7 @@ # # spec file for package xmlunit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2000-2008, JPackage Project # # All modifications and additions to the file contributed by third parties @@ -18,14 +18,14 @@ Name: xmlunit -Version: 1.5 +Version: 1.6 Release: 0 Summary: Provides classes to do asserts on XML License: BSD-3-Clause Group: Development/Libraries/Java URL: http://xmlunit.sourceforge.net/ -Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip -Source1: http://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom +Source0: https://download.sourceforge.net/%{name}/%{name}-%{version}-src.zip +Source1: https://repo1.maven.org/maven2/%{name}/%{name}/%{version}/%{name}-%{version}.pom BuildRequires: ant BuildRequires: ant-junit BuildRequires: fdupes ++++++ xmlunit-1.5.pom -> xmlunit-1.6.pom ++++++ --- /work/SRC/openSUSE:Factory/xmlunit/xmlunit-1.5.pom 2013-10-08 12:11:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlunit.new.2520/xmlunit-1.6.pom 2021-12-12 21:28:44.432381741 +0100 @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!-- -Copyright (c) 2007-2013, Jeff Martin, Tim Bacon +Copyright (c) 2007-2014, Jeff Martin, Tim Bacon All rights reserved. Redistribution and use in source and binary forms, with or without @@ -45,18 +45,18 @@ <artifactId>xmlunit</artifactId> <packaging>jar</packaging> <name>XMLUnit for Java</name> - <version>1.5</version> - <url>http://xmlunit.sourceforge.net/</url> + <version>1.6</version> + <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> <licenses> <license> <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> </licenses> <scm> - <url>http://xmlunit.svn.sourceforge.net/viewvc/xmlunit/</url> - <connection>scm:svn:https://xmlunit.svn.sourceforge.net/svnroot/xmlunit/branches/xmlunit-1.x</connection> + <url>https://sourceforge.net/p/xmlunit/code/HEAD/tree/trunk/</url> + <connection>scm:svn:https://svn.code.sf.net/p/xmlunit/code/trunk</connection> </scm> <dependencies> <dependency>