From d36f49ee2d841a280ad3e1d5d7b090413a792d1d9ddac515da4b4826741c1697 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 15 Jan 2010 02:08:47 +0000 Subject: [PATCH 1/3] Accepting request 29495 from home:MBoman:branches:GNOME:Factory Copy from home:MBoman:branches:GNOME:Factory/epiphany via accept of submit request 29495 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/29495 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=52 --- epiphany-2.29.3.tar.bz2 | 3 -- epiphany-2.29.5.tar.bz2 | 3 ++ epiphany-user-agent.patch | 89 --------------------------------------- epiphany.changes | 28 ++++++++++++ epiphany.spec | 9 ++-- 5 files changed, 34 insertions(+), 98 deletions(-) delete mode 100644 epiphany-2.29.3.tar.bz2 create mode 100644 epiphany-2.29.5.tar.bz2 delete mode 100644 epiphany-user-agent.patch diff --git a/epiphany-2.29.3.tar.bz2 b/epiphany-2.29.3.tar.bz2 deleted file mode 100644 index dd0bf2a..0000000 --- a/epiphany-2.29.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f69defb18eb1c8b873187e88f9e152d45b35687b671778df3b2b7e4e95b86ea7 -size 5698603 diff --git a/epiphany-2.29.5.tar.bz2 b/epiphany-2.29.5.tar.bz2 new file mode 100644 index 0000000..81242b0 --- /dev/null +++ b/epiphany-2.29.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffea07630dca774771776af420801524fd68eec5126b9e40f0c32f5f70b42af2 +size 5723188 diff --git a/epiphany-user-agent.patch b/epiphany-user-agent.patch deleted file mode 100644 index 9dc4c31..0000000 --- a/epiphany-user-agent.patch +++ /dev/null @@ -1,89 +0,0 @@ -Index: epiphany-2.29.3/data/epiphany.schemas.in -=================================================================== ---- epiphany-2.29.3.orig/data/epiphany.schemas.in -+++ epiphany-2.29.3/data/epiphany.schemas.in -@@ -478,6 +478,17 @@ - Browse with caret - - -+ -+ /schemas/apps/epiphany/web/user_agent_vendor -+ /apps/epiphany/web/user_agent_vendor -+ epiphany -+ string -+ GNOME.org -+ -+ Vendor to include in the user agent -+ String that will be appended to the user agent, containing vendor-specific information. -+ -+ - - /schemas/apps/epiphany/general/managed_network - /apps/epiphany/general/managed_network -Index: epiphany-2.29.3/embed/ephy-embed-prefs.c -=================================================================== ---- epiphany-2.29.3.orig/embed/ephy-embed-prefs.c -+++ epiphany-2.29.3/embed/ephy-embed-prefs.c -@@ -134,6 +134,38 @@ webkit_pref_callback_user_stylesheet (GC - } - - static void -+webkit_pref_callback_user_agent_vendor (GConfClient *client, -+ guint cnxn_id, -+ GConfEntry *entry, -+ gpointer data) -+{ -+ GConfValue *gcvalue; -+ const char *value = NULL; -+ static char *webkit_user_agent = NULL; -+ char *user_agent = NULL; -+ char *webkit_pref = data; -+ -+ gcvalue = gconf_entry_get_value (entry); -+ -+ /* happens on initial notify if the key doesn't exist */ -+ if (gcvalue != NULL && -+ gcvalue->type == GCONF_VALUE_STRING) { -+ value = gconf_value_get_string (gcvalue); -+ } -+ -+ if (webkit_user_agent == NULL) { -+ g_object_get (G_OBJECT(settings), "user-agent", &webkit_user_agent, NULL); -+ } -+ -+ user_agent = g_strconcat (webkit_user_agent, " ", -+ "Epiphany/"VERSION, value ? " " : NULL, -+ value, NULL); -+ -+ g_object_set (settings, webkit_pref, user_agent, NULL); -+ g_free (user_agent); -+} -+ -+static void - webkit_pref_callback_font_size (GConfClient *client, - guint cnxn_id, - GConfEntry *entry, -@@ -231,7 +263,10 @@ static const PrefData webkit_pref_entrie - webkit_pref_callback_boolean }, - { CONF_SECURITY_ALLOW_POPUPS, - "javascript-can-open-windows-automatically", -- webkit_pref_callback_boolean } -+ webkit_pref_callback_boolean }, -+ { CONF_USER_AGENT_VENDOR, -+ "user-agent", -+ webkit_pref_callback_user_agent_vendor } - }; - - static void -Index: epiphany-2.29.3/embed/ephy-embed-prefs.h -=================================================================== ---- epiphany-2.29.3.orig/embed/ephy-embed-prefs.h -+++ epiphany-2.29.3/embed/ephy-embed-prefs.h -@@ -41,6 +41,7 @@ - #define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll" - #define CONF_WEB_INSPECTOR_ENABLED "/apps/epiphany/web/inspector_enabled" - #define CONF_CARET_BROWSING_ENABLED "/apps/epiphany/web/browse_with_caret" -+#define CONF_USER_AGENT_VENDOR "/apps/epiphany/web/user_agent_vendor" - - /* These are defined gnome wide now */ - #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" diff --git a/epiphany.changes b/epiphany.changes index 08f0251..4a11ab9 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Jan 13 02:36:56 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.5: + + Reimplement EphyEmbedSingle::handle-content signal, useful for + external download managers + + Add a gconf key (/apps/epiphany/general/url_search) to set the + default search engine. (bgo#604087) + + Reimplement favicon support (bgo#601859) + + Do not override page specific context menus with our own + (bgo#603326) + + Store all form auth data in GNOME Keyring, and ask the user to + remember and prefill new logins/passwords with an infobar. + (bgo#582267) + + Reimplement EphyWebView::ge-feed-link, emitted when a feed link + is found in the view. + + Reimplement support for the 'Accept-Language' HTTP header + (bgo#528893) + + Reimplement custom User Agent support, see commit e896b194fbff + for details (bgo#580903) + + Reimplement support for window.close (bgo#599009) + + Reimplement support for mime type safety check during + downloads (bgo#605026) + + Reimplement EphyWebView::new-window signal, emitted when the + view opens a new window (like a JS window) + + Lots of bugfixes +- Remove epiphany-user-agent.patch. Fixed upstream + ------------------------------------------------------------------- Wed Dec 23 11:02:43 CET 2009 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 42ff82b..dccf847 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,5 +1,5 @@ # -# spec file for package epiphany (Version 2.29.3) +# spec file for package epiphany (Version 2.29.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,16 +18,14 @@ Name: epiphany -Version: 2.29.3 -Release: 2 +Version: 2.29.5 +Release: 1 %define major_version 2.29 License: GPLv2+ Summary: GNOME Web Browser Based on the Mozilla Rendering Engine Url: http://www.gnome.org/projects/epiphany/ Group: Productivity/Networking/Web/Browsers Source: %{name}-%{version}.tar.bz2 -# PATCH-FEATURE-UPSTREAM epiphany-user-agent.patch bgo580903 vuntz@novell.com -- Set user agent with a vendor part, via a gconf key -Patch0: epiphany-user-agent.patch # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click Patch6: epiphany-safe-one-click-install.patch BuildRequires: NetworkManager-devel @@ -113,7 +111,6 @@ This package provides upstream Look and Feel for Epiphany. %prep %setup -q translation-update-upstream -%patch0 -p1 %patch6 -p1 %build From c2b3f945a4745df83fbe97d9a2e438f71ba22ab0851ce277c9cc6ab2fafddda0 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 18 Jan 2010 13:34:48 +0000 Subject: [PATCH 2/3] checked in (request 29709) OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=53 --- epiphany-2.29.3.tar.bz2 | 3 ++ epiphany-2.29.5.tar.bz2 | 3 -- epiphany-user-agent.patch | 89 +++++++++++++++++++++++++++++++++++++++ epiphany.changes | 28 ------------ epiphany.spec | 9 ++-- 5 files changed, 98 insertions(+), 34 deletions(-) create mode 100644 epiphany-2.29.3.tar.bz2 delete mode 100644 epiphany-2.29.5.tar.bz2 create mode 100644 epiphany-user-agent.patch diff --git a/epiphany-2.29.3.tar.bz2 b/epiphany-2.29.3.tar.bz2 new file mode 100644 index 0000000..dd0bf2a --- /dev/null +++ b/epiphany-2.29.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69defb18eb1c8b873187e88f9e152d45b35687b671778df3b2b7e4e95b86ea7 +size 5698603 diff --git a/epiphany-2.29.5.tar.bz2 b/epiphany-2.29.5.tar.bz2 deleted file mode 100644 index 81242b0..0000000 --- a/epiphany-2.29.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffea07630dca774771776af420801524fd68eec5126b9e40f0c32f5f70b42af2 -size 5723188 diff --git a/epiphany-user-agent.patch b/epiphany-user-agent.patch new file mode 100644 index 0000000..9dc4c31 --- /dev/null +++ b/epiphany-user-agent.patch @@ -0,0 +1,89 @@ +Index: epiphany-2.29.3/data/epiphany.schemas.in +=================================================================== +--- epiphany-2.29.3.orig/data/epiphany.schemas.in ++++ epiphany-2.29.3/data/epiphany.schemas.in +@@ -478,6 +478,17 @@ + Browse with caret + + ++ ++ /schemas/apps/epiphany/web/user_agent_vendor ++ /apps/epiphany/web/user_agent_vendor ++ epiphany ++ string ++ GNOME.org ++ ++ Vendor to include in the user agent ++ String that will be appended to the user agent, containing vendor-specific information. ++ ++ + + /schemas/apps/epiphany/general/managed_network + /apps/epiphany/general/managed_network +Index: epiphany-2.29.3/embed/ephy-embed-prefs.c +=================================================================== +--- epiphany-2.29.3.orig/embed/ephy-embed-prefs.c ++++ epiphany-2.29.3/embed/ephy-embed-prefs.c +@@ -134,6 +134,38 @@ webkit_pref_callback_user_stylesheet (GC + } + + static void ++webkit_pref_callback_user_agent_vendor (GConfClient *client, ++ guint cnxn_id, ++ GConfEntry *entry, ++ gpointer data) ++{ ++ GConfValue *gcvalue; ++ const char *value = NULL; ++ static char *webkit_user_agent = NULL; ++ char *user_agent = NULL; ++ char *webkit_pref = data; ++ ++ gcvalue = gconf_entry_get_value (entry); ++ ++ /* happens on initial notify if the key doesn't exist */ ++ if (gcvalue != NULL && ++ gcvalue->type == GCONF_VALUE_STRING) { ++ value = gconf_value_get_string (gcvalue); ++ } ++ ++ if (webkit_user_agent == NULL) { ++ g_object_get (G_OBJECT(settings), "user-agent", &webkit_user_agent, NULL); ++ } ++ ++ user_agent = g_strconcat (webkit_user_agent, " ", ++ "Epiphany/"VERSION, value ? " " : NULL, ++ value, NULL); ++ ++ g_object_set (settings, webkit_pref, user_agent, NULL); ++ g_free (user_agent); ++} ++ ++static void + webkit_pref_callback_font_size (GConfClient *client, + guint cnxn_id, + GConfEntry *entry, +@@ -231,7 +263,10 @@ static const PrefData webkit_pref_entrie + webkit_pref_callback_boolean }, + { CONF_SECURITY_ALLOW_POPUPS, + "javascript-can-open-windows-automatically", +- webkit_pref_callback_boolean } ++ webkit_pref_callback_boolean }, ++ { CONF_USER_AGENT_VENDOR, ++ "user-agent", ++ webkit_pref_callback_user_agent_vendor } + }; + + static void +Index: epiphany-2.29.3/embed/ephy-embed-prefs.h +=================================================================== +--- epiphany-2.29.3.orig/embed/ephy-embed-prefs.h ++++ epiphany-2.29.3/embed/ephy-embed-prefs.h +@@ -41,6 +41,7 @@ + #define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll" + #define CONF_WEB_INSPECTOR_ENABLED "/apps/epiphany/web/inspector_enabled" + #define CONF_CARET_BROWSING_ENABLED "/apps/epiphany/web/browse_with_caret" ++#define CONF_USER_AGENT_VENDOR "/apps/epiphany/web/user_agent_vendor" + + /* These are defined gnome wide now */ + #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" diff --git a/epiphany.changes b/epiphany.changes index 4a11ab9..08f0251 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,31 +1,3 @@ -------------------------------------------------------------------- -Wed Jan 13 02:36:56 CET 2010 - captain.magnus@opensuse.org - -- Update to version 2.29.5: - + Reimplement EphyEmbedSingle::handle-content signal, useful for - external download managers - + Add a gconf key (/apps/epiphany/general/url_search) to set the - default search engine. (bgo#604087) - + Reimplement favicon support (bgo#601859) - + Do not override page specific context menus with our own - (bgo#603326) - + Store all form auth data in GNOME Keyring, and ask the user to - remember and prefill new logins/passwords with an infobar. - (bgo#582267) - + Reimplement EphyWebView::ge-feed-link, emitted when a feed link - is found in the view. - + Reimplement support for the 'Accept-Language' HTTP header - (bgo#528893) - + Reimplement custom User Agent support, see commit e896b194fbff - for details (bgo#580903) - + Reimplement support for window.close (bgo#599009) - + Reimplement support for mime type safety check during - downloads (bgo#605026) - + Reimplement EphyWebView::new-window signal, emitted when the - view opens a new window (like a JS window) - + Lots of bugfixes -- Remove epiphany-user-agent.patch. Fixed upstream - ------------------------------------------------------------------- Wed Dec 23 11:02:43 CET 2009 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index dccf847..42ff82b 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,5 +1,5 @@ # -# spec file for package epiphany (Version 2.29.5) +# spec file for package epiphany (Version 2.29.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,14 +18,16 @@ Name: epiphany -Version: 2.29.5 -Release: 1 +Version: 2.29.3 +Release: 2 %define major_version 2.29 License: GPLv2+ Summary: GNOME Web Browser Based on the Mozilla Rendering Engine Url: http://www.gnome.org/projects/epiphany/ Group: Productivity/Networking/Web/Browsers Source: %{name}-%{version}.tar.bz2 +# PATCH-FEATURE-UPSTREAM epiphany-user-agent.patch bgo580903 vuntz@novell.com -- Set user agent with a vendor part, via a gconf key +Patch0: epiphany-user-agent.patch # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click Patch6: epiphany-safe-one-click-install.patch BuildRequires: NetworkManager-devel @@ -111,6 +113,7 @@ This package provides upstream Look and Feel for Epiphany. %prep %setup -q translation-update-upstream +%patch0 -p1 %patch6 -p1 %build From 4bb07a85d6772e4ab49c62a1b34862912c0f82ed30b2f391bb0218f6283fbb98 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 18 Jan 2010 13:34:49 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/epiphany revision 52.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=9620f95127cbe8bfa9648336a82fd92e --- epiphany-2.29.3.tar.bz2 | 3 -- epiphany-2.29.5.tar.bz2 | 3 ++ epiphany-user-agent.patch | 89 --------------------------------------- epiphany.changes | 28 ++++++++++++ epiphany.spec | 11 ++--- 5 files changed, 35 insertions(+), 99 deletions(-) delete mode 100644 epiphany-2.29.3.tar.bz2 create mode 100644 epiphany-2.29.5.tar.bz2 delete mode 100644 epiphany-user-agent.patch diff --git a/epiphany-2.29.3.tar.bz2 b/epiphany-2.29.3.tar.bz2 deleted file mode 100644 index dd0bf2a..0000000 --- a/epiphany-2.29.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f69defb18eb1c8b873187e88f9e152d45b35687b671778df3b2b7e4e95b86ea7 -size 5698603 diff --git a/epiphany-2.29.5.tar.bz2 b/epiphany-2.29.5.tar.bz2 new file mode 100644 index 0000000..81242b0 --- /dev/null +++ b/epiphany-2.29.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffea07630dca774771776af420801524fd68eec5126b9e40f0c32f5f70b42af2 +size 5723188 diff --git a/epiphany-user-agent.patch b/epiphany-user-agent.patch deleted file mode 100644 index 9dc4c31..0000000 --- a/epiphany-user-agent.patch +++ /dev/null @@ -1,89 +0,0 @@ -Index: epiphany-2.29.3/data/epiphany.schemas.in -=================================================================== ---- epiphany-2.29.3.orig/data/epiphany.schemas.in -+++ epiphany-2.29.3/data/epiphany.schemas.in -@@ -478,6 +478,17 @@ - Browse with caret - - -+ -+ /schemas/apps/epiphany/web/user_agent_vendor -+ /apps/epiphany/web/user_agent_vendor -+ epiphany -+ string -+ GNOME.org -+ -+ Vendor to include in the user agent -+ String that will be appended to the user agent, containing vendor-specific information. -+ -+ - - /schemas/apps/epiphany/general/managed_network - /apps/epiphany/general/managed_network -Index: epiphany-2.29.3/embed/ephy-embed-prefs.c -=================================================================== ---- epiphany-2.29.3.orig/embed/ephy-embed-prefs.c -+++ epiphany-2.29.3/embed/ephy-embed-prefs.c -@@ -134,6 +134,38 @@ webkit_pref_callback_user_stylesheet (GC - } - - static void -+webkit_pref_callback_user_agent_vendor (GConfClient *client, -+ guint cnxn_id, -+ GConfEntry *entry, -+ gpointer data) -+{ -+ GConfValue *gcvalue; -+ const char *value = NULL; -+ static char *webkit_user_agent = NULL; -+ char *user_agent = NULL; -+ char *webkit_pref = data; -+ -+ gcvalue = gconf_entry_get_value (entry); -+ -+ /* happens on initial notify if the key doesn't exist */ -+ if (gcvalue != NULL && -+ gcvalue->type == GCONF_VALUE_STRING) { -+ value = gconf_value_get_string (gcvalue); -+ } -+ -+ if (webkit_user_agent == NULL) { -+ g_object_get (G_OBJECT(settings), "user-agent", &webkit_user_agent, NULL); -+ } -+ -+ user_agent = g_strconcat (webkit_user_agent, " ", -+ "Epiphany/"VERSION, value ? " " : NULL, -+ value, NULL); -+ -+ g_object_set (settings, webkit_pref, user_agent, NULL); -+ g_free (user_agent); -+} -+ -+static void - webkit_pref_callback_font_size (GConfClient *client, - guint cnxn_id, - GConfEntry *entry, -@@ -231,7 +263,10 @@ static const PrefData webkit_pref_entrie - webkit_pref_callback_boolean }, - { CONF_SECURITY_ALLOW_POPUPS, - "javascript-can-open-windows-automatically", -- webkit_pref_callback_boolean } -+ webkit_pref_callback_boolean }, -+ { CONF_USER_AGENT_VENDOR, -+ "user-agent", -+ webkit_pref_callback_user_agent_vendor } - }; - - static void -Index: epiphany-2.29.3/embed/ephy-embed-prefs.h -=================================================================== ---- epiphany-2.29.3.orig/embed/ephy-embed-prefs.h -+++ epiphany-2.29.3/embed/ephy-embed-prefs.h -@@ -41,6 +41,7 @@ - #define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll" - #define CONF_WEB_INSPECTOR_ENABLED "/apps/epiphany/web/inspector_enabled" - #define CONF_CARET_BROWSING_ENABLED "/apps/epiphany/web/browse_with_caret" -+#define CONF_USER_AGENT_VENDOR "/apps/epiphany/web/user_agent_vendor" - - /* These are defined gnome wide now */ - #define CONF_NETWORK_PROXY_MODE "/system/proxy/mode" diff --git a/epiphany.changes b/epiphany.changes index 08f0251..4a11ab9 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Jan 13 02:36:56 CET 2010 - captain.magnus@opensuse.org + +- Update to version 2.29.5: + + Reimplement EphyEmbedSingle::handle-content signal, useful for + external download managers + + Add a gconf key (/apps/epiphany/general/url_search) to set the + default search engine. (bgo#604087) + + Reimplement favicon support (bgo#601859) + + Do not override page specific context menus with our own + (bgo#603326) + + Store all form auth data in GNOME Keyring, and ask the user to + remember and prefill new logins/passwords with an infobar. + (bgo#582267) + + Reimplement EphyWebView::ge-feed-link, emitted when a feed link + is found in the view. + + Reimplement support for the 'Accept-Language' HTTP header + (bgo#528893) + + Reimplement custom User Agent support, see commit e896b194fbff + for details (bgo#580903) + + Reimplement support for window.close (bgo#599009) + + Reimplement support for mime type safety check during + downloads (bgo#605026) + + Reimplement EphyWebView::new-window signal, emitted when the + view opens a new window (like a JS window) + + Lots of bugfixes +- Remove epiphany-user-agent.patch. Fixed upstream + ------------------------------------------------------------------- Wed Dec 23 11:02:43 CET 2009 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 42ff82b..36ab179 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,7 +1,7 @@ # -# spec file for package epiphany (Version 2.29.3) +# spec file for package epiphany (Version 2.29.5) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,14 @@ Name: epiphany -Version: 2.29.3 -Release: 2 +Version: 2.29.5 +Release: 1 %define major_version 2.29 License: GPLv2+ Summary: GNOME Web Browser Based on the Mozilla Rendering Engine Url: http://www.gnome.org/projects/epiphany/ Group: Productivity/Networking/Web/Browsers Source: %{name}-%{version}.tar.bz2 -# PATCH-FEATURE-UPSTREAM epiphany-user-agent.patch bgo580903 vuntz@novell.com -- Set user agent with a vendor part, via a gconf key -Patch0: epiphany-user-agent.patch # PATCH-FEATURE-OPENSUSE epiphany-safe-one-click-install.patch bnc330070 vuntz@novell.com -- Make one-click install work with one-click Patch6: epiphany-safe-one-click-install.patch BuildRequires: NetworkManager-devel @@ -113,7 +111,6 @@ This package provides upstream Look and Feel for Epiphany. %prep %setup -q translation-update-upstream -%patch0 -p1 %patch6 -p1 %build