Commit Graph

7 Commits

Author SHA256 Message Date
Thomas Schraitle
156c318535 Only spec file changes
- Introduce check-catalog.sh script in %check section
  This script tests the docbook_5.xml XML catalog, extracts entries, and checks
  if the file exists.
- Add missing "/" in catalog file "docbook_5.xml"
  In several rewritePrefix attributes the missing "/" leads to invalid local paths.
  For example:
  $ xmlcatalog /etc/xml/catalog https://cdn.docbook.org/schema/5.2/rng/assemblyxi.rnc
  file:///usr/share/xml/docbook/schema/rng/5.2assemblyxi.rnc
  The ".../5.2assemblyxi.rnc" part should be ".../5.2/assemblyxi.rnc".

OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=41
2023-03-03 13:33:26 +00:00
Thomas Schraitle
a1520b38dd 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
2023-02-09 13:01:55 +00:00
Thomas Schraitle
7aa3ca654e Accepting request 1042259 from home:thomas-schraitle:branches:Publishing
- Update to version 5.2CR3
  - PR #237 Allow namespace qualified attributes in non-DB namespaces
  - Add <modifier> after the main names in many OO classes
  - Some improvements for tests
- Update to version 5.2CR2
  - Added many new elements, for example meta, danger, enumsynopsis
  - Added otherclass attribute to article
  - Added otherclass attribute to section elements to support other values.
  - Added optional type attribute (text) to procedure element.
  - Added a type attribute to table and informaltable elements (CALS and HTML
    table syntax)
  - Added trans:idfixup, trans:suffix, and trans:linkscope to common attributes.
  - Changed abstract content from db.para.blocks+ to db.all.blocks+ to expand
    its content model
  Find the complete list in the release-notes folder
- Package changes
  - Add the release-notes folder in the spec file
  - Add %check section in spec file for a minimal test
  - Correct version information in Makefile to create the correct link
  - Add @VERSION@ placeholder in XML catalog file docbook_5.xml which is
    replaced during build time
  - Add https://cdn.docbook.org/schema/<VERSION> in the XML catalog file
    docbook_5.xml
  - Update docbook_5-README.SUSE
- Update to version 5.2CR1
  - #230: Add packageref attribute for all *synopsis elements
 
  no changes from the 5.2b13 reviewed by the TC

OBS-URL: https://build.opensuse.org/request/show/1042259
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=36
2022-12-12 07:17:42 +00:00
Thomas Schraitle
d63a765ec0 Accepting request 962330 from home:thomas-schraitle:branches:Publishing
- Update to version 5.2b12:
  - Fix #223 by refactoring namespacesynopsis as packagesynopis
  - Fix #221 by setting the queryBinding on Schematron schemas to xslt2
- Update to version 5.2b11: 
  - Fix #212 Incorrect XML catalog generation for CDN URIs.
  - Fix #216 A bug in the citetitle element; the otherpubwork attribute was missing
- Update to version 5.2b10a5:
  - Fixed the bug where db.extension.inlines and db.extension.blocks were
    accidentally omitted from a4.
  - Made the name attribute on meta optional.
  - Fixed duplicate patterns in db.synopsis.blocks.
  - Improved the consistency of synopsisinfo by making it available in
    fieldsynopsis, constructorsynopsis, and destructorsynopsis.
- Spec file
  - Correct XML catalog entry and replaced wrong and old 5.210a2
    version with current version
  - Remove %lastschemaversion variable, consolidate to %version
- 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)
- Spec improvements:
  move creating of compatibility links (5.2b10a2 -> 5.2) from spec
  file into Makefile
Update to version 5.2b10a2:
 - Added a transform attribute to the resource element (as an alternative to grammar).
 - Removed the grammar attribute from output.
 - Added a danger admonition.
 - Added a legalsection sectioning element. Allow legalsection in legalnotice.
 - Added an otherclass attribute to article as an alternative to the enumerated class values.
 - Added a formalgroup element to contain several formal objects (for example, subfigures in a figure).
 - Relaxed the content model of abstract to include non-paragraph block elements.
 - Added multimediaparams to imagedata.
 - Added a buildtarget inline.
 - Allow funcdef to contain an explicit void.
 - Allow paramdef to contain modifiers.
 - Allow fieldsynopsis, methodsynopsis, and methodparam to contain more than one type.
 - Extended the content model of type so that it can represent union and intersection types. Added a class attribute to type.
 - Allow numbered sections (sect1, sect2, etc.) to contain refentry.
 - Added interface to the enumerated values in the class attribute of systemitem.- 
 - Fix XML catalog to allow both www.docbook.org and docbook.org as URIs.
- Fix fdupes macro invocation: the fdupes macro knows no -q
  parameter.
- Correct Makefile:
  - Add more pattern rules
  - Use more builtin make functions
  - Create links in nvdl directory to docbook.{rng,sch}
  - Add missing assembly.rn{c,g} and dbits.rn{c,g} for Schematron
- Correct spec file:
  - Add docbook_5-nvdl.patch to change path to DocBook RNG/SCH files
  - Apply spec-cleaner
- New version 5.1
  - no DTD and XSD schemas for version 5.1 anymore!
- Changes in spec file:
  - used spec-cleaner
  - removed obsolete stuff
  - install files through Makefile
  - install NVDL files under /usr/share/xml/docbook/schema/nvdl
    instead as "documentation"
