From 45068369deeec82541a95b11e55c600ef6ccff50 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Nov 09 2010 19:48:06 +0000 Subject: add patch for gdk-pixbuf loaders --- diff --git a/bd4feb3.patch b/bd4feb3.patch new file mode 100644 index 0000000..ba48a4a --- /dev/null +++ b/bd4feb3.patch @@ -0,0 +1,19 @@ +commit bd4feb3958990a1815535a07cddd82741457c1f3 +Author: Bill Nottingham +Date: Tue Nov 9 14:45:45 2010 -0500 + + Add gdk-pixbuf loader path. (#649339) + +diff --git a/mash/multilib.py b/mash/multilib.py +index 3219df9..9c221ca 100644 +--- a/mash/multilib.py ++++ b/mash/multilib.py +@@ -134,6 +134,8 @@ class RuntimeMultilibMethod(MultilibMethod): + # images + if fnmatch(dirname, '/usr/lib*/gtk-2.0/*/loaders'): + return True ++ if fnmatch(dirname, '/usr/lib*/gdk-pixbuf-2.0/*/loaders'): ++ return True + if fnmatch(dirname, '/usr/lib*/gtk-2.0/*/printbackends'): + return True + if fnmatch(dirname, '/usr/lib*/gtk-2.0/*/filesystems'): diff --git a/mash.spec b/mash.spec index 1380c57..c5e4e84 100644 --- a/mash.spec +++ b/mash.spec @@ -15,6 +15,7 @@ BuildRequires: python-devel BuildArch: noarch Patch1: mash-nodelta.patch Patch2: 0001-Turn-off-inheritance-in-rawhide-releng-4224.patch +Patch3: bd4feb3.patch %description mash is a tool that queries a koji buildsystem for the latest RPMs for @@ -25,6 +26,7 @@ any multlib RPMs that are necessary. %setup -q %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__python} setup.py build @@ -48,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT /var/cache/mash %changelog +* Tue Nov 09 2010 Bill Nottingham - 0.5.20-5 +- fix gdk-pixbuf loader path (#649339) + * Thu Nov 04 2010 Bill Nottingham - 0.5.20-4 - When doing so, pull from dist-f15, not dist-rawhide