Hello community, here is the log from the commit of package tango-icon-theme for openSUSE:Factory checked in at 2016-03-18 21:35:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tango-icon-theme (Old) and /work/SRC/openSUSE:Factory/.tango-icon-theme.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tango-icon-theme" Changes: -------- --- /work/SRC/openSUSE:Factory/tango-icon-theme/tango-icon-theme.changes 2012-02-20 16:19:10.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tango-icon-theme.new/tango-icon-theme.changes 2016-03-18 21:35:03.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 8 20:23:00 UTC 2016 - [email protected] + +- Add tango-icon-theme-reproducible.patch to fix build-compare + (fdo#94510). + +------------------------------------------------------------------- New: ---- tango-icon-theme-reproducible.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tango-icon-theme.spec ++++++ --- /var/tmp/diff_new_pack.wfonL1/_old 2016-03-18 21:35:04.000000000 +0100 +++ /var/tmp/diff_new_pack.wfonL1/_new 2016-03-18 21:35:04.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tango-icon-theme # -# Copyright (c) 2012 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 @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: tango-icon-theme BuildRequires: ImageMagick-devel BuildRequires: fdupes BuildRequires: icon-naming-utils BuildRequires: intltool BuildRequires: librsvg-devel -# Needed by patch0 and patch1 +# Needed by patch0, patch1 and patch2 BuildRequires: libtool BuildRequires: rsvg-view BuildArch: noarch @@ -33,6 +34,8 @@ Patch0: tango-icon-theme-rsvg-2_35_2.patch # PATCH-FIX-UPSTREAM tango-icon-theme-extras-rsvg-2_35_2.patch fdo#45803 [email protected] -- Fix build with librsvg 2.35.2: /usr/bin/rsvg was a deprecated wrapper. Patch1: tango-icon-theme-extras-rsvg-2_35_2.patch +# PATCH-FIX-UPSTREAM tango-icon-theme-reproducible.patch fdo#94510 [email protected] -- Drop png timestamps. +Patch2: tango-icon-theme-reproducible.patch Url: http://tango.freedesktop.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: Tango Icon Theme @@ -48,11 +51,13 @@ %prep %setup -b 1 %patch0 -p1 +%patch2 -p1 cd ../%{name}-extras-0.1.1 %patch1 -p1 +%patch2 -p1 %build -# Needed by patch0. +# Needed by patch0, patch1 and patch2. autoreconf -fi %configure --enable-png-creation make %{?jobs:-j%jobs} ++++++ tango-icon-theme-reproducible.patch ++++++ Index: tango-icon-theme-0.8.90/configure.ac =================================================================== --- tango-icon-theme-0.8.90.orig/configure.ac +++ tango-icon-theme-0.8.90/configure.ac @@ -62,7 +62,7 @@ if test "x$enable_framing" = "xyes"; the fi # Add the command line options we need here - CONVERT="$CONVERT -bordercolor Transparent -border 1x1" + CONVERT="$CONVERT -strip -bordercolor Transparent -border 1x1" AC_SUBST(CONVERT) else AC_MSG_ERROR([ImageMagick is required to build tango-icon-theme])
