Stable release of the SUSE XSL stylesheets 2.0.17

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/suse-xsl-stylesheets?expand=0&rev=129
This commit is contained in:
Stefan Knorr 2020-05-20 16:28:06 +00:00 committed by Git OBS Bridge
parent 5b3f063503
commit 22396f66e6
3 changed files with 19 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">git@github.com:openSUSE/suse-xsl.git</param>
<param name="scm">git</param>
<param name="revision">2.0.16</param>
<param name="revision">2.0.17</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 20 16:18:06 UTC 2020 - Stefan Knorr <sknorr@suse.com>
- Stable release of the SUSE XSL stylesheets 2.0.17:
https://github.com/openSUSE/suse-xsl/releases/tag/2.0.17
- HTML:
- Fix recursion issue that broke builds of certain long
documents because we evaluated far too much content for
teaser texts
- Get fonts CSS via HTTPS by default
- Other:
- Fix release version insertion in Makefile
-------------------------------------------------------------------
Thu May 14 20:38:52 UTC 2020 - Stefan Knorr <sknorr@suse.com>

View File

@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
Version: 2.0.16
Version: 2.0.17
Release: 0
%define reponame suse-xsl
@ -112,7 +112,8 @@ stylesheets are based on the original DocBook XSLT 1.0 stylesheets.
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
# create symlinks:
%fdupes -s %{buildroot}/%{_datadir}
# (intentionally no slash between the variables -- %{_datadir} has a leading slash already.)
%fdupes -s %{buildroot}%{_datadir}
%post