56 Commits

Author SHA256 Message Date
acdee77d33 Accepting request 819046 from Publishing
OBS-URL: https://build.opensuse.org/request/show/819046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=45
2020-07-13 07:03:43 +00:00
Martin Pluskal
6c4721decb Accepting request 818483 from home:namtrac:branches:Publishing
- Update to version 9.0.1:
  * Fix a2x crashing on decoding generated HTML pages

OBS-URL: https://build.opensuse.org/request/show/818483
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=39
2020-07-06 17:28:35 +00:00
4d89c5ec9f Accepting request 813388 from Publishing
OBS-URL: https://build.opensuse.org/request/show/813388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=44
2020-06-14 16:13:34 +00:00
Martin Pluskal
793097ece4 Accepting request 812760 from home:pluskalm:branches:Publishing
- 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 @muirmok)
  * vim-asciidoc: speed up the refresh process for big files 
  * Allow specifying floatstyle attribute for figures, tables,
    equations, examples in docbook (thanks @psaris)
  * Use https://pypi.org/project/trans/[trans python module]
    (if available) to better handle character decomposition to
    ascii for ascii-ids (thanks @rkel)
  * 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

OBS-URL: https://build.opensuse.org/request/show/812760
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=37
2020-06-11 06:26:38 +00:00
129b1b33c0 Accepting request 796535 from Publishing
- simplify requires - we don't need the full python3, but the
  interpreter and xml module (which is part of base)

- Bring back asciidoc in maintainable fashion to fix bsc#1135082

- Update to 9.0.0rc2:
 - Running `make help` will now print out a helpful usage message
 - Add simplified Chinese translation (thanks @muirmok)
 - vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch)

- Small packaging adjustements

- 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

OBS-URL: https://build.opensuse.org/request/show/796535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=43
2020-04-25 18:16:13 +00:00
Stephan Kulow
2e3923eb69 - simplify requires - we don't need the full python3, but the
interpreter and xml module (which is part of base)

OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=35
2020-04-23 12:02:59 +00:00
e9aa345f32 Accepting request 795953 from home:coolo:branches:openSUSE:Factory
- Bring back asciidoc in maintainable fashion to fix bsc#1135082

- Update to 9.0.0rc2:
 - Running `make help` will now print out a helpful usage message
 - Add simplified Chinese translation (thanks @muirmok)
 - vim-asciidoc: speed up the refresh process for big files (thanks @aerostitch)

- Small packaging adjustements

- 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

OBS-URL: https://build.opensuse.org/request/show/795953
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=34
2020-04-21 07:17:55 +00:00
dab525c715 Revert the last changes
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=33
2020-01-14 16:25:35 +00:00
Martin Pluskal
54a3980a4e - Small packaging adjustements
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=32
2020-01-14 15:29:29 +00:00
Martin Pluskal
d3b12524ad Accepting request 764271 from home:scarabeus_iv:branches:Publishing
- 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

