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:
parent
5b3f063503
commit
22396f66e6
2
_service
2
_service
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user