Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package docbook_5 for openSUSE:Factory checked in at 2023-02-10 14:33:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/docbook_5 (Old) and /work/SRC/openSUSE:Factory/.docbook_5.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook_5" Fri Feb 10 14:33:46 2023 rev:33 rq:1064011 version:5.2cr5 Changes: -------- --- /work/SRC/openSUSE:Factory/docbook_5/docbook_5.changes 2022-12-13 18:55:16.603142234 +0100 +++ /work/SRC/openSUSE:Factory/.docbook_5.new.1848/docbook_5.changes 2023-02-10 14:33:51.761397922 +0100 @@ -1,0 +2,16 @@ +Thu Feb 9 12:39:46 UTC 2023 - Thomas Schraitle <[email protected]> - 5.2CR5 + +- Update to version 5.2CR5 + fixes a bug where the cols attribute on entrytbl element was + incorrectly optional. + +------------------------------------------------------------------- +Thu Feb 9 12:39:46 UTC 2023 - Thomas Schraitle <[email protected]> - 5.2CR4 + +- Update to version 5.2CR4 + - Fix OASIS identifiers in catalog, CR4 (#245) + - Allow info to be a top-level element in a document (#244) + - Fix XInclude declarations, inconsistencies (#243) + - Documentation updates (#242) + +------------------------------------------------------------------- Old: ---- docbook-5.2CR3.zip New: ---- docbook-5.2CR5.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ docbook_5.spec ++++++ --- /var/tmp/diff_new_pack.jylbL5/_old 2023-02-10 14:33:53.341407363 +0100 +++ /var/tmp/diff_new_pack.jylbL5/_new 2023-02-10 14:33:53.345407387 +0100 @@ -1,7 +1,7 @@ # # spec file for package docbook_5 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define schemaversions 5.0 5.1 5.2CR3 -%define realversion 5.2CR3 +%define schemaversions 5.0 5.1 5.2CR5 +%define realversion 5.2CR5 # Name: docbook_5 -Version: 5.2cr3 +Version: 5.2cr5 Release: 0 Summary: DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x License: SUSE-Oasis-Specification-Notice ++++++ Makefile ++++++ --- /var/tmp/diff_new_pack.jylbL5/_old 2023-02-10 14:33:53.381407602 +0100 +++ /var/tmp/diff_new_pack.jylbL5/_new 2023-02-10 14:33:53.385407626 +0100 @@ -11,8 +11,8 @@ SHELL := /bin/bash PACKAGE := docbook_5 -VERSION := 5.2CR3 -DB_VERSIONS := 5.0 5.1 5.2CR3 +VERSION := 5.2CR5 +DB_VERSIONS := 5.0 5.1 5.2CR5 LAST_VER := $(lastword $(DB_VERSIONS)) CDIR := $(shell pwd) # ++++++ docbook_5-README.SUSE ++++++ --- /var/tmp/diff_new_pack.jylbL5/_old 2023-02-10 14:33:53.421407841 +0100 +++ /var/tmp/diff_new_pack.jylbL5/_new 2023-02-10 14:33:53.421407841 +0100 @@ -1,4 +1,4 @@ -README.SUSE (2022-12-08) +README.SUSE (2023-02-09) ======================== XML Catalog File @@ -55,12 +55,14 @@ The significant differences from 5.1 to 5.2 are: * Many new synopsis elements for programming languages. -* New danger admonition element. -* New formalgroup element to support subfigures, etc. +* New <danger> admonition element. +* New <formalgroup> element to support subfigures, etc. * New transclusion fixup attributes. * New class attribute on sectioning elements support legal sections. * New meta element added to info. -* Added XInclude-enabled schema versions of Assembly and BITS schemas. +* Added XInclude-enabled schema versions of Assembly and ITS schemas. +* Allow <info> as root element +* Many bug fixes DocBook V5.1 ++++++ docbook_5.xml ++++++ --- /var/tmp/diff_new_pack.jylbL5/_old 2023-02-10 14:33:53.441407961 +0100 +++ /var/tmp/diff_new_pack.jylbL5/_new 2023-02-10 14:33:53.445407984 +0100 @@ -138,9 +138,11 @@ </group> <group> + <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/5.2CR5/" rewritePrefix="http://www.oasis-open.org/docbook/xml/@VERSION@/"/> + <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/5.2CR4/" rewritePrefix="http://www.oasis-open.org/docbook/xml/@VERSION@/"/> + <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/5.2CR3/" rewritePrefix="http://www.oasis-open.org/docbook/xml/@VERSION@/"/> <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/5.2CR2/" rewritePrefix="http://www.oasis-open.org/docbook/xml/@VERSION@/"/> <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/5.2CR1/" rewritePrefix="http://www.oasis-open.org/docbook/xml/@VERSION@/"/> - <rewriteSystem systemIdStartString="http://www.oasis-open.org/docbook/xml/5.2b12/" rewritePrefix="http://www.oasis-open.org/docbook/xml/@VERSION@/"/> </group> </catalog>
