Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmlcharent for openSUSE:Factory checked in at 2022-05-25 20:34:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlcharent (Old) and /work/SRC/openSUSE:Factory/.xmlcharent.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlcharent" Wed May 25 20:34:00 2022 rev:20 rq:978943 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlcharent/xmlcharent.changes 2016-07-27 16:30:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlcharent.new.2254/xmlcharent.changes 2022-05-25 20:34:07.708191326 +0200 @@ -1,0 +2,5 @@ +Tue May 24 11:15:56 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Handle update case as well (boo#1199754) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlcharent.spec ++++++ --- /var/tmp/diff_new_pack.HRx0cw/_old 2022-05-25 20:34:08.196192007 +0200 +++ /var/tmp/diff_new_pack.HRx0cw/_new 2022-05-25 20:34:08.200192012 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlcharent # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,13 +22,13 @@ Summary: XML Character Entities License: BSD-3-Clause Group: Productivity/Publishing/XML -Url: http://www.oasis-open.org/docbook/xmlcharent/ +URL: http://www.oasis-open.org/docbook/xmlcharent/ Source0: xmlcharent-0.3.tar.bz2 Source1: xmlcharent.xml Source2: xmlcharent.sgml Requires: sgml-skel >= 0.7 Requires(post): sgml-skel >= 0.7 -Requires(postun): sgml-skel >= 0.7 +Requires(postun):sgml-skel >= 0.7 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,7 +55,10 @@ %postun update-xml-catalog -sgml-register-catalog -r %{_datadir}/%{name}/%{name}.sgml +if ! test -e %{_datadir}/%{name}/%{name}.sgml +then + sgml-register-catalog -r %{_datadir}/%{name}/%{name}.sgml +fi %files %defattr(-, root, root) ++++++ xmlcharent.xml ++++++ --- /var/tmp/diff_new_pack.HRx0cw/_old 2022-05-25 20:34:08.244192073 +0200 +++ /var/tmp/diff_new_pack.HRx0cw/_new 2022-05-25 20:34:08.248192079 +0200 @@ -1,6 +1,7 @@ <?xml version="1.0"?> <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> - <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xmlcharent/0.3/" rewritePrefix="file://__DIR__/entities/"/> + <group id="xmlcharent"> + <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xmlcharent/0.3/" rewritePrefix="file://__DIR__/entities/"/> <public publicId="ISO 8879:1986//ENTITIES Publishing//EN//XML" uri="file://__DIR__/entities/iso-pub.ent"/> <public publicId="ISO 8879:1986//ENTITIES Greek Letters//EN//XML" uri="file://__DIR__/entities/iso-grk1.ent"/> <public publicId="ISO 8879:1986//ENTITIES Box and Line Drawing//EN//XML" uri="file://__DIR__/entities/iso-box.ent"/> @@ -19,6 +20,7 @@ <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Binary Operators//EN//XML" uri="file://__DIR__/entities/iso-amsb.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Latin 2//EN//XML" uri="file://__DIR__/entities/iso-lat2.ent"/> <public publicId="ISO 8879:1986//ENTITIES Added Math Symbols: Relations//EN//XML" uri="file://__DIR__/entities/iso-amsr.ent"/> - <public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" uri="file://__DIR__/entities/iso-cyr2.ent"/> + <public publicId="ISO 8879:1986//ENTITIES Non-Russian Cyrillic//EN//XML" uri="file://__DIR__/entities/iso-cyr2.ent"/> + </group> </catalog>