Hello community,

here is the log from the commit of package WindowMaker-applets for 
openSUSE:Factory checked in at 2016-08-18 09:18:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/WindowMaker-applets (Old)
 and      /work/SRC/openSUSE:Factory/.WindowMaker-applets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "WindowMaker-applets"

Changes:
--------
--- /work/SRC/openSUSE:Factory/WindowMaker-applets/WindowMaker-applets.changes  
2015-06-23 11:56:18.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.WindowMaker-applets.new/WindowMaker-applets.changes 
    2016-08-18 09:18:19.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 17 15:57:37 UTC 2016 - [email protected]
+
+- Fix boo#707539: Adapt parameter change of ImageMagick convert
+  tool. And also remove not used and deprecated requre ctime.pl.
+- Add wmgrabimage-0.70-boo-707539-fix-GrabImage.patch
+
+-------------------------------------------------------------------

New:
----
  wmgrabimage-0.70-boo-707539-fix-GrabImage.patch

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

Other differences:
------------------
++++++ WindowMaker-applets.spec ++++++
--- /var/tmp/diff_new_pack.0sUOxT/_old  2016-08-18 09:18:21.000000000 +0200
+++ /var/tmp/diff_new_pack.0sUOxT/_new  2016-08-18 09:18:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WindowMaker-applets
 #
-# 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
@@ -226,6 +226,8 @@
 Patch47:        wmfire-%{wmfire_version}-configure_fix.diff
 Patch48:        wmswallow-%{wmswallow_version}-ld_fix.diff
 Patch49:        wmcliphist-%{wmcliphist_version}-ld_fix.diff
+# PATCH-FIX-UPSTREAM [email protected] boo#707539 - ImageMagick convert 
parameter changed
+Patch50:        wmgrabimage-0.70-boo-707539-fix-GrabImage.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -343,6 +345,8 @@
 %patch48
 cd ../wmcliphist
 %patch49
+cd ../wmGrabImage-%{wmGrabImage_version}/wmGrabImage
+%patch50 -p2
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.

++++++ wmgrabimage-0.70-boo-707539-fix-GrabImage.patch ++++++
diff -urEbwB wmGrabImage-0.70/wmGrabImage/GrabImage 
wmGrabImage-0.70.new/wmGrabImage/GrabImage
--- wmGrabImage-0.70/wmGrabImage/GrabImage      1999-03-28 17:22:39.000000000 
+0200
+++ wmGrabImage-0.70.new/wmGrabImage/GrabImage  2016-08-17 17:40:55.348989427 
+0200
@@ -10,7 +10,8 @@
 #
 
 
-    require "ctime.pl";
+    # Is not used at all
+    #require "ctime.pl";
 
 
     #
@@ -58,6 +59,6 @@
     }
 
 
-    system "convert -geom 54x54 $home/.wmGrabImage/${ImageName} 
${home}/.wmGrabImage/${ImageName}.tmp.xpm";
+    system "convert -geometry 54x54 $home/.wmGrabImage/${ImageName} 
${home}/.wmGrabImage/${ImageName}.tmp.xpm";
     system "cat ${home}/.wmGrabImage/${ImageName}.tmp.xpm | sed -e 
\"s/Transparent/Black/\" \> ${home}/.wmGrabImage/${ImageName}.xpm; rm 
${home}/.wmGrabImage/${ImageName}.tmp.xpm";
 


Reply via email to