SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for asciidoc-examples-9.1.0-1.1.noarch.rpm :

* Mon Mar 01 2021 elimatAATTopensuse.org- update to version 9.1.0
* Can specify a line range when using the include macro.
* Setting the SGML_CATALOG_FILES environment variable will set --catalogs on xmllint within a2x.
* Sun Jan 24 2021 dmuellerAATTsuse.com- update to 9.0.5: - Use config newline setting in system attribute evaulation - Update to deadsnakes/pythonAATTv2.0.2
* Tue Nov 03 2020 idonmezAATTsuse.com- Update to version 9.0.4
* Fix listing out installed plugins (e.g. --filter list)
* Wed Oct 21 2020 idonmezAATTsuse.com- Update to version 9.0.3
* Fix extra newline characters inserted into generated source
* Validate line endings as part of test suite
* Mon Aug 03 2020 idonmezAATTsuse.com- Update to version 9.0.2:
* Revert to using optparse from argparse for a2x
* Fri Jul 03 2020 idonmezAATTsuse.com- Update to version 9.0.1:
* Fix a2x crashing on decoding generated HTML pages
* Tue Jun 09 2020 mpluskalAATTsuse.com- Update to version 9.0.0:
* Port asciidoc to run on Python 3.5+
* Drop internal implementation of OrderedDict and use the standard library collections.OrderedDict instead
* Implement Dockerfile for running asciidoc
* Add Catalan translation
* Add docbook5 backend
* Fix misspellings in various files and documents
* Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time)
* Use \"with\" context statement for opening and closing files instead of older try/finally pattern
* Search sibling paths before system wide paths in asciidocapi
* Add manpage for testasciidoc.py
* Use argparse instead of optparse for argument parsing
* Add simplified Chinese translation (thanks AATTmuirmok)
* vim-asciidoc: speed up the refresh process for big files
* Allow specifying floatstyle attribute for figures, tables, equations, examples in docbook (thanks AATTpsaris)
* Use https://pypi.org/project/trans/[trans python module] (if available) to better handle character decomposition to ascii for ascii-ids (thanks AATTrkel)
* Use lru_cache to memoize repeated calls to macro look-up giving potential ~15% speed-up on parsing
* Fix index terms requiring two characters instead of just one
* Properly capture and use colophon, dedication, and preface for docbooks in Japanese (see #2 (comment))
* make install did not include the unwraplatex.py filter
* Fix a2x option collection from input file with non-ascii encoding
* Fix options attribute not being properly parsed in Delimited Blocks attribute list
* Migrate from hierarchical A-A-P build system to top-level Makefile
* Add make help target that prints out usage message for make
* Fix double slash issue in Makefile when installing asciidoc or its docs
* Commit generated test files to the repository for continuous integration
* Test against Python 3.5+ on Travis-CI
* Remove symlink tests/asciidocapi.py in favor of just appending to sys.path
* Add requires directive to testasciidoc.conf to indicate necessary external dependencies (e.g. source-highlight)
* Thu Apr 23 2020 cooloAATTsuse.com- simplify requires - we don\'t need the full python3, but the interpreter and xml module (which is part of base)
* Tue Apr 21 2020 cooloAATTsuse.com- Bring back asciidoc in maintainable fashion to fix bsc#1135082
* Tue Apr 21 2020 cooloAATTsuse.com- Update to 9.0.0rc2: - Running `make help` will now print out a helpful usage message - Add simplified Chinese translation (thanks AATTmuirmok) - vim-asciidoc: speed up the refresh process for big files (thanks AATTaerostitch)
* Tue Jan 14 2020 mpluskalAATTsuse.com- Small packaging adjustements
* Tue Jan 14 2020 tchvatalAATTsuse.com- Update to 9.0.0rc1:
* Port asciidoc to run on Python 3.5+ (see https://github.com/asciidoc/asciidoc for the EOL Python 2 implementation)
* Drop internal implementation of OrderedDict and use the standard library collections.OrderedDict instead
* Implement Dockerfile for running asciidoc
* Add Catalan translation
* Add docbook5 backend
* Fix misspellings in various files and documents
* Use UTC for testing instead of Pacific/Auckland (which observes daylight saving time).
* Use \"with\" context statement for opening and closing files instead of older try/finally pattern.
* Search sibling paths before system wide paths in asciidocapi
* Add manpage for testasciidoc.py
* Use argparse instead of optparse for argument parsing
* Migrate from A-A-P based build system to Make
* Thu Oct 17 2019 rbrownAATTsuse.com- Remove obsolete Groups tag (fate#326485)
* Tue Nov 07 2017 mpluskalAATTsuse.com- Explicitly use python2 (fate#323526)
* Fri Oct 06 2017 bwiedemannAATTsuse.com- Re-add documentation
* Wed Oct 04 2017 olafAATTaepfle.de- Remove asciidoc version from generated files with asciidoc.version.patch The version causes unneeded republish of pkgs that make use of asciidoc
* Sun Oct 01 2017 aavindraaAATTgmail.com- Update to 8.6.10
* Improve reproducibility of builds (e.g. support SOURCE_DATE_EPOCH)
* SVG output support
* documentation and translations- Lint spec file- Remove asciidoc-change-Last-Updated-field.patch
* merged in https://github.com/asciidoc/asciidoc/pull/9
* Fri Jul 07 2017 matthias.gerstnerAATTsuse.com- added themes directory for installing the other available themes shipped with asciidoc. Makes the \"-a theme=volnitsky\" and \"-a theme=flask\" switches work.
* Thu Sep 01 2016 olafAATTaepfle.de- Adding the ability to change \"Last Updated\" field ... to reduce build-compare noise in git.rpm asciidoc-change-Last-Updated-field.patch
* Fri Mar 06 2015 mpluskalAATTsuse.com- Cleanup spec file with spec-cleaner- Remove asciidoc-vim-fix.diff- Update to 8.6.9
* html5, xhtml11 and slidy outputs now wrap pre element contents at right margin (see [1]https://groups.google.com/group/asciidoc/browse_thread/thread/98 77a316b7a47309).
* Vim syntax file: highlight line breaks in lists (patch submitted by Alex Efros). See [2]https://groups.google.com/group/asciidoc/browse_thread/thread/51 45e4c0b65cde0a).
* Vim syntax file: fixed highlighting of lines with spaces preceding an indented paragraph. See [3]https://groups.google.com/group/asciidoc/browse_thread/thread/51 45e4c0b65cde0a
* Vim syntax file: dropped ) from list of illegal characters following opening quote. See [4]https://groups.google.com/group/asciidoc/browse_thread/thread/1a 60eb4507a0555f/264c39c6a89fc7a0
* Added + intrinsic attribute. See [5]http://code.google.com/p/asciidoc/issues/detail?id=14
* Allow tabsize=0 in configuration file. See [6]https://groups.google.com/group/asciidoc/browse_thread/thread/c8 8457020288ce1d
* Removed wordpress backend into the blogpost project (where it belongs) as an AsciiDoc backend plugin.
* Added HTML5 footer badges.
* Added favicon to AsciiDoc website.
* Changed AsciiDoc website domain to asciidoc.org.
* Vim syntax file: closing quote character cannot be immediately followed by same closing quote character.
* Documentation updates.
* If admonition icons are embedded using the Data URI Scheme and the icons directory is undefined or does not exist then the iconsdir attribute is set to the location of the icons installed in the AsciiDoc configuration directory.
* Updated ./stylesheets/pygments.css from pygments 1.4.
* HTML backends: Align inline images to text-bottom.
* html4 backend: Added hr attribute to make the inter-section horizontal ruler element optional.
* Documented Callout lists cannot be used within tables. See: [7]https://groups.google.com/group/asciidoc/browse_thread/thread/26 8f9b46ebc192d3
* Removed Vim related stuff from the installer makefile. See: [8]https://groups.google.com/group/asciidoc/browse_thread/thread/75 3a52b2af85fcfc/04c9091b0856fc13 and [9]https://groups.google.com/group/asciidoc/browse_thread/thread/cd 07629fa7a53fb3
* Dropped vim/ftdetect/asciidoc_filetype.vim from distribution, the file detection was broken and the default settings satisfied noone.
* Vim syntax highlighter: increase sync backtracking to catch changes to large block elements.
* Added Romanian language configuration file. Contributed by Vitalie Lazu. See [10]https://groups.google.com/group/asciidoc/browse_thread/thread/2 fe14a10dbf20d20/27726e7e13f7bfc7?lnk=gst&q=romanian#27726e7e13f7bfc 7
* Added ruler and line-break outputs to HTML Help outputs. Patch submitted by DonM. See [11]https://groups.google.com/group/asciidoc/browse_thread/thread/b 131d0155eccd73e
* Added Czech language configuration file. Contributed by Petr KlĂ­ma.
* html4 backend: allow embedded images and icons (data-uri attribute).
* html4 backend: table and example block caption place at bottom for consistency.
* html4 backend: dropped border around example block.
* html4 backend: cellpaddings made equal to 4 for consistency.
* Vim syntax highligher: Highlight closing OpenBlock delimiter when it immediately follows a list.
* Updated html5 backend (previous commit was xhtml11 only). See: [12]https://groups.google.com/group/asciidoc/browse_thread/thread/d bdfaf838f93e020
* Embedded data-uri images now figure file mimetype from file contents rather than the file extension. Patch submitted by Lex Trotman. See: [13]https://groups.google.com/group/asciidoc/browse_thread/thread/d bdfaf838f93e0
 
ICM