[mash] add patch for gdk-pixbuf loaders

Bill Nottingham notting at fedoraproject.org
Tue Nov 9 19:48:55 UTC 2010


commit 45068369deeec82541a95b11e55c600ef6ccff50
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Nov 9 14:48:06 2010 -0500

    add patch for gdk-pixbuf loaders

 bd4feb3.patch |   19 +++++++++++++++++++
 mash.spec     |    5 +++++
 2 files changed, 24 insertions(+), 0 deletions(-)
---
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 <notting at redhat.com>
+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 <notting at redhat.com> - 0.5.20-5
+- fix gdk-pixbuf loader path (#649339)
+
 * Thu Nov 04 2010 Bill Nottingham <notting at redhat.com> - 0.5.20-4
 - When doing so, pull from dist-f15, not dist-rawhide
 


More information about the scm-commits mailing list