Hello community,

here is the log from the commit of package yast2-slide-show for 
openSUSE:Factory checked in at 2016-04-06 11:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-slide-show (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-slide-show.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-slide-show"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-slide-show/yast2-slide-show.changes        
2015-11-08 11:27:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-slide-show.new/yast2-slide-show.changes   
2016-04-06 11:52:19.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 14:29:45 CEST 2016 - [email protected]
+
+- 3.1.23
+- Ensure SLED stylesheet is updated (bsc#973609).
+
+-------------------------------------------------------------------

Old:
----
  yast2-slide-show-3.1.22.tar.bz2

New:
----
  yast2-slide-show-3.1.23.tar.bz2

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

Other differences:
------------------
++++++ yast2-slide-show.spec ++++++
--- /var/tmp/diff_new_pack.uXVAQq/_old  2016-04-06 11:52:20.000000000 +0200
+++ /var/tmp/diff_new_pack.uXVAQq/_new  2016-04-06 11:52:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-slide-show
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-slide-show
-Version:        3.1.22
+Version:        3.1.23
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-slide-show-3.1.22.tar.bz2 -> yast2-slide-show-3.1.23.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.22/SLED/slideshow.xml 
new/yast2-slide-show-3.1.23/SLED/slideshow.xml
--- old/yast2-slide-show-3.1.22/SLED/slideshow.xml      2015-11-06 
10:51:25.000000000 +0100
+++ new/yast2-slide-show-3.1.23/SLED/slideshow.xml      2016-04-04 
09:53:15.000000000 +0200
@@ -123,7 +123,7 @@
    </listitem>
    <listitem>
     <para>
-     Basis for OpenStack-based SUSEĀ® Cloud
+     Basis for SUSE OpenStack Cloud
     </para>
    </listitem>
     </itemizedlist>
@@ -356,7 +356,7 @@
    </listitem>
    <listitem>
     <para>
-     SUSE Cloud
+     SUSE OpenStack Cloud
     </para>
    </listitem>
    <listitem>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.22/SLED/slideshow.xsl 
new/yast2-slide-show-3.1.23/SLED/slideshow.xsl
--- old/yast2-slide-show-3.1.22/SLED/slideshow.xsl      2015-11-06 
10:51:25.000000000 +0100
+++ new/yast2-slide-show-3.1.23/SLED/slideshow.xsl      2016-04-04 
09:53:15.000000000 +0200
@@ -63,15 +63,28 @@
 </xsl:template>
 
 <xsl:template match="section/section/title">
-    <h2>
-     <xsl:apply-templates />
-    </h2>
+ <h2>
+  <xsl:apply-templates />
+ </h2>
 </xsl:template>
 
 <xsl:template match="para">
-    <p>
-      <xsl:apply-templates />
-    </p>
+ <p>
+  <xsl:apply-templates />
+ </p>
+</xsl:template>
+
+<xsl:template match="itemizedlist">
+ <ul><xsl:apply-templates /></ul>
+</xsl:template>
+<xsl:template match="orderedlist">
+ <ol><xsl:apply-templates /></ol>
+</xsl:template>
+<xsl:template match="listitem">
+ <li><xsl:apply-templates /></li>
+</xsl:template>
+<xsl:template match="emphasis">
+ <em><xsl:apply-templates /></em>
 </xsl:template>
 
 </xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-slide-show-3.1.22/SuSELinux/slideshow.xsl 
new/yast2-slide-show-3.1.23/SuSELinux/slideshow.xsl
--- old/yast2-slide-show-3.1.22/SuSELinux/slideshow.xsl 2015-11-06 
10:51:25.000000000 +0100
+++ new/yast2-slide-show-3.1.23/SuSELinux/slideshow.xsl 2016-04-04 
09:53:15.000000000 +0200
@@ -63,15 +63,28 @@
 </xsl:template>
 
 <xsl:template match="section/section/title">
-    <h2>
-     <xsl:apply-templates />
-    </h2>
+ <h2>
+  <xsl:apply-templates />
+ </h2>
 </xsl:template>
 
 <xsl:template match="para">
-    <p>
-      <xsl:apply-templates />
-    </p>
+ <p>
+  <xsl:apply-templates />
+ </p>
+</xsl:template>
+
+<xsl:template match="itemizedlist">
+ <ul><xsl:apply-templates /></ul>
+</xsl:template>
+<xsl:template match="orderedlist">
+ <ol><xsl:apply-templates /></ol>
+</xsl:template>
+<xsl:template match="listitem">
+ <li><xsl:apply-templates /></li>
+</xsl:template>
+<xsl:template match="emphasis">
+ <em><xsl:apply-templates /></em>
 </xsl:template>
 
 </xsl:stylesheet>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.22/package/yast2-slide-show.changes 
new/yast2-slide-show-3.1.23/package/yast2-slide-show.changes
--- old/yast2-slide-show-3.1.22/package/yast2-slide-show.changes        
2015-11-06 10:51:25.000000000 +0100
+++ new/yast2-slide-show-3.1.23/package/yast2-slide-show.changes        
2016-04-04 09:53:15.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Apr  1 14:29:45 CEST 2016 - [email protected]
+
+- 3.1.23
+- Ensure SLED stylesheet is updated (bsc#973609).
+
+-------------------------------------------------------------------
 Fri Nov  6 09:40:02 UTC 2015 - [email protected]
 
 - 3.1.22
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-slide-show-3.1.22/package/yast2-slide-show.spec 
new/yast2-slide-show-3.1.23/package/yast2-slide-show.spec
--- old/yast2-slide-show-3.1.22/package/yast2-slide-show.spec   2015-11-06 
10:51:25.000000000 +0100
+++ new/yast2-slide-show-3.1.23/package/yast2-slide-show.spec   2016-04-04 
09:53:15.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-slide-show
-Version:        3.1.22
+Version:        3.1.23
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to