From 097d953bb597809dda9c43b340b74154e044470d9099bea389c4d74576276118 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 7 Jul 2017 09:16:59 +0000 Subject: [PATCH 1/2] 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 --- asciidoc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/asciidoc.spec b/asciidoc.spec index db44f5f..ac83121 100644 --- a/asciidoc.spec +++ b/asciidoc.spec @@ -1,7 +1,7 @@ # # spec file for package asciidoc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,7 +62,7 @@ install -m 0755 filters/*/*.py %{buildroot}%{_sysconfdir}/asciidoc/filters/ install -m 0755 -D asciidoc.py %{buildroot}%{_bindir}/asciidoc install -m 0755 -D a2x.py %{buildroot}%{_bindir}/a2x install -m 0644 doc/*.1 %{buildroot}%{_mandir}/man1/ -for i in images stylesheets javascripts docbook-xsl dblatex; do +for i in images stylesheets javascripts docbook-xsl dblatex themes; do cp -av $i %{buildroot}%{_datadir}/asciidoc/ ln -s ../../%{_datadir}/asciidoc/$i %{buildroot}%{_sysconfdir}/asciidoc done From 3a3b98504c3fb4f08e3ecbf9dcf7fac49ca9bb61ceea1afba333c085c5d9dd93 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 7 Jul 2017 11:06:19 +0000 Subject: [PATCH 2/2] 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 --- asciidoc.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/asciidoc.changes b/asciidoc.changes index 77fddd9..9f603bc 100644 --- a/asciidoc.changes +++ b/asciidoc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 7 09:59:32 UTC 2017 - matthias.gerstner@suse.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 1 14:17:15 UTC 2016 - olaf@aepfle.de