Todd Zullinger
b13d03746d
Update to Asciidoctor 2.0.14
...
Release notes:
https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.14
2021-04-19 14:26:24 -04:00
Todd Zullinger
01da4053ee
remove upstreamed erubi patch
...
The patch which added erubi template engine support was released 2.0.12.
Remove the stale patch file.
2021-04-19 14:24:31 -04:00
Todd Zullinger
614cb70e6d
Update to Asciidoctor 2.0.13
...
Release notes:
https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.13
2021-04-10 19:54:40 -04:00
Pavel Valena
00da97c840
Update to asciidoctor 2.0.12.
...
Resolves: rhbz#1893940
2021-01-28 04:04:03 +01:00
Pavel Valena
1f2c7cb1de
Do not run tests for any %{rhel} distros.
2021-01-28 04:00:37 +01:00
Fedora Release Engineering
3994ba328c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 15:39:19 +00:00
Vít Ondruch
4f30337ed5
Remove build time Erubis dependency.
2020-09-15 09:45:28 +02:00
Fedora Release Engineering
f4c2b9f8fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 06:08:02 +00:00
Fedora Release Engineering
bc090a2e45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 18:07:55 +00:00
Todd Zullinger
deb557b413
Update to Asciidoctor 2.0.10
...
The distributed gem file no longer contains the tests, so we now
download a tarball via the git tag. While adjusting Source0, update the
URL to point to the main asciidoc home page.
Release notes:
https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.10
2019-09-22 10:40:43 -04:00
Fedora Release Engineering
0652b980a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 19:00:26 +00:00
Todd Zullinger
5c9f250572
Add rpmlint config
...
Ignore warnings about spelling and the missing asciidoctor-safe manpage.
Upstream removed the asciidoctor-safe command in 6dfaaed8 ("remove
asciidoctor-safe binary", 2019-02-05).
2019-03-19 23:13:34 -04:00
Todd Zullinger
e40dad145d
Update to Asciidoctor 1.5.8
...
In addition to many enhancements, fixes, and improvements, this release
resolves a denial of service issue (CVE-2018-18385)¹.
The LICENSE file was renamed, a German translation of the README was
added, and concurrent-ruby replaced thread_safe.
Release notes:
https://github.com/asciidoctor/asciidoctor/releases/tag/v1.5.8
¹ https://github.com/asciidoctor/asciidoctor/issues/2888
2019-03-19 22:53:41 -04:00
Todd Zullinger
bbbd682424
Remove repository README.adoc
...
Pagure does not support asciidoc format. The result is a largely
unreadable pile of text.
2019-03-19 22:53:41 -04:00
Todd Zullinger
6717e68cbb
Simplify and improve git ignore rules
...
Using a pattern to match the source .gem files prevents fedpkg upload
from needlessly appending each new source file to .gitignore.
Also ignore *.rpm, logs from 'fedpkg local' builds, the 'fedpkg
mockbuild' results dir, and expanded source directories.
2019-03-19 13:26:55 -04:00
Todd Zullinger
78d8329fe9
Fix typos when skipping asciimath tests
...
s/avaiable/available/
2019-03-19 13:26:55 -04:00
Todd Zullinger
0737548057
Remove stale comments about missing test suite parts
...
Parts of the test suite were missing in the official 1.5.5 release.
This was addressed in 62c46b2
("Fix FTBFS.", 2017-06-05) and fixed
upstream in fd602b75 ("include entire test suite in gem (PR #1952 )",
2016-11-29). The 1.5.6 release included that fix, but the comment
remained after 46fa0bd
("Update to 1.5.6.1", 2017-08-24).
2019-03-19 12:03:12 -04:00
Fedora Release Engineering
6eee24f6b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 11:49:12 +00:00
Igor Gnatenko
d3a6d07131
Remove obsolete Group tag
...
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:46 +01:00
Zbigniew Jędrzejewski-Szmek
bf11e2146b
Use C.UTF-8 locale
2018-11-19 00:23:05 +01:00
Fedora Release Engineering
3766a32a95
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 03:53:46 +00:00
Vít Ondruch
10fa9bcac8
Enable entire test suite.
2018-05-24 07:32:13 +02:00
Fedora Release Engineering
53bc01f6bc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 13:33:47 +00:00
Fabio Alessandro Locati
46fa0bdeb9
Update to 1.5.6.1
2017-08-24 13:44:46 +02:00
Fedora Release Engineering
a8d2025c2a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-27 13:26:20 +00:00
Vít Ondruch
62c46b252b
Fix FTBFS.
2017-06-05 15:28:32 +02:00
Fedora Release Engineering
51935fc48f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 12:00:15 +00:00
Fabio Alessandro Locati
799834f208
Fix email
2017-01-09 20:11:50 +01:00
Fabio Alessandro Locati
963b494e9a
Update to 1.5.5
2016-10-27 23:50:55 +02:00
Fedora Release Engineering
90ffac9243
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-04 22:28:29 +00:00
Ken Dreyer
d6c93927cd
Update to Asciidoctor 1.5.4 (rhbz#1295758)
...
- Use %license macro
- Drop unnecessary "-p" flag to cp during %install ("-a" already
preserves timestamps)
2016-01-06 10:05:03 -07:00
Ken Dreyer
ff6e2a42c6
Update to Asciidoctor 1.5.3
...
Resolves: rhbz#1276851
Changelog:
- Update to Asciidoctor 1.5.3 (rhbz#1276851)
- Drop Fedora 19 and 20 macros (these distros are EOL)
2015-11-02 11:59:05 -07:00
Dennis Gilmore
aa1d22dca5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-06-18 22:45:48 +00:00
Dan Allen
15f7252312
cleanup .gitignore
2015-05-13 15:16:52 -06:00
Dan Allen
2740c8aefd
drop tests and test dependencies in EPEL build
2015-05-13 15:13:52 -06:00
Dan Allen
9cac499bb6
update README
...
- update version of Asciidoctor
- use modern AsciiDoc syntax
2015-05-11 15:28:56 -06:00
Ken Dreyer
ea9461a140
Update to Asciidoctor 1.5.2
2014-12-05 14:33:37 -07:00
Ken Dreyer
bb913a459f
Update to Asciidoctor 1.5.1
2014-09-19 07:48:18 -06:00
Ken Dreyer
79e247f5f1
correct 1.5.0 version number in changelog
2014-09-19 07:45:27 -06:00
Ken Dreyer
aa6ac2843b
Update to 1.5.0 final
...
Reported-by: Jonathan Bullock <jonbullock@gmail.com>
2014-09-09 10:09:20 -06:00
Ken Dreyer
ffc7e9fb9a
Add %{version} number to Provides: asciidoctor
2014-06-05 21:16:35 -06:00
Ken Dreyer
11883bf59c
Provide: asciidoctor
...
https://github.com/asciidoctor/rubygem-asciidoctor-rpm/issues/5
2014-06-05 21:02:08 -06:00
Ken Dreyer
5dbaa5a481
Update to Asciidoctor 0.1.5.preview.7
...
- Drop unused patch
2014-05-19 21:03:39 -06:00
Ken Dreyer
cbd79bbfe7
Update to Asciidoctor 0.1.5.preview.6
...
- Use HTTPS URLs
- Support Minitest 5
- Adjustments for https://fedoraproject.org/wiki/Changes/Ruby_2.1
- Mark CHANGELOG, LICENSE, READMEs as %doc
- Remove Rakefile in %prep
- Remove Requires: /usr/bin/env
2014-05-15 18:27:16 -06:00
Ken Dreyer
bfa997cc2a
add spacing to changelog
2014-05-15 17:18:01 -06:00
Vít Ondruch
eec8217490
Execute test suite using minitest 4.x.
2014-04-14 13:46:57 +02:00
Dan Allen
b042612fcd
add info about srpm in koji
2013-09-23 16:16:37 -06:00
Dan Allen
711459a7c2
remove srpm
2013-09-23 16:13:40 -06:00
Dan Allen
5551a14d24
update srpm from koji
2013-09-22 19:07:23 -06:00
Dan Allen
c05c0100aa
remove test for including content from a URI
2013-09-22 18:24:49 -06:00