Hello community,
here is the log from the commit of package suse-xsl-stylesheets for
openSUSE:Factory checked in at 2020-05-16 22:25:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets"
Sat May 16 22:25:02 2020 rev:47 rq:805691 version:2.0.16
Changes:
--------
---
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2019-11-28 10:12:50.163636386 +0100
+++
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new.2738/suse-xsl-stylesheets.changes
2020-05-16 22:25:12.217133889 +0200
@@ -1,0 +2,40 @@
+Thu May 14 20:38:52 UTC 2020 - Stefan Knorr <[email protected]>
+
+- Stable release of the SUSE XSL stylesheets 2.0.16:
+ https://github.com/openSUSE/suse-xsl/releases/tag/2.0.16
+
+- General:
+ - Use consistent label for `question`s in `qandaentry`s
+ (bsc#1162324)
+
+- HTML:
+ - Allow copying content of screens to the clipboard
+ - Support for issue templates in report-bug links
+ - Share buttons: Use LinkedIn instead of Google+, use oldschool
+ "mailto:" link instead of e-mail form on suse.com
+ - Fix issues where we got duplicate section/chapter IDs in HTML
+ output (#269)
+ - Add permalinks to more output elements (such as chapters)
+ - Add og:... tags to HTML pages, for improved social sharing
+ - Allow including external JS with new parameters external.js
+ (always include) and external.js.onlineonly (only include when
+ on non-"file:" URL)
+ - Stop relying on negative margins in CSS that were causing
+ overlaid elements and other ugly experience issue
+ - Fix closing behavior of mobile menu
+ - Minor CSS improvements
+ - Update SUSE footer link URLs
+ - Open clicked images in new tab/window by default
+ - Stop adding "Abstract" titles over abstracts
+
+- PDF:
+ - Fix layout regressions that occurred after libxml bug fixes:
+ admon titles, book titles, imprint text (#369)
+ - Change imprint address to SUSE LLC Provo
+
+- Other:
+ - Repo cleanup
+ - Makefile simplifications
+ - Set up .gitattributes for packaging
+
+-------------------------------------------------------------------
Old:
----
suse-xsl-stylesheets-2.0.15.tar.bz2
susexsl-fetch-source-git
New:
----
_service
suse-xsl-2.0.16.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.6ck5C7/_old 2020-05-16 22:25:13.385136286 +0200
+++ /var/tmp/diff_new_pack.6ck5C7/_new 2020-05-16 22:25:13.389136295 +0200
@@ -17,23 +17,10 @@
Name: suse-xsl-stylesheets
-Version: 2.0.15
+Version: 2.0.16
Release: 0
-###############################################################
-#
-# IMPORTANT:
-# Only edit this file directly in the Git repo:
-# https://github.com/openSUSE/daps, branch develop,
-# packaging/suse-xsl-stylesheets.spec
-#
-# Your changes will be lost on the next update.
-# If you do not have access to the Git repository, notify
-# <[email protected]> and <[email protected]>
-# or send a patch.
-#
-################################################################
-
+%define reponame suse-xsl
%define susexsl_catalog catalog-for-%{name}.xml
%define db_xml_dir %{_datadir}/xml/docbook
%define suse_styles_dir %{db_xml_dir}/stylesheet
@@ -42,8 +29,7 @@
License: GPL-2.0 or GPL-3.0
Group: Productivity/Publishing/XML
Url: https://github.com/openSUSE/suse-xsl
-Source0: %{name}-%{version}.tar.bz2
-Source1: susexsl-fetch-source-git
+Source0: %{reponame}-%{version}.tar.bz2
Source2: %{name}.rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -54,10 +40,6 @@
BuildRequires: libxml2-tools
BuildRequires: libxslt
BuildRequires: make
-# Only needed to fix the "have choice" error between xerces-j2 and crimson
-%if 0%{?suse_version} == 1210
-BuildRequires: xerces-j2
-%endif
BuildRequires: fontpackages-devel
BuildRequires: trang
@@ -73,9 +55,7 @@
Requires(postun): sgml-skel >= 0.7
-#------
-# Fonts
-#------
+# FONTS
# Western fallback: currently necessary for building with XEP, it seems.
Requires: ghostscript-fonts-std
@@ -97,7 +77,7 @@
# Chinese:
Requires: wqy-microhei-fonts
-# FONTS USED IN "suse2013" STYLESHEETS
+# FONTS USED IN "suse2013"/"opensuse2013"/"daps2013/"suse2020" STYLESHEETS
# Western fonts:
Requires: google-opensans-fonts
Requires: sil-charis-fonts
@@ -119,17 +99,14 @@
to create the HTML, PDF, and EPUB versions of SUSE documentation. These
stylesheets are based on the original DocBook XSLT 1.0 stylesheets.
-#--------------------------------------------------------------------------
%prep
-%setup -q -n %{name}-%{version}
+%setup -q -n %{reponame}-%{version}
-#--------------------------------------------------------------------------
%build
%__make %{?_smp_mflags}
-#--------------------------------------------------------------------------
%install
make install DESTDIR=%{buildroot} LIBDIR=%{_libdir}
@@ -137,20 +114,20 @@
# create symlinks:
%fdupes -s %{buildroot}/%{_datadir}
-#----------------------
+
%post
# XML Catalogs
#
# remove old existing entries first - needed for
-# zypper in, since it does not call postun
-# delete ...
+# zypper in, since it does not call postun.
+# delete ...
if [ "2" = "$1" ]; then
edit-xml-catalog --group --catalog %{_sysconfdir}/xml/suse-catalog.xml \
--del %{name} || true
fi
-# ... and (re)add new catalogs
+# ... and (re)insert new catalogs
update-xml-catalog
%reconfigure_fonts_post
@@ -170,17 +147,14 @@
exit 0
-#----------------------
-
%posttrans
%reconfigure_fonts_posttrans
-#----------------------
%files
%defattr(-,root,root)
-# Directories
+# directories
%dir %{suse_styles_dir}
%dir %{suse_styles_dir}/suse
%dir %{suse_styles_dir}/suse-ns
@@ -190,6 +164,8 @@
%dir %{suse_styles_dir}/daps2013-ns
%dir %{suse_styles_dir}/opensuse2013
%dir %{suse_styles_dir}/opensuse2013-ns
+#%dir %{suse_styles_dir}/suse2020
+#%dir %{suse_styles_dir}/suse2020-ns
%dir %{_ttfontsdir}
@@ -204,16 +180,17 @@
%{suse_styles_dir}/daps2013-ns/*
%{suse_styles_dir}/opensuse2013/*
%{suse_styles_dir}/opensuse2013-ns/*
+#%{suse_styles_dir}/suse2020/*
+#%{suse_styles_dir}/suse2020-ns/*
-# Catalogs
+# catalogs
%config %{_sysconfdir}/xml/catalog.d/%{name}.xml
-# Fonts
+# fonts
%{_ttfontsdir}/*
-# Documentation
+# documentation
%doc %{_defaultdocdir}/%{name}/*
-#----------------------
%changelog
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<!-- Switcheroo below two lines before properly releasing! -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">[email protected]:openSUSE/suse-xsl.git</param>
<param name="scm">git</param>
<param name="revision">2.0.16</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">bz2</param>
</service>
<service name="set_version" mode="disabled"/>
</services>
++++++ suse-xsl-stylesheets-2.0.15.tar.bz2 -> suse-xsl-2.0.16.tar.bz2 ++++++
++++ 39337 lines of diff (skipped)