Accepting request 809647 from Documentation:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/809647 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-xsl-stylesheets?expand=0&rev=48
This commit is contained in:
commit
ca271758b5
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b719b46d33264f89581d45ff9770937ef6f9352e7f4c09444eee624c74954250
|
||||
size 1624073
|
3
suse-xsl-2.0.17.tar.bz2
Normal file
3
suse-xsl-2.0.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93401c21d1cffa6367071e1620a5503aced947ad13f11059869717f391d1563f
|
||||
size 1624516
|
@ -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