Hello community,

here is the log from the commit of package docbook-xsl for openSUSE:Factory 
checked in at 2018-04-05 15:28:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docbook-xsl (Old)
 and      /work/SRC/openSUSE:Factory/.docbook-xsl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docbook-xsl"

Thu Apr  5 15:28:05 2018 rev:2 rq:593155 version:1.79.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/docbook-xsl/docbook-xsl.changes  2017-12-05 
01:28:26.877200628 +0100
+++ /work/SRC/openSUSE:Factory/.docbook-xsl.new/docbook-xsl.changes     
2018-04-05 15:28:10.707664650 +0200
@@ -1,0 +2,9 @@
+Wed Mar 28 14:52:19 UTC 2018 - thomas.schrai...@suse.com
+
+- Spec file:
+  Missing 'g' in sed replacements of @VERSION@ of catalog files.
+  This is needed to avoid the string "@VERSION@" in our installed
+  catalog files. This leads to catalog resolution errors. 
+- Applied spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ docbook-xsl.spec ++++++
--- /var/tmp/diff_new_pack.tsy3NE/_old  2018-04-05 15:28:11.851623301 +0200
+++ /var/tmp/diff_new_pack.tsy3NE/_new  2018-04-05 15:28:11.855623157 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook-xsl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 Summary:        XSL Stylesheets for DocBook
 License:        MPL-1.1 AND MIT
 Group:          Productivity/Publishing/DocBook
-URL:            https://github.com/docbook/xslt10-stylesheets
+Url:            https://github.com/docbook/xslt10-stylesheets
 Source0:        
https://github.com/docbook/xslt10-stylesheets/releases/download/release%%2F%{version}/docbook-xsl-%{version}.tar.bz2
 Source1:        
https://github.com/docbook/xslt10-stylesheets/releases/download/release%%2F%{version}/docbook-xsl-doc-%{version}.tar.bz2
 Source2:        %{db4style_catalog}
@@ -114,12 +114,10 @@
 Requires:       ImageMagick
 Requires:       perl
 
-
 %description   pdf2index
 
 Contains the script pdf2index which creates indices for FOP.
 
-
 %prep
 # %%setup -q -n docbook-xsl-%%{realversion} -b1
 %setup -q -c -T -n docbook-xsl
@@ -134,8 +132,8 @@
 # Replace version in XML catalog files
 db4=$(basename %{SOURCE2})
 db5=$(basename %{SOURCE3})
-sed --in-place 's/@VERSION@/%{realversion}/' $db4
-sed --in-place 's/@VERSION@/%{realversion}/' $db5
+sed --in-place 's/@VERSION@/%{realversion}/g' $db4
+sed --in-place 's/@VERSION@/%{realversion}/g' $db5
 
 # Unpack stylesheet and doc sources into the correct directory:
 tar xf %{SOURCE0} -C docbook-xsl-%{realversion}-ns --strip-components 1
@@ -153,7 +151,6 @@
        extensions/build.xml epub/bin
 )
 
-
 %build
 pushd docbook-xsl-%{realversion}-ns
 
@@ -174,10 +171,9 @@
 # Create the non-NS variant from the NS original source:
 ./xslnons-build docbook-xsl-%{realversion}-ns docbook-xsl-%{realversion}-nons
 
-
 %install
 mkdir -p %{buildroot}%{_sysconfdir}/xml/catalog.d \
-         %{buildroot}%rb_libdir/
+         %{buildroot}%{rb_libdir}/
 
 ./dbxslt-install.sh --debug --buildroot=%{buildroot} \
             --package-version=%{realversion} \
@@ -195,7 +191,6 @@
 
 %fdupes -s %{buildroot}
 
-
 %post   -n %{db4package}
 update-xml-catalog
 

++++++ dbxslt-install.sh ++++++
--- /var/tmp/diff_new_pack.tsy3NE/_old  2018-04-05 15:28:11.891621855 +0200
+++ /var/tmp/diff_new_pack.tsy3NE/_new  2018-04-05 15:28:11.891621855 +0200
@@ -3,7 +3,7 @@
 # Installs the DocBook XSL Stylesheets on openSUSE systems
 #
 # Author: Thomas Schraitle
-# Copyright 2016-2017 t...@opensuse.org
+# Copyright 2016-2018 t...@opensuse.org
 #
 
 # set -x


Reply via email to