[perl-Gtk2-MozEmbed] update to 0.09

Remi Collet remi at fedoraproject.org
Sun May 15 17:34:26 UTC 2011


commit aab1889ea0b280ac4a8990bf1a1018d2894afa79
Author: remi <fedora at famillecollet.com>
Date:   Sun May 15 19:34:07 2011 +0200

    update to 0.09

 .gitignore                    |    2 ++
 missing-pixbuf.patch          |   23 -----------------------
 perl-Gtk2-MozEmbed-make.patch |   14 --------------
 perl-Gtk2-MozEmbed.spec       |   28 ++++++++++++++++++++--------
 sources                       |    2 +-
 5 files changed, 23 insertions(+), 46 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3807e2..4de75b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+*~
 Gtk2-MozEmbed-0.08.tar.gz
+/Gtk2-MozEmbed-0.09.tar.gz
diff --git a/perl-Gtk2-MozEmbed.spec b/perl-Gtk2-MozEmbed.spec
index 05fdbdd..a645c0d 100644
--- a/perl-Gtk2-MozEmbed.spec
+++ b/perl-Gtk2-MozEmbed.spec
@@ -6,11 +6,11 @@
 
 # Using specfilever cause dumpspec to only increase 
 # right part of release (post dist tag)
-%global specfilever 8
+%global specfilever 1
 
 Summary:       Interface to the Mozilla embedding widget
 Name:          perl-Gtk2-MozEmbed
-Version:       0.08
+Version:       0.09
 Release:       %{specfilever}%{?dist}
 
 Group:         Development/Libraries
@@ -18,9 +18,9 @@ License:       LGPLv2+
 URL:           http://search.cpan.org/dist/Gtk2-MozEmbed
 Source0:       http://www.cpan.org/authors/id/T/TS/TSCH/%{perlname}-%{version}.tar.gz
 
-# See https://rt.cpan.org/Ticket/Display.html?id=43306
-Patch0:        %{name}-make.patch
-Patch2:        %{name}-check.patch
+# GTK_MOZ_EMBED_CHECK_VERSION macro doesn't exists
+# https://rt.cpan.org/Ticket/Display.html?id=68213
+Patch0:        %{name}-check.patch
 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -38,6 +38,9 @@ Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versio
 # BR xulrunner-devel-unstable so hard dep.
 Requires:      gecko-libs%{?_isa} = %{gecko_version}
 
+%{?perl_default_filter}
+
+
 %description
 This module allows you to use the Mozilla embedding widget from Perl.
 
@@ -45,13 +48,15 @@ This module allows you to use the Mozilla embedding widget from Perl.
 %prep
 %setup -q -n %{perlname}-%{version}
 
-%patch0 -p0
-%patch2 -p1
+%patch0 -p1
 
 iconv -f ISO-8859-15 -t UTF-8 NEWS >NEWS.utf8
 touch -r NEWS NEWS.utf8
 mv NEWS.utf8 NEWS
 
+# Change default URL in pumzilla
+sed -i -e 's at about:blank at http://start.fedoraproject.org@' \
+    examples/pumzilla
 
 
 %build
@@ -82,13 +87,20 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog examples/ LICENSE NEWS README
+# From rpmlint incorrect-fsf-address
+# https://rt.cpan.org/Public/Bug/Display.html?id=68212
+%doc examples/ LICENSE NEWS README
 %{_mandir}/man3/Gtk2::MozEmbed*
 %{perl_vendorarch}/auto/Gtk2
 %{perl_vendorarch}/Gtk2
 
 
 %changelog
+* Sun May 15 2011 Remi Collet <Fedora at FamilleCollet.com> 0.09-1
+- update to 0.09
+- remove patch merged upstream (43306)
+- add link to open upstream bug (68212 and 68213)
+
 * Sat May 14 2011 Remi Collet <Fedora at FamilleCollet.com> 0.08-8
 - remove pixbuf patch, no more required
 
diff --git a/sources b/sources
index d715b79..ffbf70b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ddafafa0e2684050a5d8b9f2c15f6dca  Gtk2-MozEmbed-0.08.tar.gz
+8c391fbe1ebf23a0af22d5ad3b571f19  Gtk2-MozEmbed-0.09.tar.gz


More information about the scm-commits mailing list