rpms/epiphany/devel epiphany-2.25.91-missingheader.patch, NONE, 1.1 epiphany.spec, 1.224, 1.225

Jan Horak xhorak at fedoraproject.org
Thu Mar 19 09:42:09 UTC 2009


Author: xhorak

Update of /cvs/pkgs/rpms/epiphany/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2884

Modified Files:
	epiphany.spec 
Added Files:
	epiphany-2.25.91-missingheader.patch 
Log Message:
Fix build

epiphany-2.25.91-missingheader.patch:

--- NEW FILE epiphany-2.25.91-missingheader.patch ---
diff -up epiphany-2.25.91/embed/mozilla/MozRegisterComponents.cpp.missingheader epiphany-2.25.91/embed/mozilla/MozRegisterComponents.cpp
--- epiphany-2.25.91/embed/mozilla/MozRegisterComponents.cpp.missingheader	2009-03-18 15:39:00.100176585 -0400
+++ epiphany-2.25.91/embed/mozilla/MozRegisterComponents.cpp	2009-03-18 15:35:59.042186677 -0400
@@ -46,6 +46,7 @@
 #include <nsIClassInfoImpl.h>
 #include <nsXULAppAPI.h>
 #include <nsToolkitCompsCID.h>
+#include <nsProxiedService.h>
 #endif
 
 #ifdef HAVE_MOZILLA_PSM


Index: epiphany.spec
===================================================================
RCS file: /cvs/pkgs/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.224
retrieving revision 1.225
diff -u -r1.224 -r1.225
--- epiphany.spec	17 Mar 2009 21:36:59 -0000	1.224
+++ epiphany.spec	19 Mar 2009 09:41:38 -0000	1.225
@@ -8,7 +8,7 @@
 Summary: Web browser for GNOME
 Name: epiphany
 Version: 2.26.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 %define major_version 2.26
 Provides: epiphany(abi) = %{major_version}
 License: GPLv2+ and GFDL
@@ -53,6 +53,7 @@
 Patch2: epiphany-2.18.1-default-bookmarks.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=334751
 Patch3: epiphany-2.20.1-wrapped-plugins.patch
+Patch5: epiphany-2.25.91-missingheader.patch
 
 %description
 Epiphany is the web browser for the GNOME desktop. Its goal is to be
@@ -100,6 +101,7 @@
 %patch1 -p1 -b .use-pango
 %patch2 -p1 -b .default-bookmarks
 %patch3 -p1 -b .wrapped-plugins
+%patch5 -p1 -b .missing-header
 # Fedora Epiphany version
 cat >> data/default-prefs-common.js << EOF
 pref("general.useragent.vendor", "Fedora");
@@ -253,6 +255,10 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Thu Mar 19 2009 Jan Horak <jhorak at redhat.com> - 2.26.0-2
+- Rebuild against newer gecko
+- Fix the missing headers by patch
+
 * Tue Mar 17 2009 Matthias Clasen <mclasen at redhat.com> - 2.26.0-1
 - Update to 2.26.0
 




More information about the fedora-extras-commits mailing list