rpms/midori/F-12 midori-fedora-homepage.patch, NONE, 1.1 midori.spec, 1.31, 1.32

Peter Gordon pgordon at fedoraproject.org
Fri Jan 29 22:48:39 UTC 2010


Author: pgordon

Update of /cvs/pkgs/rpms/midori/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16021

Modified Files:
	midori.spec 
Added Files:
	midori-fedora-homepage.patch 
Log Message:
Apply patch to make start.fedoraproject.org the default homepage; also a slight aesthetic fix to the %files listing.

midori-fedora-homepage.patch:
 midori-websettings.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE midori-fedora-homepage.patch ---
diff -up ./midori/midori-websettings.c.old ./midori/midori-websettings.c
--- ./midori/midori-websettings.c.old	2010-01-29 14:33:15.886898251 -0800
+++ ./midori/midori-websettings.c	2010-01-29 14:34:26.306872440 -0800
@@ -602,7 +602,7 @@ midori_web_settings_class_init (MidoriWe
                                      "homepage",
                                      _("Homepage:"),
                                      _("The homepage"),
-                                     "http://www.google.com",
+                                     "http://start.fedoraproject.org/",
                                      flags));
 
     /**


Index: midori.spec
===================================================================
RCS file: /cvs/pkgs/rpms/midori/F-12/midori.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- midori.spec	16 Dec 2009 19:39:13 -0000	1.31
+++ midori.spec	29 Jan 2010 22:48:39 -0000	1.32
@@ -1,6 +1,6 @@
 Name:		midori
 Version:	0.2.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
 Group:		Applications/Internet
@@ -9,6 +9,10 @@ URL:		http://software.twotoasts.de/?page
 
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
 
+## Fedora-specific: Set the default homepage to start.fedoraproject.org
+## instead of Google.
+Patch0: 	%{name}-fedora-homepage.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -47,6 +51,7 @@ implemented, and some are still quite in
 %setup -q
 ## Use the system-provided waf, instead of the in-tarball copy.
 rm -rf waf
+%patch0 -b .fedora-homepage 
 
 
 %build
@@ -99,10 +104,17 @@ fi
 %{_libdir}/%{name}/
 %{_sysconfdir}/xdg/%{name}/
 %config(noreplace) %{_sysconfdir}/%{name}/extensions/*/config
-%{_sysconfdir}/%{name}
+%{_sysconfdir}/%{name}/
 
 
 %changelog
+* Fri Jan 29 2010 Peter Gordon <peter at thecodergeek.com> - 0.2.2-2
+- Apply patch to set the Fedora-specific default homepage
+  (start.fedoraproject.org), for consistency with other browser packages such
+  as Firefox and Epiphany.
+  + fedora-homepage.patch
+- Resolves: #559740 (Home page is not start.fedoraproject.org)
+
 * Wed Dec 16 2009 Adam Miller <maxamillion at fedoraproject.org> - 0.2.2-1
 - Update to new upstream release (0.2.2)
 



More information about the scm-commits mailing list