Hello community,
here is the log from the commit of package docbook-xsl-stylesheets for
openSUSE:Factory checked in at 2016-01-08 15:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docbook-xsl-stylesheets (Old)
and /work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "docbook-xsl-stylesheets"
Changes:
--------
---
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-stylesheets.changes
2015-05-02 21:28:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-stylesheets.changes
2016-01-08 15:39:42.000000000 +0100
@@ -1,0 +2,16 @@
+Mon Dec 21 09:44:33 UTC 2015 - [email protected]
+
+- Update download urls
+
+-------------------------------------------------------------------
+Sat Dec 12 18:35:36 UTC 2015 - [email protected]
+
+- Update to version 1.79.0, see
+ http://snapshots.docbook.org/xsl/RELEASE-NOTES.html#V1.79.0
+ for details (Mostly bugfix release)
+- Remove obsolete patches
+ * docbook-xsl-stylesheets-epub3-base.dir.patch
+ * docbook-xsl-stylesheets-manpages-other-r9847.patch
+- Perform a spec-cleaner on the spec file
+
+-------------------------------------------------------------------
Old:
----
docbook-xsl-1.78.1.tar.bz2
docbook-xsl-doc-1.78.1.tar.bz2
docbook-xsl-stylesheets-epub3-base.dir.patch
docbook-xsl-stylesheets-manpages-other-r9847.patch
New:
----
docbook-xsl-1.79.0.tar.bz2
docbook-xsl-doc-1.79.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ docbook-xsl-stylesheets.spec ++++++
--- /var/tmp/diff_new_pack.BWzXlt/_old 2016-01-08 15:39:43.000000000 +0100
+++ /var/tmp/diff_new_pack.BWzXlt/_new 2016-01-08 15:39:43.000000000 +0100
@@ -16,45 +16,36 @@
#
-%define realversion 1.78.1
-
+%define realversion %{version}
%define dbstyle_dir %{_datadir}/xml/docbook/stylesheet/nwalsh
%define dbstyle_catalog %{name}.xml
%define suse_catalog %{_sysconfdir}/xml/suse-catalog.xml
%define xmlcatalog %{_bindir}/xmlcatalog
%define dbstyle_catalog_entry for-catalog-%{name}-%{realversion}.xml
-
Name: docbook-xsl-stylesheets
+Version: 1.79.0
+Release: 0
Summary: XSL Stylesheets for DocBook 4
License: MPL-1.1 and MIT
Group: Productivity/Publishing/DocBook
+Url: http://sourceforge.net/projects/docbook/
+Source0:
http://sourceforge.net/projects/docbook/files/docbook-xsl/%{version}/docbook-xsl-%{realversion}.tar.bz2
+Source1:
http://sourceforge.net/projects/docbook/files/docbook-xsl-doc/%{version}/docbook-xsl-doc-%{realversion}.tar.bz2
+Source10: dbxslt-install.sh
+## PATCH-FIX-OPENSUSE docbook-xsl-stylesheets-dbtoepub.patch Fixed dirname
+Patch0: %{name}-dbtoepub.patch
BuildRequires: fdupes
BuildRequires: sgml-skel
BuildRequires: unzip
-# BuildRequires: dos2unix
-BuildArch: noarch
Requires: docbook_4
Requires: xmlcharent
-PreReq: sgml-skel %{_bindir}/xmlcatalog
-Version: 1.78.1+svn9743
-Release: 0
-Source0:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-%{realversion}.tar.bz2
-Source1:
http://switch.dl.sourceforge.net/sourceforge/docbook/docbook-xsl-doc-%{realversion}.tar.bz2
-Source10: dbxslt-install.sh
-
-## PATCH-FIX-OPENSUSE docbook-xsl-stylesheets-dbtoepub.patch Fixed dirname
-Patch0: %{name}-dbtoepub.patch
-
-## PATCH-FIX-OPENSUSE docbook-xsl-stylesheets-epub3-base.dir-r9742.patch Fix
for base.dir parameter
-Patch10: %{name}-epub3-base.dir.patch
-
-## PATCH-FIX-OPENSUSE docbook-xsl-stylesheets-manpages-other-r9847.patch Fixed
upstream bug #1313
-Patch11: %{name}-manpages-other-r9847.patch
-
+Requires(pre): %{_bindir}/xmlcatalog
+Requires(pre): sgml-skel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Url: http://sourceforge.net/projects/docbook/
-
+# BuildRequires: dos2unix
+BuildArch: noarch
#--------------------------------------------------------------------------
+
%description
These are the XSL stylesheets for DocBook XML and "Simplified" DocBook
DTDs. Use these stylesheets for documents based on DocBook 4 and
@@ -67,8 +58,8 @@
rendering. For more information about XSL, see the XSL page at the W3C:
http://www.w3.org/Style/XSL/
-
# Package
+
%package scripts
# License: MPL-1.1 and MIT
Summary: Script to create Indices for FOP
@@ -87,16 +78,12 @@
This package may be obsolete in the future.
-#--------------------------------------------------------------------------
%prep
%setup -q -n docbook-xsl-%{realversion} -b1
%patch0 -p1
-%patch10 -p0
-%patch11 -p0
-cp %{S:10} .
+cp %{SOURCE10} .
-#--------------------------------------------------------------------------
%build
#
#
@@ -105,13 +92,10 @@
# Fix wrong end-of-line encoding
sed -i 's/\r//' params/*
-
-#
find -type f -exec chmod 644 {} \;
find -type d -exec chmod 755 {} \;
chmod 755 extensions/xslt.py
-#--------------------------------------------------------------------------
%install
sh ./dbxslt-install.sh --package-version="%{realversion}"
--buildroot=%{buildroot}
@@ -121,18 +105,19 @@
# create current link
# but not for snapshots
#
-if ! echo %{S:0} | grep -q snapshot; then
+if ! echo %{SOURCE0} | grep -q snapshot; then
pushd %{buildroot}%{dbstyle_dir} >/dev/null
ln -sf %{realversion} current
popd >/dev/null
fi
# the docs come last
-%__tar c -C doc . | (cd %{buildroot}%{_defaultdocdir}/%{name}/html; %__tar xp);
+tar c -C doc . | (cd %{buildroot}%{_defaultdocdir}/%{name}/html; tar xp);
%fdupes -s %{buildroot}
#--------------------------------------------------------------------------
+
%post
#
# XML Catalog entries
@@ -151,6 +136,7 @@
exit 0
#--------------------------------------------------------------------------
+
%postun
#
# delete catalog entry
@@ -164,6 +150,7 @@
exit 0
#--------------------------------------------------------------------------
+
%files
%defattr(-, root, root)
%config %{_sysconfdir}/xml/*.xml
++++++ docbook-xsl-1.78.1.tar.bz2 -> docbook-xsl-1.79.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/docbook-xsl-stylesheets/docbook-xsl-1.78.1.tar.bz2
/work/SRC/openSUSE:Factory/.docbook-xsl-stylesheets.new/docbook-xsl-1.79.0.tar.bz2
differ: char 11, line 1
++++++ docbook-xsl-doc-1.78.1.tar.bz2 -> docbook-xsl-doc-1.79.0.tar.bz2 ++++++
++++ 22908 lines of diff (skipped)