[midori] Update to 0.5.0

Kevin Fenzi kevin at fedoraproject.org
Thu Apr 4 21:23:32 UTC 2013


commit 16cf16ad9bbf7cb17e5a58e89c2954d84511013f
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Thu Apr 4 15:23:29 2013 -0600

    Update to 0.5.0

 .gitignore                  |    1 +
 midori-0.4.7-homepage.patch |   11 -----------
 midori-0.4.9-desktop.patch  |   33 ---------------------------------
 midori-0.5.0-desktop.patch  |   11 +++++++++++
 midori-0.5.0-homepage.patch |   12 ++++++++++++
 midori.spec                 |   15 +++++++++------
 sources                     |    2 +-
 7 files changed, 34 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 737d8f4..8edb403 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ midori-0.2.6.tar.bz2
 /midori-0.4.7.tar.bz2
 /midori-0.4.8.tar.bz2
 /midori-0.4.9.tar.bz2
+/midori-0.5.0.tar.bz2
diff --git a/midori-0.5.0-desktop.patch b/midori-0.5.0-desktop.patch
new file mode 100644
index 0000000..9d62552
--- /dev/null
+++ b/midori-0.5.0-desktop.patch
@@ -0,0 +1,11 @@
+diff -Nur midori-0.5.0.orig/data/midori-private.desktop.in midori-5876dbfd1138b37ca2b61c8f711fcbbd4ea34e09/data/midori-private.desktop.in
+--- midori-0.5.0.orig/data/midori-private.desktop.in	2013-04-02 17:06:40.000000000 -0600
++++ midori-0.5.0/data/midori-private.desktop.in	2013-04-03 20:50:18.635993661 -0600
+@@ -9,7 +9,6 @@
+ Icon=midori
+ Terminal=false
+ StartupNotify=true
+-NotShowIn=Pantheon;
+ X-Osso-Type=application/x-executable
+ X-Osso-Service=midori
+ 
diff --git a/midori-0.5.0-homepage.patch b/midori-0.5.0-homepage.patch
new file mode 100644
index 0000000..31fe67a
--- /dev/null
+++ b/midori-0.5.0-homepage.patch
@@ -0,0 +1,12 @@
+diff -Nur midori-0.5.0.orig/midori/midori-settings.vala midori-0.5.0/midori/midori-settings.vala
+--- midori-0.5.0.orig/midori/midori-settings.vala	2013-04-04 14:31:20.000000000 -0600
++++ midori-0.5.0/midori/midori-settings.vala	2013-04-04 14:51:41.454466711 -0600
+@@ -108,7 +108,7 @@
+         public bool open_tabs_next_to_current { get; set; default = true; }
+         public bool always_show_tabbar { get; set; default = true; }
+ 
+-        public string homepage { get; set; default = "about:search"; }
++        public string homepage { get; set; default = "http://start.fedoraproject.org"; }
+         public string tabhome { get; set; default = "about:dial"; }
+         static string default_download_folder () {
+             return Environment.get_user_special_dir (UserDirectory.DOWNLOAD)
diff --git a/midori.spec b/midori.spec
index 77d9a8b..cf60166 100644
--- a/midori.spec
+++ b/midori.spec
@@ -1,5 +1,5 @@
 Name:		midori
-Version:	0.4.9
+Version:	0.5.0
 Release:	1%{?dist}
 Summary:	A lightweight GTK+ web browser 
 
@@ -7,13 +7,13 @@ Group:		Applications/Internet
 License:	LGPLv2+
 URL:		http://software.twotoasts.de/?page=midori
 
-Source0:	http://archive.xfce.org/src/apps/%{name}/0.4/%{name}-%{version}.tar.bz2
+Source0:	http://archive.xfce.org/src/apps/%{name}/0.5/%{name}-%{version}.tar.bz2
 
 ## Fedora-specific: Set the default homepage to start.fedoraproject.org
-## instead of Google.
-Patch0: 	midori-0.4.7-homepage.patch
+## instead of search page.
+Patch0: 	midori-0.5.0-homepage.patch
 # Remove the private browsing extension group. It's not up to spec
-Patch1:		midori-0.4.9-desktop.patch
+Patch1:		midori-0.5.0-desktop.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -65,7 +65,7 @@ developing extensions for %{name}.
 %setup -q
 ## Use the system-provided waf, instead of the in-tarball copy.
 #rm -rf waf
-%patch0 -b .fedora-homepage
+%patch0 -p1 -b .fedora-homepage
 %patch1 -p1 -b .desktop
 
 %build
@@ -142,6 +142,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Apr 04 2013 Kevin Fenzi <kevin at scrye.com> 0.5.0-1
+- Update to 0.5.0
+
 * Thu Mar 07 2013 Kevin Fenzi <kevin at scrye.com> 0.4.9-1
 - Update to 0.4.9
 
diff --git a/sources b/sources
index f875c4d..ed95389 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2b3c436c08022f47a0db6bca3772790  midori-0.4.9.tar.bz2
+ad11685633e23f8173e2cd947d945cce  midori-0.5.0.tar.bz2


More information about the scm-commits mailing list