52 Commits

Author SHA256 Message Date
c9967da6cd Accepting request 1152026 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1152026
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=35
2024-02-27 21:45:12 +00:00
ae1380c5e0 Accepting request 1151928 from home:jengelh:branches:Publishing
- 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
2024-02-27 07:38:52 +00:00
f0c158773e Accepting request 1150593 from home:dimstar:rpm4.20:d
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1150593
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=44
2024-02-26 13:48:53 +00:00
d7e6ee07c1 Accepting request 1070731 from Publishing
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1070731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=34
2023-03-11 17:23:42 +00:00
4676a11ef2 Set x-bit on check-catalog.sh
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=42
2023-03-03 13:36:34 +00:00
6191bd1aeb 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
93e7cb9eaf Accepting request 1064011 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1064011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=33
2023-02-10 13:33:46 +00:00
c2f09239a5 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
8bef995370 Accepting request 1042495 from Publishing
- Correct version from CR3 -> cr3
  This change was necessary to make it possible to update from 5.2b12 to 5.2cr3 smoothly.

- 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/1042495
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=32
2022-12-13 17:54:59 +00:00
4ae3187c1c Correct version from CR3 -> cr3
This was needed to make updates possible

OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=37
2022-12-12 21:00:36 +00:00
21addd43db 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
3dd34bd527 Accepting request 962331 from Publishing
OBS-URL: https://build.opensuse.org/request/show/962331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=31
2022-03-19 21:19:46 +00:00
c19f78386f 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
b825874452 Accepting request 906432 from Publishing
OBS-URL: https://build.opensuse.org/request/show/906432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=30
2021-07-16 20:12:41 +00:00
9e5ada3467 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
3d62cb1a68 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
2021-07-09 07:19:43 +00:00
15d2f94131 Accepting request 830837 from Publishing
Sorry, had to fix changelog and improve spec file (this is the last change):

* 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.

OBS-URL: https://build.opensuse.org/request/show/830837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=29
2020-09-02 23:13:36 +00:00
3f7d6b8858 - Spec improvements:
move creating of compatibility links (5.2b10a2 -> 5.2) from spec
  file into Makefile

OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=30
2020-08-31 13:49:25 +00:00
c16f958cb0 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.

OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=29
2020-08-28 11:43:44 +00:00
0f2e52c683 OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=28 2020-08-28 11:34:39 +00:00
cfce87dc3e 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
7af8bd53c3 Accepting request 555499 from Publishing
- Fix fdupes macro invocation: the fdupes macro knows no -q
  parameter.

OBS-URL: https://build.opensuse.org/request/show/555499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=28
2017-12-10 17:16:28 +00:00
ddda3b320d OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=25 2017-12-09 08:29:11 +00:00
a39e23d49d Accepting request 555404 from home:dimstar:Factory
- Fix fdupes macro invocation: the fdupes macro knows now -q
  parameter.

OBS-URL: https://build.opensuse.org/request/show/555404
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=24
2017-12-09 08:28:56 +00:00
e8985876bc Accepting request 545075 from Publishing
- 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

OBS-URL: https://build.opensuse.org/request/show/545075
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=27
2017-12-05 00:27:34 +00:00
49034b0177 - Add docbook_5-nvdl.patch to change path to DocBook RNG/SCH files
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=22
2017-11-24 09:02:29 +00:00
2cd40297ee Accepting request 545062 from home:thomas-schraitle:branches:Publishing
- 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-docbook5{0,1}.nvdl.patch
  - Apply spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/545062
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=21
2017-11-24 08:13:12 +00:00
579488af07 Accepting request 533606 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/533606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=26
2017-10-18 10:49:50 +00:00
0ed9e967ca Makefile: Install script with 0755 instead of 0655
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=19
2017-10-12 10:21:33 +00:00
5de7f352cd Accepting request 533605 from home:thomas-schraitle:branches:Publishing
- 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"

OBS-URL: https://build.opensuse.org/request/show/533605
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=18
2017-10-12 09:00:23 +00:00
ccebbc9e44 Accepting request 403881 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/403881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=25
2016-07-01 07:54:54 +00:00
10af26b548 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
Stephan Kulow
8bbf8998d1 Accepting request 306505 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/306505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=24
2015-05-15 05:43:33 +00:00
Frank Sundermeyer
769edf329e Accepting request 306504 from home:thomas-schraitle:branches:Publishing
Changed DocBook catalog URIs to 5.1 instead of 5.1CR3

OBS-URL: https://build.opensuse.org/request/show/306504
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=14
2015-05-12 13:05:07 +00:00
2ba6f6d573 Accepting request 286749 from Publishing
- Fixed subtle XML catalog bug (bsc#918565)
- Added DocBook 5.1CR3
- Fixed source URL from sr#286736

OBS-URL: https://build.opensuse.org/request/show/286749
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=23
2015-02-20 11:01:35 +00:00
b76de14713 Fixed source URL
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=13
2015-02-19 12:06:55 +00:00
160817d5c9 Accepting request 286735 from home:thomas-schraitle:branches:Publishing
* Fixed subtle XML catalog bug (bsc#918565)
* Added DocBook 5.1CR3

OBS-URL: https://build.opensuse.org/request/show/286735
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=12
2015-02-19 10:43:37 +00:00
Stephan Kulow
a87a9d848c Accepting request 159796 from Publishing
license update: SUSE-Oasis-Specification-Notice
See any of the files in the docs/ subdirectory (section on notices and ip towards the end) (forwarded request 159794 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/159796
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=20
2013-03-20 08:52:24 +00:00
Ismail Dönmez
d66a8a18a6 Accepting request 159794 from home:babelworx:ldig:branches:Publishing
license update: SUSE-Oasis-Specification-Notice
See any of the files in the docs/ subdirectory (section on notices and ip towards the end)

OBS-URL: https://build.opensuse.org/request/show/159794
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=10
2013-03-18 12:51:24 +00:00
Ismail Dönmez
e35b22b3e7 Accepting request 156971 from openSUSE:Factory:Staging:spdx
update license to new format

OBS-URL: https://build.opensuse.org/request/show/156971
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=9
2013-03-06 18:45:12 +00:00
Stephan Kulow
9b06adc272 Accepting request 123694 from Publishing
requires

OBS-URL: https://build.opensuse.org/request/show/123694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=17
2012-06-06 14:06:21 +00:00
Karl Eichwalder
bceae7a185 requires
OBS-URL: https://build.opensuse.org/package/show/Publishing/docbook_5?expand=0&rev=7
2012-06-05 14:32:57 +00:00
Stephan Kulow
dcebf081d5 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=16
2011-12-06 17:06:39 +00:00
Lars Vogdt
641a947526 Accepting request 83330 from Publishing
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines) (forwarded request 83284 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=14
2011-09-19 14:45:51 +00:00
OBS User autobuild
875a8b3290 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=10 2010-03-18 14:43:03 +00:00
OBS User unknown
ede7eb199f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=8 2009-08-03 17:27:21 +00:00
OBS User unknown
33d377de08 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=7 2009-06-18 15:11:48 +00:00
OBS User unknown
478019cf48 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=5 2008-02-15 00:08:30 +00:00
OBS User unknown
dac2af0771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=4 2007-05-24 11:58:46 +00:00
OBS User unknown
8f6af9d50c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=3 2007-03-23 21:36:37 +00:00