Hello community, here is the log from the commit of package ddd for openSUSE:Factory checked in at 2017-03-24 02:22:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ddd (Old) and /work/SRC/openSUSE:Factory/.ddd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ddd" Fri Mar 24 02:22:53 2017 rev:7 rq:482034 version:3.3.12 Changes: -------- --- /work/SRC/openSUSE:Factory/ddd/ddd.changes 2016-03-09 16:48:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ddd.new/ddd.changes 2017-03-24 02:22:54.301448661 +0100 @@ -1,0 +2,6 @@ +Wed Mar 22 15:21:48 UTC 2017 - [email protected] + +- fix color names in xpm files + + ddd-imagemagick-xpm-colors.patch + +------------------------------------------------------------------- New: ---- ddd-imagemagick-xpm-colors.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ddd.spec ++++++ --- /var/tmp/diff_new_pack.OqhmLr/_old 2017-03-24 02:22:55.205320768 +0100 +++ /var/tmp/diff_new_pack.OqhmLr/_new 2017-03-24 02:22:55.205320768 +0100 @@ -1,7 +1,7 @@ # # spec file for package ddd # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -50,6 +50,8 @@ Patch1: ddd-wrong-memcpy.patch Patch2: ddd-texinfo-5.0.patch Patch3: ddd-buildcompare.patch +# http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23462 +Patch4: ddd-imagemagick-xpm-colors.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq # NOTE: We don't want this dependency and desktop-data-SuSE is in all @@ -82,6 +84,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build cp %{S:3} . ++++++ ddd-imagemagick-xpm-colors.patch ++++++ Index: ddd-3.3.12/icons/dddback.xpm =================================================================== --- ddd-3.3.12.orig/icons/dddback.xpm 2009-02-11 18:25:08.000000000 +0100 +++ ddd-3.3.12/icons/dddback.xpm 2017-03-22 16:19:51.660490687 +0100 @@ -6,7 +6,7 @@ static char * dddback_xpm[] = { * columns rows colors chars-per-pixel */ "150 150 2 1", ". c White", -"X c Grey90", +"X c Gray90", /* pixels */ "...........X.......................................................................................................................XX...X..XX.........", "...........XX......................................................................................................................XX....X.XX.........",
