Hello community,
here is the log from the commit of package suse-xsl-stylesheets for
openSUSE:Factory checked in at 2016-05-05 13:17:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suse-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-xsl-stylesheets"
Changes:
--------
---
/work/SRC/openSUSE:Factory/suse-xsl-stylesheets/suse-xsl-stylesheets.changes
2015-12-17 15:51:52.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
2016-05-05 13:17:56.000000000 +0200
@@ -1,0 +2,56 @@
+Fri Apr 22 11:39:19 UTC 2016 - [email protected]
+
+Stable release DAPS 2.0.5:
+
+Find issues in our GitHub tracker at
+https://github.com/openSUSE/suse-xsl/issues/NUMBER
+
+* Schema
+ - Add flat SUSEDoc schema for RNC and RNG
+ - Fix NovDoc/DB4 incompatibility: Phrase is only allowed in
+ productname, but not in productnumber
+
+* Spelling
+ - Fix trailing whitespace
+
+* Stylesheets (PDF)
+ - Added missing procedure, itemizedlist, and orderedlist for
+ intra.title.markup mode (suse-xsl #162, ec0cb3d6)
+ - Fix Ulink/Link template for DB 5
+ - Specifically check for @role='abbrev'
+ - Fix for vertical spaces on nested lists (#221)
+ - Question and answers
+ - Make an answer closer to a question
+ - Make consistent use of sans-stack for questions
+ - Use all paras in question consistently
+ - Italic for question label and first para (#200)
+ - Clean up web links
+ - Specifically check for @role='abbrev'
+ - Fix Ulink/Link template for DB 5
+
+* Stylesheets (XHTML)
+ - Add GitHub URL in titlepage of book and article (suse-xsl #35)
+ - Fix functionality of "dm:version"
+ - xref handling
+ - Improve xref and is.xref.in.samebook template
+ - Fix xref resolution when $rootid is empty
+ - Implement vcs.url to fix, remove add.github.url and
+ bibliosource (suse-xsl #35)
+ - add actual book title to HTML pages again (suse-xsl #208)
+ - Fix formatting for intraxref (provides final fix suse-xsl #162)
+
+* Stylesheets (EPUB)
+ - Build EPUBs by default without comments
+
+* Common Stylesheet Changes
+ - allow intra xref linking for tables, figures, admons (suse-xsl #155)
+ - Added missing procedure, itemizedlist, and orderedlist for
+ intra.title.markup mode (suse-xsl #162)
+
+* Packaging
+ - Update Requires/Recommends (also fixes suse-xsl #220)
+ - suse_beta => suse2013
+ - Improve package description in Spec file
+
+
+-------------------------------------------------------------------
Old:
----
suse-xsl-stylesheets-2.0.4.tar.bz2
New:
----
suse-xsl-stylesheets-2.0.5.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.rvHqHn/_old 2016-05-05 13:17:58.000000000 +0200
+++ /var/tmp/diff_new_pack.rvHqHn/_new 2016-05-05 13:17:58.000000000 +0200
@@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
-Version: 2.0.4
+Version: 2.0.5
Release: 0
###############################################################
@@ -46,7 +46,7 @@
%define suse_schema_dir %{suse_xml_dir}/schema
%define suse_styles_dir %{db_xml_dir}/stylesheet
-Summary: SUSE-branded Docbook stylesheets for XSLT 1.0
+Summary: SUSE-Branded Stylesheets for DocBook
License: GPL-2.0 or GPL-3.0
Group: Productivity/Publishing/XML
Url: http://sourceforge.net/p/daps/suse-xslt
@@ -59,7 +59,9 @@
BuildRequires: aspell
BuildRequires: aspell-en
BuildRequires: docbook-xsl-stylesheets >= 1.77
+BuildRequires: docbook5-xsl-stylesheets >= 1.77
BuildRequires: fdupes
+BuildRequires: libxml2-tools
BuildRequires: libxslt
BuildRequires: make
# Only needed to fix the "have choice" error between xerces-j2 and crimson
@@ -69,13 +71,14 @@
BuildRequires: fontpackages-devel
BuildRequires: trang
-Requires: docbook-xsl-stylesheets >= 1.77
Requires: docbook_4
+Requires: docbook_5
+Requires: docbook-xsl-stylesheets >= 1.77
+Requires: docbook5-xsl-stylesheets >= 1.77
+
Requires: libxslt
Recommends: daps
-Recommends: docbook_5
-Recommends: docbook5-xsl-stylesheets
#------
# Fonts
@@ -107,7 +110,7 @@
Recommends: ttf-founder-simplified
%endif
-# FONTS USED IN suse_beta STYLESHEETS
+# FONTS USED IN suse2013 STYLESHEETS
# A rather simplistic solution which roughly means that you need M17N:fonts to
# build the new stylesheets on older OS's.
%if 0%{?suse_version} >= 1220
@@ -131,15 +134,15 @@
# Arabic:
Recommends: arabic-amiri-fonts
-Obsoletes: susedoc <= 4.3.33
-Provides: susedoc = 4.3.34
%description
-SUSE-branded DocBook stylesheets for XSLT 1.0
-
-Extensions for the DocBook XSLT 1.0 stylesheets that provide SUSE branding
-for PDF, HTML, and ePUB. This package also provides the NovDoc DTD, a subset of
-the DocBook 4 DTD and SUSEdoc, a subset of the DocBook 5 schema.
+These are SUSE-branded XSLT 1.0 stylesheets for DocBook 4 and 5 that are be
used
+to create the HTML, PDF, and EPUB versions of SUSE documentation. These
+stylesheets are based on the original DocBook XSLT 1.0 stylesheets.
+
+This package also provides descriptions of two XML formats which authors can
+use: The NovDoc DTD, a subset of the DocBook 4 DTD and the SUSEdoc schema, a
+subset of the DocBook 5 schema.
#--------------------------------------------------------------------------
%prep
++++++ suse-xsl-stylesheets-2.0.4.tar.bz2 -> suse-xsl-stylesheets-2.0.5.tar.bz2
++++++
++++ 48163 lines of diff (skipped)