From fe4be1f4555c018f726184ab9ff0a26acb1c6778 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: May 16 2011 01:50:07 +0000 Subject: Update to 0.3.6 --- diff --git a/.gitignore b/.gitignore index 3efde71..0c069b1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ midori-0.2.6.tar.bz2 /midori-0.3.2.tar.bz2 /midori-0.3.3.tar.bz2 /midori-0.3.5.tar.bz2 +/midori-0.3.6.tar.bz2 diff --git a/midori-0.3.6-desktop.patch b/midori-0.3.6-desktop.patch new file mode 100644 index 0000000..3205ac1 --- /dev/null +++ b/midori-0.3.6-desktop.patch @@ -0,0 +1,13 @@ +diff -Nur midori-0.3.6.orig/data/midori.desktop.in midori-0.3.6/data/midori.desktop.in +--- midori-0.3.6.orig/data/midori.desktop.in 2011-05-15 17:15:28.000000000 -0600 ++++ midori-0.3.6/data/midori.desktop.in 2011-05-15 19:40:07.983099974 -0600 +@@ -13,9 +13,3 @@ + X-Osso-Type=application/x-executable + X-Osso-Service=midori + X-Ayatana-Desktop-Shortcuts=Private +- +-[Private Shortcut Group] +-Name=P_rivate Browsing +-Exec=midori --private +-TargetEnvironment=Unity +- diff --git a/midori.spec b/midori.spec index c9d463e..30247f1 100644 --- a/midori.spec +++ b/midori.spec @@ -1,5 +1,5 @@ Name: midori -Version: 0.3.5 +Version: 0.3.6 Release: 1%{?dist} Summary: A lightweight GTK+ web browser @@ -12,6 +12,8 @@ Source0: http://archive.xfce.org/src/apps/%{name}/0.3/%{name}-%{version}.tar.bz2 ## Fedora-specific: Set the default homepage to start.fedoraproject.org ## instead of Google. Patch0: %{name}-fedora-homepage.patch +# Remove the private browsing extension group. It's not up to spec +Patch1: midori-0.3.6-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -64,6 +66,7 @@ developing extensions for %{name}. ## Use the system-provided waf, instead of the in-tarball copy. #rm -rf waf %patch0 -b .fedora-homepage +%patch1 -p1 -b .desktop %build export CFLAGS="%{optflags}" @@ -135,6 +138,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun May 15 2011 Kevin Fenzi - 0.3.6-1 +- Update to 0.3.6 + * Sun May 01 2011 Kevin Fenzi - 0.3.5-1 - Update to 0.3.5 diff --git a/sources b/sources index b8ef723..8d4e6dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f92f0f11276d63150fd321dc08d575fb midori-0.3.5.tar.bz2 +c4cb0686601b1c470c317de3d3f8e8fd midori-0.3.6.tar.bz2