From 9d6fdc335f14b5747fdc69f31f7ecbcf5d6eda6be84f0911d93827ae555c1d79 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 16 Jun 2011 12:05:22 +0000 Subject: [PATCH 1/4] Accepting request 73798 from home:dimstar:branches:GNOME:Factory Update to 3.1.2 OBS-URL: https://build.opensuse.org/request/show/73798 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=101 --- epiphany-3.0.3.tar.bz2 | 3 --- epiphany-3.1.2.tar.bz2 | 3 +++ epiphany.changes | 15 +++++++++++++++ epiphany.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 epiphany-3.0.3.tar.bz2 create mode 100644 epiphany-3.1.2.tar.bz2 diff --git a/epiphany-3.0.3.tar.bz2 b/epiphany-3.0.3.tar.bz2 deleted file mode 100644 index 714d269..0000000 --- a/epiphany-3.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96cc08e2ea1f45d672b810472893a4ed701af1e264f1736ab4f0017e1ff90221 -size 5881474 diff --git a/epiphany-3.1.2.tar.bz2 b/epiphany-3.1.2.tar.bz2 new file mode 100644 index 0000000..17caa21 --- /dev/null +++ b/epiphany-3.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce38e772154a78c1c6f8758993658eeca619ddde0e04150e568e62066b61ede +size 5896712 diff --git a/epiphany.changes b/epiphany.changes index 11a8a55..bf739bb 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 14 09:12:54 CEST 2011 - dimstar@opensuse.org + +- Update to version 3.1.2: + + Add an option in the chrome context menu to hide the menubar. + + Open new tabs to the right of the current one also for + Ctr+Enter [bgo#647976] + + Use WebKit's internal source viewer by default [bgo#597156] + + Drop yellow background in secure location entry and use + symbolic icons. + + Add spell checking, enabled by default. + + Warn again about unsubmitted forms on close [bgo#604986] + + Add about:plugins support [bgo#575498] + + Many other bugfixes. + ------------------------------------------------------------------- Wed May 18 19:04:45 CEST 2011 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 9c9c157..fd47199 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -18,7 +18,7 @@ Name: epiphany -Version: 3.0.3 +Version: 3.1.2 Release: 1 License: GPLv2+ Summary: GNOME Web Browser Based on the WebKit Rendering Engine From 453d9506cf1da7c7fdc24ab050b1e8c4720fe1bd64ee7897f69c140aef48d2c1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Jul 2011 09:15:24 +0000 Subject: [PATCH 2/4] Accepting request 75487 from home:vuntz:branches:GNOME:Factory Update to 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75487 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=102 --- epiphany-3.1.2.tar.bz2 | 3 --- epiphany-3.1.3.tar.bz2 | 3 +++ epiphany.changes | 22 ++++++++++++++++++++++ epiphany.spec | 7 +++---- 4 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 epiphany-3.1.2.tar.bz2 create mode 100644 epiphany-3.1.3.tar.bz2 diff --git a/epiphany-3.1.2.tar.bz2 b/epiphany-3.1.2.tar.bz2 deleted file mode 100644 index 17caa21..0000000 --- a/epiphany-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce38e772154a78c1c6f8758993658eeca619ddde0e04150e568e62066b61ede -size 5896712 diff --git a/epiphany-3.1.3.tar.bz2 b/epiphany-3.1.3.tar.bz2 new file mode 100644 index 0000000..ac51cb1 --- /dev/null +++ b/epiphany-3.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fc252966b193fef0391d427b71444f2a54947ecbcd4cc4c25a51351afa34bf +size 5899390 diff --git a/epiphany.changes b/epiphany.changes index bf739bb..0a29eec 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Jul 5 15:04:55 CEST 2011 - vuntz@opensuse.org + +- Update to version 3.1.3: + + Port to GtkApplication + + Do not use GNOME font settings as our default, just rely on + more generic system config ("sans", "serif") + + Port to GDBus + + Assume NetworkManager is present. This is not a hard dependency + since we only require it at runtime, as we use it through dbus. + + Fix "Use picture as background" (bgo#647604) + + Implement a basic about:memory page with memory usage data + + Respect gtk-keynav-wrap-around in our page-change handler + + Fix removal of items by DnD in toolbar editor (bgo#647265) + + Many other cleanup and fixes +- Remove NetworkManager-devel BuildRequires: it is not needed at + build time anymore. +- Remove startup-notification-devel BuildRequires: the explicit + build dependency has been removed upstream. +- Add NetworkManager Requires as epiphany now won't work without + it. + ------------------------------------------------------------------- Tue Jun 14 09:12:54 CEST 2011 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index fd47199..1a3b6dc 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -18,18 +18,17 @@ Name: epiphany -Version: 3.1.2 +Version: 3.1.3 Release: 1 License: GPLv2+ Summary: GNOME Web Browser Based on the WebKit Rendering Engine Url: http://www.gnome.org/projects/epiphany/ Group: Productivity/Networking/Web/Browsers -Source: %{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/epiphany/3.1/%{name}-%{version}.tar.bz2 # PATCH-FIX-OPENSUSE epiphany-hide-bookmark-editor.patch vuntz@opensuse.org -- Hide bookmark editors in menu Patch0: epiphany-hide-bookmark-editor.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 BuildRequires: ca-certificates BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel @@ -46,11 +45,11 @@ BuildRequires: libsoup-devel BuildRequires: libwebkitgtk3-devel BuildRequires: libxslt-devel BuildRequires: mozilla-nss-devel -BuildRequires: startup-notification-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gsettings-desktop-schemas) Requires: %{name}-branding +Requires: NetworkManager Requires: gnome-icon-theme Requires: iso-codes Recommends: %{name}-lang From 310ae5d8f0ab1117bd0b9d4c83ab934591397fb84671ccf9e36b10a49b5a43fe Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 6 Jul 2011 17:07:45 +0000 Subject: [PATCH 3/4] Accepting request 75545 from home:vuntz:branches:GNOME:Factory Some branding cleanups OBS-URL: https://build.opensuse.org/request/show/75545 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=103 --- epiphany.changes | 12 ++++++++++++ epiphany.spec | 18 ++++++++++++------ 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/epiphany.changes b/epiphany.changes index 0a29eec..f6a08ef 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 6 16:31:22 CEST 2011 - vuntz@opensuse.org + +- Change branding-upstream subpackage: + + Add Requires for epiphany since the branding package is useless + without it. + + Update summary and description. + + Make noarch. +- Update summaries in other subpackages. +- Change branding Requires in main subpackage to be "= %{version}" + since it has to be versioned. + ------------------------------------------------------------------- Tue Jul 5 15:04:55 CEST 2011 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 1a3b6dc..cdd7006 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -21,7 +21,7 @@ Name: epiphany Version: 3.1.3 Release: 1 License: GPLv2+ -Summary: GNOME Web Browser Based on the WebKit Rendering Engine +Summary: GNOME Web Browser Url: http://www.gnome.org/projects/epiphany/ Group: Productivity/Networking/Web/Browsers Source: http://download.gnome.org/sources/epiphany/3.1/%{name}-%{version}.tar.bz2 @@ -48,7 +48,7 @@ BuildRequires: mozilla-nss-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gsettings-desktop-schemas) -Requires: %{name}-branding +Requires: %{name}-branding = %{version} Requires: NetworkManager Requires: gnome-icon-theme Requires: iso-codes @@ -63,7 +63,7 @@ simplicity and standards compliance. %package devel License: GPLv2+ -Summary: GNOME Web Browser based on the WebKit Rendering Engine +Summary: GNOME Web Browser Group: Development/Libraries/GNOME Requires: %{name} = %{version} Provides: %{name}-doc = %{version} @@ -75,17 +75,23 @@ simplicity and standards compliance. %package branding-upstream License: GPLv2+ -Summary: Upstream branding of Epiphany +Summary: GNOME Web Browser -- Upstream default bookmarks and user agent string Group: Productivity/Networking/Web/Browsers -Supplements: packageand(%{name}:branding-upstream) +Requires: %{name} = %{version} Provides: %{name}-branding = %{version} Conflicts: otherproviders(%{name}-branding) +Supplements: packageand(%{name}:branding-upstream) +BuildArch: noarch #BRAND: Provide a few files - #BRAND: /usr/share/epiphany/default-bookmarks.rdf #BRAND: the default bookmarks %description branding-upstream -This package provides upstream Look and Feel for Epiphany. +Epiphany is a Web Browser for the GNOME Desktop. Its principles are +simplicity and standards compliance. + +This package provides the upstream default bookmarks and user agent +string. %lang_package %prep From a0f6737e857405ca3560349a2f960985614739daef6e83046af5976d19c272fc Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Jul 2011 09:17:40 +0000 Subject: [PATCH 4/4] Accepting request 75621 from home:vuntz:branches:GNOME:Factory Drop unneeded BuildRequires OBS-URL: https://build.opensuse.org/request/show/75621 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=104 --- epiphany.changes | 9 +++++++++ epiphany.spec | 9 +++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/epiphany.changes b/epiphany.changes index f6a08ef..8305b31 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jul 7 10:46:47 CEST 2011 - vuntz@opensuse.org + +- Remove unneeded gnome-themes BuildRequires: it was probably added + at some point, when epiphany was installing icons for + accessibility themes. +- Document the branding.conf file that can be used to set the + default user agent. + ------------------------------------------------------------------- Wed Jul 6 16:31:22 CEST 2011 - vuntz@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index cdd7006..47cdfb5 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -33,7 +33,6 @@ BuildRequires: ca-certificates BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: gnome-icon-theme -BuildRequires: gnome-themes BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: iso-codes-devel @@ -84,7 +83,13 @@ Supplements: packageand(%{name}:branding-upstream) BuildArch: noarch #BRAND: Provide a few files - #BRAND: /usr/share/epiphany/default-bookmarks.rdf -#BRAND: the default bookmarks +#BRAND: the default bookmarks +#BRAND: /usr/share/epiphany/branding.conf (optional) +#BRAND: a file to change the default user agent. For instance: +#BRAND: [User Agent] +#BRAND: Vendor=SUSE +#BRAND: VendorSub=12.1 +#BRAND: VendorComment=3.1.2-101.5 %description branding-upstream Epiphany is a Web Browser for the GNOME Desktop. Its principles are