- Split documentation into -doc subpackage
- Use newer sgml-spec
- Changed DocBook catalog URIs to 5.1 instead of 5.1CR3
- Fixed subtle XML catalog bug (bsc#918565)
- Added DocBook 5.1CR3
- Spec file changes:
  . Make post and postun sections work
  . Lots of entries in XML catalogs need to be generated, so it's
    easier to use for loops
- license update: SUSE-Oasis-Specification-Notice
  See any of the files in the docs/ subdirectory (section on notices and ip
  towards the end)
- update license to new format
- Reduce Requires (iso_ent and xmlcharent).
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Only remove file from catalog if it disappeared.
- Do not use release numbers, they're not needed anymore.
- Cleanup some rpmlint warnings: Non-executable-in-bin, duplicate
  requires, do not remove buildroot.
- Release of version 5.0 (Committee Draft)
  There are no user-visible changes in 5.0 (Public Review Draft 1).
  This version of DocBook V5.0 will become the official Committee 
  Specification version of DocBook V5.0 as soon as the 
  Technical Committee balloting process is finished.
- Added DocBook Specification in PDF, HTML and XML
- Updated to release 5.0CR4:
  * Fixed RFE 1708032: Pattern naming inconsistency; changed
    db.href.attribute to db.href.attributes.
  * Fixed RFE 1700154: Added sortas to <termdef>.
  * Fixed RFE 1686919: Added an NVDL rules file.
  * Fixed RFE 1705596: Aded db.programming.inlines (<classname>, 
    <exceptionname>, <function>, <initializer>, <interfacename>, 
    <methodname>, <modifier>, <ooclass>, <ooexception>, <oointerface>,
    <parameter>, <returnvalue>, <type>, and <varname>) to the
    content model of <code>.
  * Fixed RFE 1689228: Fixed typo in Schematron assertion.
- Updated to release 5.0CR3:
  * RFE 1679775: Changed semantics of <termdef>. A <firstterm> is now
    required (instead of a <glossterm> as in previous releases). This
    allows the definition of one term to refer to another.
  * RFE 1682917: Added pgwide attribute to <example>.
  * RFE 1644553: Added label attribute to CALS and HTML tables.
  * RFE 1588693: Added an <acknowledgements> element, peer to
    <dedication>, replacing <ackno> which had only been available at the
    end of <article>.
  * After several months of consideration and experimentation, we decided
    to allow <info> in HTML tables.
  * RFE 1673820: Adopted "http://docbook.org/xlink/role/olink" as an XLink
    role (that is, the xlink:role attribute) value to identify OLinks
    expressed using XLink attributes.
- Updated to release 5.0CR2:
  * Fixed RFE 1630203: Allow empty glossary.
  * Fixed RFE 1627845: Allow optional caption on CALS table and informaltable.
  * Related to RFE 1627845: Allow inlines in HTML table caption.
  * Fixed RFE 1589139 (and RFE 1621178): Allow title and titleabbrev on qandaentry.
  * Fixed RFE 1675932: Restore localname, prefix and namespace as class attribute values on tag.
  * Fixed RFE 1669465: Schematron rules should refer to @xml:id, not @id.
- First release of 5.0CR1

OBS-URL: https://build.opensuse.org/request/show/962330
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=34
2022-03-17 07:39:15 +00:00
Thomas Schraitle
a6ec1385b5 Accepting request 906415 from home:thomas-schraitle:branches:Publishing
- Update to version 5.2b10a5:
  - Fixed the bug where db.extension.inlines and db.extension.blocks were
    accidentally omitted from a4.
  - Made the name attribute on meta optional.
  - Fixed duplicate patterns in db.synopsis.blocks.
  - Improved the consistency of synopsisinfo by making it available in
    fieldsynopsis, constructorsynopsis, and destructorsynopsis.
- Spec file
  - Correct XML catalog entry and replaced wrong and old 5.210a2
    version with current version
  - Remove %lastschemaversion variable, consolidate to %version

OBS-URL: https://build.opensuse.org/request/show/906415
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=33
2021-07-15 09:04:28 +00:00
Thomas Schraitle
c7b04648cc Accepting request 830238 from home:MMuschner:branches:Publishing
- Fix XML catalog to allow both www.docbook.org and docbook.org as URIs.- 
Changes in version 5.2b10a2
	- Added a transform attribute to the resource element (as an alternative to grammar).
	- Removed the grammar attribute from output.
	- Added a danger admonition.
	- Added a legalsection sectioning element. Allow legalsection in legalnotice.
	- Added an otherclass attribute to article as an alternative to the enumerated class values.
	- Added a formalgroup element to contain several formal objects (for example, subfigures in a figure).
	- Relaxed the content model of abstract to include non-paragraph block elements.
	- Added multimediaparams to imagedata.
	- Added a buildtarget inline.
	- Allow funcdef to contain an explicit void.
	- Allow paramdef to contain modifiers.
	- Allow fieldsynopsis, methodsynopsis, and methodparam to contain more than one type.
	- Extended the content model of type so that it can represent union and intersection types. Added a class attribute to type.
	- Allow numbered sections (sect1, sect2, etc.) to contain refentry.
	- Added interface to the enumerated values in the class attribute of systemitem.-

OBS-URL: https://build.opensuse.org/request/show/830238
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=27
2020-08-28 09:40:10 +00:00
Thomas Schraitle
9a7bef228d Accepting request 403806 from home:favogt:branches:Publishing
Split documentation into -doc subpackage
Use newer sgml-spec

OBS-URL: https://build.opensuse.org/request/show/403806
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=16
2016-06-21 13:51:11 +00:00