OBS-URL: https://build.opensuse.org/request/show/764271
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=31
2020-01-14 15:24:42 +00:00
c51f546353 Accepting request 739688 from Publishing
OBS-URL: https://build.opensuse.org/request/show/739688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=42
2019-11-11 11:59:27 +00:00
Martin Pluskal
ae9c6bb9d4 Accepting request 739649 from home:RBrownSUSE:branches:Publishing
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739649
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=29
2019-10-17 13:42:56 +00:00
7c7888f47f Accepting request 539511 from Publishing
OBS-URL: https://build.opensuse.org/request/show/539511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=41
2017-11-10 13:42:21 +00:00
6ff4a735c5 Accepting request 539473 from home:pluskalm:branches:Publishing
- Explicitly use python2 (fate#323526)

OBS-URL: https://build.opensuse.org/request/show/539473
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=27
2017-11-07 12:46:54 +00:00
c8a4b291bd Accepting request 532093 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/532093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=40
2017-10-10 09:37:32 +00:00
Martin Pluskal
f7146ae157 Accepting request 531980 from home:bmwiedemann:reproducible:test
Re-add documentation

OBS-URL: https://build.opensuse.org/request/show/531980
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=25
2017-10-06 07:35:01 +00:00
Martin Pluskal
535a60aebd Accepting request 531118 from home:olh:branches:Publishing
- Remove asciidoc version from generated files with asciidoc.version.patch
  The version causes unneeded republish of pkgs that make use
  of asciidoc

OBS-URL: https://build.opensuse.org/request/show/531118
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=24
2017-10-04 12:32:57 +00:00
Martin Pluskal
2668efd198 Accepting request 530274 from home:avindra
- 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

OBS-URL: https://build.opensuse.org/request/show/530274
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=23
2017-10-04 07:04:15 +00:00
7429ae0922 Accepting request 508754 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/508754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=39
2017-07-12 17:31:26 +00:00
3a3b98504c Accepting request 508749 from home:mgerstner:branches:Publishing
this time with changelog entry

- added themes directory for installing the other available themes shipped
  with asciidoc. Makes the "-a theme=volnitsky" and "-a theme=flask" switches
  work.

OBS-URL: https://build.opensuse.org/request/show/508749
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=21
2017-07-07 11:06:19 +00:00
097d953bb5 Accepting request 508507 from home:mgerstner:branches:Publishing
added themes directory for installing the other available themes shipped with
asciidoc. Makes the "-a theme=volnitsky" and "-a theme=flask" switches work.

OBS-URL: https://build.opensuse.org/request/show/508507
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=20
2017-07-07 09:16:59 +00:00
aab1dd5678 Accepting request 424648 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/424648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=38
2016-09-10 22:51:58 +00:00
OBS User mrdocs
7de4aebdd6 Accepting request 424272 from home:olh:branches:Publishing
- Adding the ability to change "Last Updated" field
  ... to reduce build-compare noise in git.rpm
  asciidoc-change-Last-Updated-field.patch

OBS-URL: https://build.opensuse.org/request/show/424272
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=18
2016-09-04 01:10:11 +00:00
1d0a55dd57 Accepting request 289958 from Publishing
1

OBS-URL: https://build.opensuse.org/request/show/289958
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=37
2015-03-16 05:56:57 +00:00
d46b6c9459 Accepting request 289746 from home:pluskalm:branches:Publishing
- Cleanup spec file with spec-cleaner
- Remove asciidoc-vim-fix.diff
- Update to 8.6.9

OBS-URL: https://build.opensuse.org/request/show/289746
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=16
2015-03-09 06:58:07 +00:00
Stephan Kulow
bc8efdcdac Accepting request 160359 from Publishing
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 160233 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/160359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=34
2013-03-22 10:00:07 +00:00
OBS User mrdocs
b6125b694a Accepting request 160233 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160233
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=14
2013-03-20 21:30:52 +00:00
Stephan Kulow
6b7ca2b88f Accepting request 139553 from Publishing
Updated to 8.6.8 (forwarded request 139552 from thomas-schraitle)

OBS-URL: https://build.opensuse.org/request/show/139553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=32
2012-10-29 19:01:52 +00:00
Thomas Schraitle
70a3a47295 Accepting request 139552 from home:thomas-schraitle:branches:Publishing
Updated to 8.6.8

OBS-URL: https://build.opensuse.org/request/show/139552
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=12
2012-10-27 13:11:21 +00:00
Stephan Kulow
112eecf630 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=30
2011-12-06 16:59:10 +00:00
Stephan Kulow
e224f0c5b7 Accepting request 90247 from Publishing
- Add missing dependency on python-xml. (forwarded request 90239 from michal-m)

OBS-URL: https://build.opensuse.org/request/show/90247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=29
2011-11-07 14:51:47 +00:00
Pavol Rusnak
3349901655 Accepting request 90239 from home:michal-m:branches:Publishing
- Add missing dependency on python-xml.

OBS-URL: https://build.opensuse.org/request/show/90239
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=10
2011-11-07 13:13:17 +00:00
Stephan Kulow
6bf47704e5 Accepting request 89700 from Publishing
Update to 8.6.6 (forwarded request 89683 from Yareg)

OBS-URL: https://build.opensuse.org/request/show/89700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=28
2011-11-02 10:47:01 +00:00
Stephan Kulow
9729b77b68 Accepting request 89683 from home:Yareg:branches:Publishing
Update to 8.6.6

OBS-URL: https://build.opensuse.org/request/show/89683
OBS-URL: https://build.opensuse.org/package/show/Publishing/asciidoc?expand=0&rev=8
2011-10-28 17:09:04 +00:00
Lars Vogdt
4ae706fb56 Accepting request 83351 from Publishing
- Remove redundant tags/sections from specfile (forwarded request 82838 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=26
2011-09-19 13:38:57 +00:00
OBS User autobuild
4bb71a8c41 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=22 2010-03-18 14:35:30 +00:00
OBS User unknown
cea9ea3c0a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=20 2009-07-23 15:20:55 +00:00
OBS User unknown
5aca290a0a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=19 2009-05-15 21:12:17 +00:00
OBS User unknown
827fd3637f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=18 2009-02-03 21:42:12 +00:00
OBS User unknown
efb08c7cae OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=17 2009-01-29 22:07:50 +00:00
OBS User unknown
5b6b9f16a8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=16 2009-01-08 13:50:47 +00:00
OBS User unknown
65bfa17823 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=15 2008-11-03 10:55:37 +00:00
OBS User unknown
e75e46354c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=14 2008-08-03 22:30:38 +00:00
OBS User unknown
3518d1d01d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=13 2008-07-24 21:39:25 +00:00
OBS User unknown
acd4d2f322 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=12 2008-07-08 13:59:08 +00:00
OBS User unknown
01f3781003 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=11 2008-06-23 00:22:22 +00:00
OBS User unknown
33fc4de78a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=10 2008-05-05 23:33:07 +00:00
OBS User unknown
1ebd68b208 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=9 2008-01-30 21:02:05 +00:00
OBS User unknown
76b0e72e63 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=8 2008-01-25 15:46:49 +00:00
OBS User unknown
39b1922971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/asciidoc?expand=0&rev=7 2008-01-24 19:16:27 +00:00