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
This commit is contained in:
Thomas Schraitle
2023-02-09 13:01:55 +00:00
committed by Git OBS Bridge
parent 9728fd01c1
commit a1520b38dd
7 changed files with 34 additions and 14 deletions

View File

@@ -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)
#

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a7bac3c9eef2121809cdd1e6de908935f8f6123b7b4b246e3451c993ad1d80c
size 727574

BIN
docbook-5.2CR5.zip (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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 <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

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Feb 9 12:39:46 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 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 <thomas.schraitle@suse.com> - 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 <thomas.schraitle@suse.com> - 5.2CR3

View File

@@ -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

View File

@@ -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>