forked from pool/docbook_5
Accepting request 905178 from home:thomas-schraitle:branches:Publishing
- Update to version 5.2b10a4: - Adding transclusion attributes as common attributes (#187) - Implementing legalsection as a class attribute (#186) - Add a type attribute to formal and informal objects (#185) - Add pubwork/otherpubwork to biblioentry/bibliomixed (#184) - Add a DocBook ITS + XInclude schema (#183) - Proposed fix for issues related to the new synopsis elements (#173) - Convert @name on s:pattern to s:title in ISO Schematron (#2) - Update to version 5.2b10a3: - Add a general meta element (#176) - Fix XInclude issues on empty href, fragid (#175) - Add Schematron rules for productionset and callout (#174, #151, #162) OBS-URL: https://build.opensuse.org/request/show/905178 OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=32
This commit is contained in:
parent
c727ef42a0
commit
96ac9b589d
4
Makefile
4
Makefile
@ -11,8 +11,8 @@ endif
|
||||
|
||||
SHELL := /bin/bash
|
||||
PACKAGE := docbook_5
|
||||
VERSION := 5.2b10a2
|
||||
DB_VERSIONS := 5.0 5.1 5.2b10a2
|
||||
VERSION := 5.2b10a4
|
||||
DB_VERSIONS := 5.0 5.1 5.2b10a4
|
||||
LAST_VER := $(lastword $(DB_VERSIONS))
|
||||
CDIR := $(shell pwd)
|
||||
#
|
||||
|
3
docbook-5.2b10a4.tar.bz2
Normal file
3
docbook-5.2b10a4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d4ef7914078f0c22f2ec6b2384e4259a5d4dd201fd8308bb421aefccc7accb9
|
||||
size 5406720
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b680574881caabdeb40a4873358a08e262abb5765b60889f5bb62671be0c0c2
|
||||
size 278439
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 08:15:00 UTC 2021 - Thomas Schraitle <thomas.schraitle@suse.com> - 5.2b10a4
|
||||
|
||||
- Update to version 5.2b10a4:
|
||||
- Adding transclusion attributes as common attributes (#187)
|
||||
- Implementing legalsection as a class attribute (#186)
|
||||
- Add a type attribute to formal and informal objects (#185)
|
||||
- Add pubwork/otherpubwork to biblioentry/bibliomixed (#184)
|
||||
- Add a DocBook ITS + XInclude schema (#183)
|
||||
- Proposed fix for issues related to the new synopsis elements (#173)
|
||||
- Convert @name on s:pattern to s:title in ISO Schematron (#2)
|
||||
|
||||
- Update to version 5.2b10a3:
|
||||
- Add a general meta element (#176)
|
||||
- Fix XInclude issues on empty href, fragid (#175)
|
||||
- Add Schematron rules for productionset and callout (#174, #151, #162)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 13:45:10 UTC 2020 - Thomas Schraitle <thomas.schraitle@suse.com> - 5.2b10a2
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package docbook_5
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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.2b10a2
|
||||
%define lastschemaversion 5.2b10a2
|
||||
%define schemaversions 5.0 5.1 5.2b10a4
|
||||
%define lastschemaversion 5.2b10a4
|
||||
#
|
||||
Name: docbook_5
|
||||
Version: 5.2b10a2
|
||||
Version: 5.2b10a4
|
||||
Release: 0
|
||||
Summary: DocBook Schemas (DTD, RELAX NG, W3C Schema) for Version 5.x
|
||||
License: SUSE-Oasis-Specification-Notice
|
||||
@ -38,7 +38,7 @@ Source500: docbook-5.0.tar.bz2
|
||||
# DB 5.1
|
||||
Source510: docbook-5.1.tar.bz2
|
||||
#
|
||||
Source520: docbook_5.2b10a2.tar.bz2
|
||||
Source520: docbook-5.2b10a4.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE docbook_5-nvdl.patch change path to schema files
|
||||
Patch501: %{name}-nvdl.patch
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user