Changelog for
docbook5-xsl-stylesheets-1.79.0-52.5.noarch.rpm :
Fri Sep 29 14:00:00 2017 thomas.schraitleAATTsuse.com
- spec file changes
* Use catalog.d mechanism and remove old XML catalog files, see
https://en.opensuse.org/openSUSE:Packaging_XML_Schemas_and_Stylesheets#Add_XML_Catalog_Support
Tue Aug 29 14:00:00 2017 thomas.schraitleAATTsuse.com
- Add docbook5-xsl-stylesheets-non-recursive_string_subst.patch
Use str:replace from exslt.org to implement string.subst
string.subst implementation causes recursion issues when building
systemd documentation. This issue has been reported in
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765567 and
https://bugs.archlinux.org/task/54694 .
Taken from https://github.com/fishilico/xslt10-stylesheets/commit/a7df4fbbef3ab0f97d50aa47f2ccfa0630a2686e
Mon Jul 25 14:00:00 2016 fvogtAATTsuse.com
- Change catalog entry for consistency with docbook-xsl-stylesheets
Wed Jul 20 14:00:00 2016 fvogtAATTsuse.com
- Use update-xml-catalog
Sun Jan 3 13:00:00 2016 mpluskalAATTsuse.com
- Update download url
Sat Dec 12 13:00:00 2015 p.drouandAATTgmail.com
- Update to version 1.79.0
* Support for most elements in the DocBook Publishers schema extension.
* Support for some FOP 1.1 improvements.
* Many bug fixes.
Thu Feb 19 13:00:00 2015 tomsAATTopensuse.org
- Slightly adapted %post and %postun section to fix bsc#918565
Fri Jul 5 14:00:00 2013 tomsAATTopensuse.org
- Update to 1.78.1, see http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.78.1
for details
- Updated spec file to avoid packaging .htaccess files; removed
some scripts which are packaged in docbook-xsl-stylesheets-scripts
Fri Jun 28 14:00:00 2013 tomsAATTopensuse.org
- Corrected conflict with docbook-xsl-stylesheets:
Created subpackage with pdf2index (which raised this conflict)
and moved other scripts too (db2epub, callout-gen).
This makes it easier to install both variantes of the
stylesheets
Fri May 31 14:00:00 2013 varkolyAATTsuse.com
- Fix spec to avoid conflicts with docbook-xsl-stylesheets
Fri Mar 15 13:00:00 2013 fsundermeyerAATTopensuse.org
- fixed error in specfile that generated catalog entries pointing
to the DocBook4 stylesheets
Tue Sep 18 14:00:00 2012 cfarrellAATTsuse.com
- license update: SUSE-Docbook-XSL and Apache-2.0 and MIT and EPL-1.0 and
MPL-1.1 and BSD-3-Clause and HPND and Zlib and LGPL-2.1+
Package aggregates all of the above licenses. Added SUSE-Docbook-XSL
instead of MIT as the COPYING file is not ^pure^ MIT but contains two
additional clauses
Fri Sep 14 14:00:00 2012 tomsAATTopensuse.org
- Fixed bnc#780451: used docbook_5 instead of docbook_4; fixed typo
in summary
Thu Jun 14 14:00:00 2012 tomsAATTopensuse.org
- Updated to 1.77.1, see http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.77.1
for details (Mostly bugfix release)
- Made spec file consistent with docbook-xsl-stylesheet package
(it\'s mostly the same)
Sun Sep 18 14:00:00 2011 jengelhAATTmedozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
Sun Nov 21 13:00:00 2010 toganmAATTopensuse.org
- Updated to 1.76.1 The following is a list of changes that have been made
since the 1.76.0 release.
FO
The following changes have been made to the fo code since the 1.76.0
release.
● Robert Stayton: docbook.xsl; xref.xsl; fop1.xsl
Apply patch to support named destination in fop1.xsl, per Sourceforge
bug report #3029845.
HTML
The following changes have been made to the html code since the 1.76.0
release.
● Keith Fahlgren: highlight.xsl
Implementing handling for
and : transform to and
for XHTML outputs and do not use in the highliting output (per Mauritz
Jeanson)
Params
The following changes have been made to the params code since the 1.76.0
release.
● Robert Stayton: draft.mode.xml
Change default for draft.mode to \'no\'.
Mon Aug 17 14:00:00 2009 ajAATTsuse.de
- Only remove file from catalog if it disappeared.
- Do not use release numbers, they\'re not needed anymore.
Wed Jun 3 14:00:00 2009 tomsAATTsuse.de
SPEC file: added fdupes
Updated to version 1.75.1:
The following changes have been made to the fo code since the 1.75.0 release.
FO
- Keith Fahlgren: block.xsl
Switching to em dash for character before attribution in epigraph;
resolves Bug #2793878
- Robert Stayton: lists.xsl
- Fixed bug 2789947, id attribute missing on simplelist fo output.
HTML
- Keith Fahlgren: block.xsl
- Switching to em dash for character before attribution in epigraph;
resolves Bug #2793878
- Robert Stayton: lists.xsl
- Fixed bug 2789678: apply-templates line accidentally deleted.
Epub
- Keith Fahlgren: bin/spec/epub_regressions_spec.rb; docbook.xsl
Added regression and fix to correct \"bug\" with namespace-prefixed container
elements in META-INF/container.xml ; resolves Issue #2790017
- Keith Fahlgren: bin/spec/epub_regressions_spec.rb; bin/spec/files/
onegraphic.xinclude.xml;⋯
Another attempt at flexible named entity and XInclude processing
- Keith Fahlgren: bin/lib/docbook.rb
Tweaking solution to Bug #2750442 following regression reported by Michael Wiedmann.
Params
- Mauritz Jeanson: highlight.source.xml
Updated documentation to reflect changes made in r8419.