diff --git a/_service b/_service
index b133297..13e4506 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
@PARENT_TAG@
git@github.com:openSUSE/suse-xsl.git
git
- 2.0.16
+ 2.0.17
*.tar
diff --git a/suse-xsl-stylesheets.changes b/suse-xsl-stylesheets.changes
index 5ad710d..ee3c5ca 100644
--- a/suse-xsl-stylesheets.changes
+++ b/suse-xsl-stylesheets.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Wed May 20 16:18:06 UTC 2020 - Stefan Knorr
+
+- 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
diff --git a/suse-xsl-stylesheets.spec b/suse-xsl-stylesheets.spec
index 009b1c7..115efa4 100644
--- a/suse-xsl-stylesheets.spec
+++ b/suse-xsl-stylesheets.spec
@@ -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