rpms/epiphany/devel build-fix.patch, NONE, 1.1 epiphany.spec, 1.190, 1.191

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Thu Jun 5 14:57:46 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/epiphany/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13763

Modified Files:
	epiphany.spec 
Added Files:
	build-fix.patch 
Log Message:
fix the build


build-fix.patch:

--- NEW FILE build-fix.patch ---
diff -up epiphany-2.22.1.1/embed/mozilla/ContentHandler.cpp.build-fix epiphany-2.22.1.1/embed/mozilla/ContentHandler.cpp
--- epiphany-2.22.1.1/embed/mozilla/ContentHandler.cpp.build-fix	2008-06-05 10:52:29.000000000 -0400
+++ epiphany-2.22.1.1/embed/mozilla/ContentHandler.cpp	2008-06-05 10:52:41.000000000 -0400
@@ -129,6 +129,7 @@ NS_IMETHODIMP GContentHandler::PromptFor
 				    nsISupports *aWindowContext,
 				    const PRUnichar *aDefaultFile,
 				    const PRUnichar *aSuggestedFileExtension,
+				    PRBool,
 				    nsILocalFile **_retval)
 {
 	EphyFileChooser *dialog;


Index: epiphany.spec
===================================================================
RCS file: /cvs/extras/rpms/epiphany/devel/epiphany.spec,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -r1.190 -r1.191
--- epiphany.spec	4 Jun 2008 20:40:30 -0000	1.190
+++ epiphany.spec	5 Jun 2008 14:56:54 -0000	1.191
@@ -8,7 +8,7 @@
 Summary: GNOME web browser based on the Mozilla rendering engine
 Name: epiphany
 Version: 2.22.1.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and GFDL+
 Group: Applications/Internet
 URL: http://www.gnome.org/projects/epiphany/
@@ -51,6 +51,8 @@
 # https://bugzilla.redhat.com/show_bug.cgi?id=334751
 Patch3: epiphany-2.20.1-wrapped-plugins.patch
 
+Patch4: build-fix.patch
+
 %description
 Epiphany is a simple GNOME web browser based on the Mozilla rendering
 engine.
@@ -92,6 +94,8 @@
 %patch1 -p1 -b .use-pango
 %patch2 -p1 -b .default-bookmarks
 %patch3 -p1 -b .wrapped-plugins
+%patch4 -p1 -b .build-fix
+
 # Fedora Epiphany version
 cat >> data/default-prefs-common.js << EOF
 pref("general.useragent.vendor", "Fedora");
@@ -211,6 +215,9 @@
 %{_datadir}/pygtk/2.0/defs/epiphany.defs
 
 %changelog
+* Thu Jun  5 2008 Matthias Clasen <mclasen at redhat.com> - .22.1.1-3
+- Fix the build
+
 * Wed Jun  4 2008 Matthias Clasen <mclasen at redhat.com> - .22.1.1-2
 - Rebuild
 




More information about the fedora-extras-commits mailing list