Hello community,

here is the log from the commit of package gourmet for openSUSE:Factory checked 
in at 2016-03-11 09:38:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gourmet (Old)
 and      /work/SRC/openSUSE:Factory/.gourmet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gourmet"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gourmet/gourmet.changes  2014-06-16 
21:26:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gourmet.new/gourmet.changes     2016-03-11 
09:38:28.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar  8 18:23:35 UTC 2016 - bwiedem...@suse.com
+
+- Call convert with the -strip parameter in order to drop build
+  time from png files.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gourmet.spec ++++++
--- /var/tmp/diff_new_pack.vGJp6M/_old  2016-03-11 09:38:29.000000000 +0100
+++ /var/tmp/diff_new_pack.vGJp6M/_new  2016-03-11 09:38:29.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gourmet
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -75,7 +75,7 @@
 cp data/icons/scalable/apps/gourmet.svg gourmet.svg
 for i in 24 32 48 64 128 256;
 do
-  convert -density ${i}x -geometry ${i}x gourmet.svg %{name}-${i}x${i}.png
+  convert -strip -density ${i}x -geometry ${i}x gourmet.svg 
%{name}-${i}x${i}.png
   install -Dm0644 %{name}-${i}x${i}.png 
%{buildroot}%{_datadir}/icons/hicolor/${i}x${i}/apps/%{name}.png
 done
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps


Reply via email to