[perl-Gtk2-MozEmbed] remove pixbuf patch, no more required

Remi Collet remi at fedoraproject.org
Sat May 14 14:16:40 UTC 2011


commit a5518e290a6ab5a896c2f4307fe343f1a1c66c25
Author: remi <fedora at famillecollet.com>
Date:   Sat May 14 16:16:25 2011 +0200

    remove pixbuf patch, no more required

 perl-Gtk2-MozEmbed.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/perl-Gtk2-MozEmbed.spec b/perl-Gtk2-MozEmbed.spec
index 0f94c3f..05fdbdd 100644
--- a/perl-Gtk2-MozEmbed.spec
+++ b/perl-Gtk2-MozEmbed.spec
@@ -6,12 +6,12 @@
 
 # Using specfilever cause dumpspec to only increase 
 # right part of release (post dist tag)
-%global specfilever 7
+%global specfilever 8
 
 Summary:       Interface to the Mozilla embedding widget
 Name:          perl-Gtk2-MozEmbed
 Version:       0.08
-Release:       %{specfilever}%{?dist}.4
+Release:       %{specfilever}%{?dist}
 
 Group:         Development/Libraries
 License:       LGPLv2+
@@ -20,8 +20,6 @@ Source0:       http://www.cpan.org/authors/id/T/TS/TSCH/%{perlname}-%{version}.t
 
 # See https://rt.cpan.org/Ticket/Display.html?id=43306
 Patch0:        %{name}-make.patch
-# See https://rt.cpan.org/Ticket/Display.html?id=61063
-Patch1:        missing-pixbuf.patch
 Patch2:        %{name}-check.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -38,7 +36,7 @@ Requires:      perl(Glib) >= 1.180
 Requires:      perl(Gtk2) >= 1.081
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 # BR xulrunner-devel-unstable so hard dep.
-Requires:      gecko-libs = %{gecko_version}
+Requires:      gecko-libs%{?_isa} = %{gecko_version}
 
 %description
 This module allows you to use the Mozilla embedding widget from Perl.
@@ -48,7 +46,6 @@ This module allows you to use the Mozilla embedding widget from Perl.
 %setup -q -n %{perlname}-%{version}
 
 %patch0 -p0
-%patch1 -p1
 %patch2 -p1
 
 iconv -f ISO-8859-15 -t UTF-8 NEWS >NEWS.utf8
@@ -92,6 +89,9 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
 %changelog
+* Sat May 14 2011 Remi Collet <Fedora at FamilleCollet.com> 0.08-8
+- remove pixbuf patch, no more required
+
 * Thu May 12 2011 Iain Arnell <iarnell at gmail.com> 0.08-7.4
 - Rebuild against newer gecko (2.0.1)
 


More information about the scm-commits mailing list