From a1520b38dd21a7705c931a6fa4fdce69f896465e3a8c9d4b17f4ef495374952f Mon Sep 17 00:00:00 2001 From: Thomas Schraitle Date: Thu, 9 Feb 2023 13:01:55 +0000 Subject: [PATCH] Accepting request 1064010 from home:thomas-schraitle:branches:Publishing - Update to version 5.2CR5 fixes a bug where the cols attribute on entrytbl element was incorrectly optional. - 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) OBS-URL: https://build.opensuse.org/request/show/1064010 OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=39 --- Makefile | 4 ++-- docbook-5.2CR3.zip | 3 --- docbook-5.2CR5.zip | 3 +++ docbook_5-README.SUSE | 10 ++++++---- docbook_5.changes | 16 ++++++++++++++++ docbook_5.spec | 8 ++++---- docbook_5.xml | 4 +++- 7 files changed, 34 insertions(+), 14 deletions(-) delete mode 100644 docbook-5.2CR3.zip create mode 100644 docbook-5.2CR5.zip diff --git a/Makefile b/Makefile index 05b9eb0..2b270ee 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ endif 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) # diff --git a/docbook-5.2CR3.zip b/docbook-5.2CR3.zip deleted file mode 100644 index 644466d..0000000 --- a/docbook-5.2CR3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7bac3c9eef2121809cdd1e6de908935f8f6123b7b4b246e3451c993ad1d80c -size 727574 diff --git a/docbook-5.2CR5.zip b/docbook-5.2CR5.zip new file mode 100644 index 0000000..d294b79 --- /dev/null +++ b/docbook-5.2CR5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de0a9a435b4be54b72943e5b2704befdd79a8265f3c92eb930f2c595f0cc422 +size 992258 diff --git a/docbook_5-README.SUSE b/docbook_5-README.SUSE index 405fea2..fcc30d7 100644 --- a/docbook_5-README.SUSE +++ b/docbook_5-README.SUSE @@ -1,4 +1,4 @@ -README.SUSE (2022-12-08) +README.SUSE (2023-02-09) ======================== XML Catalog File @@ -55,12 +55,14 @@ DocBook V5.2 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 admonition element. +* New 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 as root element +* Many bug fixes DocBook V5.1 diff --git a/docbook_5.changes b/docbook_5.changes index 5724e39..ca37647 100644 --- a/docbook_5.changes +++ b/docbook_5.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 9 12:39:46 UTC 2023 - Thomas Schraitle - 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 - 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) + ------------------------------------------------------------------- Thu Dec 8 13:36:14 UTC 2022 - Thomas Schraitle - 5.2CR3 diff --git a/docbook_5.spec b/docbook_5.spec index ed2d321..c1e8e9d 100644 --- a/docbook_5.spec +++ b/docbook_5.spec @@ -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 diff --git a/docbook_5.xml b/docbook_5.xml index 9a239a4..1c1eadb 100644 --- a/docbook_5.xml +++ b/docbook_5.xml @@ -138,9 +138,11 @@ + + + -