forked from pool/docbook_5
9bf4b45df9
- Shorten %prep code, utilize everything %setup has to offer. - Avoid piping to xargs when that is not necessary. OBS-URL: https://build.opensuse.org/request/show/1151928 OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=45
313 lines
12 KiB
Plaintext
313 lines
12 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Feb 26 18:42:00 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Shorten %prep code, utilize everything %setup has to offer.
|
|
- Avoid piping to xargs when that is not necessary.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 07:50:47 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Use %patch -P N instead of deprecated %patchN.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 3 06:54:34 UTC 2023 - Thomas Schraitle <thomas.schraitle@suse.com> - 5.2CR5
|
|
|
|
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".
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 30 09:16:33 UTC 2022 - Thomas Schraitle <thomas.schraitle@suse.com> - 5.2CR1
|
|
|
|
- Update to version 5.2CR1
|
|
- #230: Add packageref attribute for all *synopsis elements
|
|
|
|
no changes from the 5.2b13 reviewed by the TC
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 16 15:17:56 UTC 2022 - Thomas Schraitle <thomas.schraitle@suse.com> - 5.2b12
|
|
|
|
- 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
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 15 07:02:57 UTC 2021 - Thomas Schraitle <thomas.schraitle@suse.com> - 5.2b10a5
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Spec improvements:
|
|
move creating of compatibility links (5.2b10a2 -> 5.2) from spec
|
|
file into Makefile
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 6 12:51:10 UTC 2020 - mmuschner <mmuschner@localhost> - 5.2b10a2
|
|
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 8 22:12:24 UTC 2017 - dimstar@opensuse.org
|
|
|
|
- Fix fdupes macro invocation: the fdupes macro knows no -q
|
|
parameter.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 12 17:02:51 UTC 2017 - thomas.schraitle@suse.com
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 11 15:10:23 UTC 2017 - thomas.schraitle@suse.com
|
|
|
|
- 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"
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 17 12:00:51 UTC 2016 - fvogt@suse.com
|
|
|
|
- Split documentation into -doc subpackage
|
|
- Use newer sgml-spec
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 12 12:44:54 UTC 2015 - toms@opensuse.org
|
|
|
|
- Changed DocBook catalog URIs to 5.1 instead of 5.1CR3
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 19 11:35:00 UTC 2015 - toms@opensuse.org
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 18 12:40:42 UTC 2013 - cfarrell@suse.com
|
|
|
|
- license update: SUSE-Oasis-Specification-Notice
|
|
See any of the files in the docs/ subdirectory (section on notices and ip
|
|
towards the end)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 1 11:48:20 UTC 2013 - coolo@suse.com
|
|
|
|
- update license to new format
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 5 14:32:11 UTC 2012 - ke@suse.de
|
|
|
|
- Reduce Requires (iso_ent and xmlcharent).
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
|
|
|
- Remove redundant tags/sections from specfile
|
|
(cf. packaging guidelines)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 3 10:57:28 CEST 2009 - aj@suse.de
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 11 08:35:56 CET 2008 - toms@suse.de
|
|
|
|
- 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
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 10:38:42 CEST 2007 - toms@suse.de
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 23 20:51:50 CET 2007 - toms@suse.de
|
|
|
|
- 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.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 14 10:55:18 CET 2007 - toms@suse.de
|
|
|
|
- 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.
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 19 13:40:51 CET 2007 - toms@suse.de
|
|
|
|
- First release of 5.0CR1
|
|
|