Hello community, here is the log from the commit of package kvpnc for openSUSE:Factory checked in at 2016-03-17 16:33:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kvpnc (Old) and /work/SRC/openSUSE:Factory/.kvpnc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kvpnc" Changes: -------- --- /work/SRC/openSUSE:Factory/kvpnc/kvpnc.changes 2013-04-22 14:07:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kvpnc.new/kvpnc.changes 2016-03-17 16:47:30.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Mar 8 21:07:10 UTC 2016 - [email protected] + +- Strip png timestamps to fix build-compare + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kvpnc.spec ++++++ --- /var/tmp/diff_new_pack.6rsmRz/_old 2016-03-17 16:47:31.000000000 +0100 +++ /var/tmp/diff_new_pack.6rsmRz/_new 2016-03-17 16:47:31.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kvpnc # -# Copyright (c) 2013 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 @@ -81,8 +81,8 @@ else nugeom="" fi - [ -n "$nugeom" ] && mogrify -extent "$nugeom" -background transparent -gravity "$grav" "$f" - mogrify -scale "$s"x"$s" -background transparent "$f" + [ -n "$nugeom" ] && mogrify -strip -extent "$nugeom" -background transparent -gravity "$grav" "$f" + mogrify -strip -scale "$s"x"$s" -background transparent "$f" fi done done
