Hello community,
here is the log from the commit of package suse-xsl-stylesheets for
openSUSE:Factory checked in at 2014-01-14 21:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2013-09-25 14:39:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.suse-xsl-stylesheets.new/suse-xsl-stylesheets.changes
2014-01-14 21:52:04.000000000 +0100
@@ -1,0 +2,77 @@
+Tue Jan 14 13:28:22 UTC 2014 - [email protected]
+
+Version 2.0~beta2:
+
+- Stylesheets 2013:
+ * Improvements for monospace handling in HTML and FO
+ * FO: use sans-serif font for formalpara titles
+ * FO: fixed ambigious template matches
+ * HTML: Improvements for print output
+ * Bugfixes:
+ o ticket #210: PDF Output of Articles: Publication Date Missing
+
+- Stylesheets 2005:
+ * fixed an issue that caused a recursion when building HTML
+
+- Nocdoc
+ * New elements:
+ o blockquote — A quotation set off from the main text
+ o email
+ o highlights — A summary of the main points of the discussed component
+ o literallayout — A block of text in which line breaks and white
+ space are to be reproduced faithfully
+ o uri — A Uniform Resource Identifier
+ * Changed Content Models
+ o article:
+ allow optional titleabbrev (useful for TOCs)
+ allow abstract or highlights after article "header"
+ allow optional simplelist after article header
+ o entry:
+ allow optional literallayout
+ o textobject
+ Added #PCDATA (normal text) in addition to phrase
+ o refmeta
+ added zero or more refmiscinfo
+ o refnamediv
+ Added uri
+ o prompt, systemitem, varname
+ allow replaceable
+ * Changed List of Attributes
+ o Mostly non-intrusive and optional role and remap attributes
+
+-------------------------------------------------------------------
+Fri Dec 6 20:03:53 UTC 2013 - [email protected]
+
+Version 2.0~beta1:
+- Switch to the new layout as the default layout (release is
+ synchronized with the DAPS 2.0~beta1 release)
+ * new layout (default): suse/xslt2013
+ old layout: suse/xslt2005
+ * major improvements for FO stylesheets, among them
+ - fixed hyphenation of verbatim areas in FOP output
+ - fixed spacing of paragraphs in calloutlists
+ - better separator for guimenu elements in menuchoice elements
+ - make sure section elements appear in table of contents
+ - create titlepage for article elements
+ * several improvements for HTML:
+ - now uses fonts hosted on static.opensuse.org
+ - draft mode gets a button for reporting bugs
+ (opens a pre-filled bug entry containing the headline and ID
+ of the part in the document on bugzilla.novell.com)
+ - adjustments for Chrome and mobile devices
+ - create valid XHTML 1.0 output in Qandasets
+
+- Bugfixes:
+ * ticket#151: Detect DocBook XSL Stylesheet Version in daps
+ * ticket#163: JSP Stylesheets fail with saxon6
+ * ticket #176 (Add DAPS "Advertisement")
+ * ticket #184 (xref pointing to an element that contains a URL)
+ * ticket#190: HTML: Hyphenation of Product Names
+ * ticket#196: EPUB does not build with saxon
+
+- novdoc:
+ - new attribute role="user|root" for screens
+ - disallow <productname> inside para
+ - first draft of a DocBook5 compatible novdoc schema
+
+-------------------------------------------------------------------
Old:
----
suse-xsl-stylesheets-1.9.22.tar.bz2
New:
----
suse-xsl-stylesheets-2.0~beta2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ suse-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.wgpKJg/_old 2014-01-14 21:52:05.000000000 +0100
+++ /var/tmp/diff_new_pack.wgpKJg/_new 2014-01-14 21:52:05.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package suse-xsl-stylesheets
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: suse-xsl-stylesheets
-Version: 1.9.22
+Version: 2.0~beta2
Release: 0
###############################################################
@@ -44,7 +44,7 @@
License: GPL-2.0 or GPL-3.0
Group: Productivity/Publishing/XML
Url: http://sourceforge.net/p/daps/suse-xslt
-Source0:
http://downloads.sourceforge.net/project/daps/suse-xsl-stylesheets/%{name}-%{version}.tar.bz2
+Source0: %{name}-%{version}.tar.bz2
Source1: susexsl-fetch-source
Source2: %{name}.rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -136,7 +136,7 @@
%setup -q -n %{name}
#
# Patch the VERSION.xsl file to hold the current version
-sed -i "s%<fm:Version>.*</fm:Version>%<fm:Version>%{version}</fm:Version>%"
xslt_suse2/VERSION.xsl
+sed -i "s%<fm:Version>.*</fm:Version>%<fm:Version>%{version}</fm:Version>%"
xslt2013/VERSION.xsl
#--------------------------------------------------------------------------
%build
@@ -209,7 +209,7 @@
# Directories
%dir %{_datadir}/xml/docbook/stylesheet/suse
-%dir %{_datadir}/xml/docbook/stylesheet/suse_beta
+%dir %{_datadir}/xml/docbook/stylesheet/suse2013
%dir %{_datadir}/xml/%{dtdname}
%dir %{_datadir}/xml/%{dtdname}/schema
@@ -220,7 +220,7 @@
# stylesheets
%{_datadir}/xml/docbook/stylesheet/suse/*
-%{_datadir}/xml/docbook/stylesheet/suse_beta
+%{_datadir}/xml/docbook/stylesheet/suse2013/*
# NovDoc Schemas
%{_datadir}/xml/%{dtdname}/schema/dtd/%{dtdversion}/*
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]