Hello community,

here is the log from the commit of package patch2mail for openSUSE:Factory 
checked in at 2015-11-18 22:34:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patch2mail (Old)
 and      /work/SRC/openSUSE:Factory/.patch2mail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patch2mail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/patch2mail/patch2mail.changes    2012-03-08 
19:44:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.patch2mail.new/patch2mail.changes       
2015-11-18 22:34:55.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Nov 17 15:40:03 UTC 2015 - opens...@cboltz.de
+
+- use zypp-refresh, not the (no longer existing) zypp-refresh-wrapper
+  (boo#955207)
+- version 1.1.2
+
+-------------------------------------------------------------------

Old:
----
  patch2mail-1.1.1.tar.bz2

New:
----
  patch2mail-1.1.2.tar.bz2

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

Other differences:
------------------
++++++ patch2mail.spec ++++++
--- /var/tmp/diff_new_pack.n77aYS/_old  2015-11-18 22:34:56.000000000 +0100
+++ /var/tmp/diff_new_pack.n77aYS/_new  2015-11-18 22:34:56.000000000 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for package patch2mail
 #
-# Copyright (c) 2008-2012 Christian Boltz
+# Copyright (c) 2008-2015 Christian Boltz
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           patch2mail
-Version:        1.1.1
-Release:        1
+Version:        1.1.2
+Release:        0
 #
-License:        GPL-2.0+
 #
 Summary:        Patch and package update notification via mail
+License:        GPL-2.0+
+Group:          System/Packages
 #BuildRequires: bash
 #
 Url:            http://blog.cboltz.de/plugin/tag/patch2mail
-Group:          System/Packages
 Source:         %{name}-%{version}.tar.bz2
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ patch2mail-1.1.1.tar.bz2 -> patch2mail-1.1.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patch2mail-1.1.1/patch2mail 
new/patch2mail-1.1.2/patch2mail
--- old/patch2mail-1.1.1/patch2mail     2011-06-25 23:16:15.000000000 +0200
+++ new/patch2mail-1.1.2/patch2mail     2015-11-17 16:38:36.000000000 +0100
@@ -7,7 +7,7 @@
 params="-t patch -t package"
 test "$PATCHES_ONLY" = "yes" && params="-t patch"
 
-/usr/sbin/zypp-refresh-wrapper >/dev/null
+/usr/sbin/zypp-refresh >/dev/null
 LANG=C /usr/bin/zypper --xmlout --non-interactive lu $params | xsltproc 
/usr/share/patch2mail/patch2mail.xsl - > "$tmp"
 grep "ERROR\|^===" "$tmp" >/dev/null || {
        rm -f "$tmp"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patch2mail-1.1.1/patch2mail.changes 
new/patch2mail-1.1.2/patch2mail.changes
--- old/patch2mail-1.1.1/patch2mail.changes     2011-06-25 23:35:32.000000000 
+0200
+++ new/patch2mail-1.1.2/patch2mail.changes     2015-11-17 16:50:41.000000000 
+0100
@@ -1,4 +1,21 @@
 -------------------------------------------------------------------
+Tue Nov 17 15:40:03 UTC 2015 - opens...@cboltz.de
+
+- use zypp-refresh, not the (no longer existing) zypp-refresh-wrapper
+  (boo#955207)
+- version 1.1.2
+
+-------------------------------------------------------------------
+Wed Mar  7 21:23:18 UTC 2012 - opens...@cboltz.de
+
+- add copyright header to spec
+
+-------------------------------------------------------------------
+Mon Feb 13 10:51:42 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
 Sat Jun 25 21:16:37 UTC 2011 - opens...@cboltz.de
 
 - use --non-interactive to avoid endless hanging zypper process
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patch2mail-1.1.1/patch2mail.spec 
new/patch2mail-1.1.2/patch2mail.spec
--- old/patch2mail-1.1.1/patch2mail.spec        2011-06-25 23:33:47.000000000 
+0200
+++ new/patch2mail-1.1.2/patch2mail.spec        2015-11-17 16:48:19.000000000 
+0100
@@ -1,9 +1,24 @@
+# spec file for package patch2mail
 #
+# Copyright (c) 2008-2015 Christian Boltz
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 Name:           patch2mail
-Version:        1.1.1
+Version:        1.1.2
 Release:        1
 #
-License:        GPLv2+
+License:        GPL-2.0+
 #
 Summary:        Patch and package update notification via mail
 #BuildRequires: bash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/patch2mail-1.1.1/patch2mail.xsl_11.4 
new/patch2mail-1.1.2/patch2mail.xsl_11.4
--- old/patch2mail-1.1.1/patch2mail.xsl_11.4    1970-01-01 01:00:00.000000000 
+0100
+++ new/patch2mail-1.1.2/patch2mail.xsl_11.4    2011-12-06 00:49:08.000000000 
+0100
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+
+Copyright (c) 2007-2008 Christian Boltz - www.cboltz.de
+
+Thanks to Thomas Schraitle for helping with some xslt details.
+
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License (http://www.gnu.org/copyleft/gpl.html)
+for more details.
+
+-->
+
+<xsl:stylesheet version="1.0"
+    xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
+<xsl:output method="text"/>
+
+<xsl:strip-space elements="*"/>
+
+
+<xsl:template match="/"><xsl:apply-templates /></xsl:template>
+
+<xsl:template match="update-status">
+<xsl:apply-templates />
+</xsl:template>
+
+<!-- errors -->
+
+<xsl:template match="errors"><xsl:apply-templates /></xsl:template>
+
+<xsl:template match="errors/error">
+  <xsl:text>*** ERROR ***&#10;</xsl:text>
+    <xsl:apply-templates />
+  <xsl:text>&#10;&#10;</xsl:text>
+</xsl:template>
+
+
+<!-- update sources -->
+
+<xsl:template match="update-sources">
+  <xsl:text>Update sources:&#10;</xsl:text>
+  <xsl:apply-templates />
+  <xsl:text>&#10;</xsl:text>
+</xsl:template>
+
+<xsl:template match="update-sources/source">
+  <xsl:text>- </xsl:text>
+  <xsl:value-of select="@alias" /> (<xsl:value-of select="@url" />)
+</xsl:template>
+
+
+<!-- updates -->
+
+<xsl:template match="update-list">
+  <xsl:apply-templates />
+</xsl:template>
+
+<xsl:template match="update-list/update">
+
+<xsl:if test="@kind = 'patch'">
+  <xsl:text>&#10;=== </xsl:text> 
+  <xsl:value-of select="@name" /> 
+  <xsl:text> - Patch </xsl:text>
+  <xsl:value-of select="@edition" /> 
+  <xsl:text> (</xsl:text>
+  <xsl:value-of select="@category" />
+  <xsl:text>) ===&#10;&#10;</xsl:text>
+  <xsl:apply-templates />
+  <xsl:text>&#10;</xsl:text>
+  <xsl:if test="@pkgmanager = 'true'">
+    <xsl:text>&#10;*** This patch affects the package manager.</xsl:text> 
+    <xsl:text>&#10;*** More updates might become available after installing 
it.</xsl:text> 
+    <xsl:text>&#10;&#10;</xsl:text>
+  </xsl:if>
+</xsl:if>
+
+<xsl:if test="@kind = 'package'">
+  <xsl:text>&#10;=== </xsl:text>
+  <xsl:value-of select="@name" />
+  <xsl:text> </xsl:text>
+  <xsl:value-of select="@edition" />                                           
                                                                        
+  <xsl:text> (package) ===&#10;&#10;</xsl:text>
+  <xsl:apply-templates />
+  <xsl:text>&#10;</xsl:text>
+</xsl:if>
+
+</xsl:template>
+
+<xsl:template match="update-list/update/summary">
+   <xsl:apply-templates />
+</xsl:template>
+
+<xsl:template match="update-list/update/description">
+  <xsl:text>&#10;&#10;</xsl:text>
+  <xsl:apply-templates />
+</xsl:template>
+
+<!-- update source of this specific update isn't that interesting ;-) -->
+<!--
+<xsl:template match="update-list/update/source">Update source: <xsl:value-of 
select="@alias" /> (<xsl:value-of select="@url" />)</xsl:template>
+-->
+
+<!-- messages, unless type="info" -->
+<xsl:template match="message">
+  <xsl:if test="@type != 'info'">
+    <xsl:text>&#10;ERROR: </xsl:text>
+    <xsl:apply-templates />
+    <xsl:text>&#10;</xsl:text>
+  </xsl:if>
+</xsl:template>
+
+<!-- summary (only available in openSUSE <= 10.2) -->
+
+<xsl:template match="update-summary">
+  
<xsl:text>--------------------------------------------------------&#10;&#10;</xsl:text>
+  <xsl:text>    Total: </xsl:text>
+  <xsl:value-of select="@total" />
+  <xsl:text> updates (</xsl:text>
+  <xsl:value-of select="@security" /> 
+  <xsl:text> security)&#10;__TOTAL__</xsl:text>
+  <xsl:value-of select="@total" /><xsl:value-of select="@security" />
+  <xsl:text>__&#10;</xsl:text>
+</xsl:template>
+
+
+<!-- end -->
+
+</xsl:stylesheet>


Reply via email to