From 8a52522fb2ca4aa4c62965d743628a70a48d7accc88f5e3defa952a73745c4e9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 13 Mar 2013 23:00:57 +0000 Subject: [PATCH 1/4] Accepting request 158309 from GNOME:Next Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158309 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=156 --- epiphany-3.6.1.tar.xz | 3 -- epiphany-3.7.91.tar.xz | 3 ++ epiphany.changes | 97 ++++++++++++++++++++++++++++++++++++++++++ epiphany.spec | 55 +++++++----------------- 4 files changed, 115 insertions(+), 43 deletions(-) delete mode 100644 epiphany-3.6.1.tar.xz create mode 100644 epiphany-3.7.91.tar.xz diff --git a/epiphany-3.6.1.tar.xz b/epiphany-3.6.1.tar.xz deleted file mode 100644 index 9399ba1..0000000 --- a/epiphany-3.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b4e33e02f7653489be9c49d182be84da13348b4ad3cb4c09c643898586a6008 -size 2479828 diff --git a/epiphany-3.7.91.tar.xz b/epiphany-3.7.91.tar.xz new file mode 100644 index 0000000..4d55508 --- /dev/null +++ b/epiphany-3.7.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f09d84c813206d6721681d37a05c50f028e734e8c52b606508669071a32b86 +size 2482380 diff --git a/epiphany.changes b/epiphany.changes index 604e429..bd37580 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,100 @@ +------------------------------------------------------------------- +Sat Mar 9 11:58:29 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.91: + + Add a setting to control delayed tab loading on startup + (bgo#694470). + + Port Web to libsecret for password storage (bgo#679918). + + New startup page for Incognito mode (bgo#694200). + + More missing features and bug fixes in the WebKit2 backend. + + Other bugfixes and cleanups. +- Replace pkgconfig(gnome-keyring-1) BuildRequires with + pkgconfig(libsecret-1), following upstreams port to libsecret. + +------------------------------------------------------------------- +Fri Feb 22 10:10:18 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.90: + + Add "undo closed tab" functionality (bgo#128184) + + Remove installed headers, API doc and pc files, since we don't + have extensions anymore. + + Only load pages when their tab is switched to on session + restore (bgo#675302) + + Support notification filtering (bgo#690996) + + Add a New Tab button in the toolbar (bgo#684616) + + More bugfixes and missing functionality for the WebKit2 + backend. + + Other bugfixes and cleanups. +- Drop -devel subpackage: as there are no headers and API docs + installed, this package is useless. +- Obsolete epiphany-devel from the main-package. + +------------------------------------------------------------------- +Fri Feb 8 13:42:06 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.5: + + Remove ability to open URIs in the clipboard through middle + click. This option was disabled by default since a long time + ago, and broken in WK2. + + Load and save the session asynchronously. + + Remove spaces in Accept-Language header for compatiblity + (bgo#671652). + + Smarter copy email address action (bgo#688166). + + A bunch of WebKit2 improvements. The WebKit2 version is now + really close to feature-complete. + + Other bug fixes and cleanups. + +------------------------------------------------------------------- +Tue Jan 8 18:02:05 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.3: + + Vastly improve the icon generation for Web Applications + (bgo#657755) + + Allow to zoom images, since this is actually supported by + WebKit now + + New design for the find bar (bgo#689929) + + Add an 'Incognito window' mode in the UI (bgo#676914) + + Support back/forward mouse buttons (bgo#337852) + + Improve heuristics to decide whether to open new windows or + where to append new tabs when Web is invoked from other + applications (bgo#685976) + + Add zoom controls to the gear menu (bgo#683625) + + Use GtkSearchEntry all over the place instead of our own + version (bgo#687744) + + Tidy up the application menu to be more in sync with other core + apps (bgo#678962) + + Add support for favicons in WebKit2. + + Tons of cleanups and other bugfixes. +- Replace pkgconfig(libsoup-gnome-2.4) BuildRequires with + pkgconfig(libsoup-2.4), following upstreams changes. +- Add pkgconfig(libwnck-3.0) BuildRequires: new dependency. + +------------------------------------------------------------------- +Wed Oct 24 22:08:10 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.7.1: + + This release removes support for traditional extensions + (bgo#685630) + + Adblock is now imported into the core browser, disabled by + default. See Preferences->Privacy to enable it (bgo#681657) + + Remove JavaScript preference from the UI. Pretty much every + single page the average user visits needs JavaScript, so this + is a "Please break my web" preference in disguise. For those + concerned about security and/or privacy the GSetting remains + available. (bgo#685393) + + Merge the application menu in the gear menu when not running + under the Shell. (bgo#673054) + + Do not automatically load resources we cannot handle unless + they are the main resource in the page. (bgo#683635) + + Many other bugfixes. +- Drop pkgconfig(gobject-introspection-1.0) BuildRequires: there + is no more gobject-introspection support with webkit2. +- Stop passing --enable-introspection to configure. +- Remove the extension-dir creation hack in install: there are no + extensions supported anymore. +- Obsolete epiphany-extensions: as there is no extension support + anymore it's cleanest to obsolete the old -extensions packages. + ------------------------------------------------------------------- Tue Oct 16 13:33:58 UTC 2012 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 9909e04..2710ac2 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,7 +1,7 @@ # # spec file for package epiphany # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,13 +17,13 @@ Name: epiphany -Version: 3.6.1 +Version: 3.7.91 Release: 0 Summary: GNOME Web Browser License: GPL-2.0+ Group: Productivity/Networking/Web/Browsers Url: http://www.gnome.org/projects/epiphany/ -Source: http://download.gnome.org/sources/epiphany/3.6/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/epiphany/3.7/%{name}-%{version}.tar.xz # 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: fdupes @@ -35,23 +35,23 @@ BuildRequires: pkgconfig(avahi-client) >= 0.6.22 BuildRequires: pkgconfig(avahi-gobject) >= 0.6.22 BuildRequires: pkgconfig(gcr-3) >= 3.5.5 BuildRequires: pkgconfig(gio-unix-2.0) >= 2.31.2 -BuildRequires: pkgconfig(glib-2.0) >= 2.31.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.35.6 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.7 -BuildRequires: pkgconfig(gnome-keyring-1) >= 2.26.0 -BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.0.1 BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.5.2 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.10 BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.5.2 BuildRequires: pkgconfig(iso-codes) >= 0.35 BuildRequires: pkgconfig(libnotify) >= 0.5.1 -BuildRequires: pkgconfig(libsoup-gnome-2.4) >= 2.39.6 +BuildRequires: pkgconfig(libsecret-1) >= 0.14 +BuildRequires: pkgconfig(libsoup-2.4) >= 2.41.3 +BuildRequires: pkgconfig(libwnck-3.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12 BuildRequires: pkgconfig(libxslt) >= 1.1.7 BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.9.6 +BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.11.5 BuildRequires: pkgconfig(x11) Requires: %{name}-branding = %{version} Requires: NetworkManager @@ -59,33 +59,25 @@ Requires: gnome-icon-theme Requires: iso-codes Recommends: %{name}-lang Recommends: ca-certificates +# Epiphany dropped extensions support in 3.7.1; thus obsoleting the extensions package. +Obsoletes: epiphany-extensions < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build +# With epiphany 3.7.90, the installation of headers and API doc was stopped. Obsolete an eventual installed package. +Obsoletes: %{name}-devel < 3.7.90 %glib2_gsettings_schema_requires %description Epiphany is a Web browser for the GNOME Desktop. Its principles are simplicity and standards compliance. -%package devel -Summary: GNOME Web Browser -Group: Development/Libraries/GNOME -Requires: %{name} = %{version} -Provides: %{name}-doc = %{version} -Provides: browser(npapi) -Obsoletes: %{name}-doc < %{version} - -%description devel -Epiphany is a Web Browser for the GNOME Desktop. Its principles are -simplicity and standards compliance. - %package branding-upstream Summary: GNOME Web Browser -- Upstream default bookmarks and user agent string Group: Productivity/Networking/Web/Browsers Requires: %{name} = %{version} -Provides: %{name}-branding = %{version} -Conflicts: otherproviders(%{name}-branding) Supplements: packageand(%{name}:branding-upstream) +Provides: %{name}-branding = %{version} BuildArch: noarch +Conflicts: otherproviders(%{name}-branding) #BRAND: Provide a few files - #BRAND: /usr/share/epiphany/default-bookmarks.rdf #BRAND: the default bookmarks @@ -112,18 +104,11 @@ translation-update-upstream %build %configure \ --disable-maintainer-mode \ - --enable-introspection \ --with-distributor-name="SUSE" make %{?_smp_mflags} V=1 %install %make_install -# In case make install did not create the extensions directory; note that we -# determine this directory with the pkg-config file that got installed. -extensionsdir=`pkg-config --variable extensionsdir %{buildroot}%{_libdir}/pkgconfig/epiphany-*.pc` -if ! test -d %{buildroot}${extensionsdir}; then - install -d -m 0755 %{buildroot}${extensionsdir} -fi %suse_update_desktop_file %{name} # Copy the icons in hicolor, else brp-check is sad for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do @@ -160,20 +145,10 @@ done %{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml %{_datadir}/icons/hicolor/*/apps/*.png -%{_libdir}/epiphany -%{_libdir}/girepository-1.0/Epiphany-3.6.typelib %doc %{_mandir}/man1/epiphany.1.gz %files lang -f %{name}.lang -%files devel -%defattr(-,root,root) -%doc %{_datadir}/gtk-doc/html/epiphany/ -%{_datadir}/aclocal/*.m4 -%{_datadir}/gir-1.0/*.gir -%{_includedir}/epiphany* -%{_libdir}/pkgconfig/*.pc - %files branding-upstream %defattr(-,root,root) %{_datadir}/epiphany/default-bookmarks.rdf From d5dd1a6e7bfc36ac1e7e020588555c438463e44222914ce739f10957cf788619 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 20 Mar 2013 18:01:53 +0000 Subject: [PATCH 2/4] Accepting request 160145 from home:dimstar:branches:GNOME:Factory - Also obsolete epiphany-extensions-lang. OBS-URL: https://build.opensuse.org/request/show/160145 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=157 --- epiphany.changes | 5 +++++ epiphany.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/epiphany.changes b/epiphany.changes index bd37580..194472e 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Mar 19 22:47:58 UTC 2013 - dimstar@opensuse.org + +- Also obsolete epiphany-extensions-lang. + ------------------------------------------------------------------- Sat Mar 9 11:58:29 UTC 2013 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 2710ac2..12cc9ab 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -61,6 +61,7 @@ Recommends: %{name}-lang Recommends: ca-certificates # Epiphany dropped extensions support in 3.7.1; thus obsoleting the extensions package. Obsoletes: epiphany-extensions < %{version} +Obsoletes: epiphany-extensions-lang < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build # With epiphany 3.7.90, the installation of headers and API doc was stopped. Obsolete an eventual installed package. Obsoletes: %{name}-devel < 3.7.90 From 1f89c5354f833fafc8f118dd45ac7653151551182ef976d53b355b463bd88dcf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 24 Mar 2013 21:06:54 +0000 Subject: [PATCH 3/4] Accepting request 160804 from home:dimstar:branches:GNOME:Factory Resubmit - fixed and now also build-tested with webkitgtk3 OBS-URL: https://build.opensuse.org/request/show/160804 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=158 --- epiphany-3.7.91.tar.xz | 3 --- epiphany-3.7.92.tar.xz | 3 +++ epiphany.changes | 9 +++++++++ epiphany.spec | 10 ++++++++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 epiphany-3.7.91.tar.xz create mode 100644 epiphany-3.7.92.tar.xz diff --git a/epiphany-3.7.91.tar.xz b/epiphany-3.7.91.tar.xz deleted file mode 100644 index 4d55508..0000000 --- a/epiphany-3.7.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52f09d84c813206d6721681d37a05c50f028e734e8c52b606508669071a32b86 -size 2482380 diff --git a/epiphany-3.7.92.tar.xz b/epiphany-3.7.92.tar.xz new file mode 100644 index 0000000..c752800 --- /dev/null +++ b/epiphany-3.7.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b430fb65317be92266064b52fa4dfccdb4b1b6828ce083945512fd5d6f9b0e +size 2501740 diff --git a/epiphany.changes b/epiphany.changes index 194472e..2f31544 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Mar 20 19:08:40 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.7.92: + + We now use WebKit2 by default. + + Fix all the remaining WebKit2 feature regressions that were on + track for 3.8 (bgo#678610) + + Other bugfixes and cleanups + ------------------------------------------------------------------- Tue Mar 19 22:47:58 UTC 2013 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 12cc9ab..cd4fc3c 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,8 +17,9 @@ Name: epiphany -Version: 3.7.91 +Version: 3.7.92 Release: 0 +%define _base_version 3.7 Summary: GNOME Web Browser License: GPL-2.0+ Group: Productivity/Networking/Web/Browsers @@ -51,7 +52,7 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12 BuildRequires: pkgconfig(libxslt) >= 1.1.7 BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.11.5 +BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.11.92 BuildRequires: pkgconfig(x11) Requires: %{name}-branding = %{version} Requires: NetworkManager @@ -110,6 +111,7 @@ make %{?_smp_mflags} V=1 %install %make_install +find %{buildroot} -type f -name '*.la' -delete -print %suse_update_desktop_file %{name} # Copy the icons in hicolor, else brp-check is sad for size in 8x8 16x16 22x22 24x24 32x32 48x48 256x256; do @@ -147,6 +149,10 @@ done %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml %{_datadir}/icons/hicolor/*/apps/*.png %doc %{_mandir}/man1/epiphany.1.gz +%dir %{_libdir}/epiphany +%dir %{_libdir}/epiphany/%{_base_version} +%dir %{_libdir}/epiphany/%{_base_version}/web-extensions +%{_libdir}/epiphany/%{_base_version}/web-extensions/libephywebextension.so %files lang -f %{name}.lang From 18e407e07be36b2d01457404b05871aa032575f36230d4046b458cc446e9a81f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 26 Mar 2013 20:15:18 +0000 Subject: [PATCH 4/4] Accepting request 161064 from home:dimstar:branches:GNOME:Factory Update to 3.8.0 OBS-URL: https://build.opensuse.org/request/show/161064 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=159 --- epiphany-3.7.92.tar.xz | 3 --- epiphany-3.8.0.tar.xz | 3 +++ epiphany.changes | 8 ++++++++ epiphany.spec | 6 +++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 epiphany-3.7.92.tar.xz create mode 100644 epiphany-3.8.0.tar.xz diff --git a/epiphany-3.7.92.tar.xz b/epiphany-3.7.92.tar.xz deleted file mode 100644 index c752800..0000000 --- a/epiphany-3.7.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b430fb65317be92266064b52fa4dfccdb4b1b6828ce083945512fd5d6f9b0e -size 2501740 diff --git a/epiphany-3.8.0.tar.xz b/epiphany-3.8.0.tar.xz new file mode 100644 index 0000000..22c2ed9 --- /dev/null +++ b/epiphany-3.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb531e23523fe46c838eb24d2ecf44ec0d9d631ab410c7c09e9b4bb5d2a20dde +size 2505364 diff --git a/epiphany.changes b/epiphany.changes index 2f31544..6932e7b 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 25 21:27:25 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.8.0: + + Fix encoding menu and dialog (bgo#696548). + + Sync reload/stop button with load state (bgo#696301). + + Updated translations. + ------------------------------------------------------------------- Wed Mar 20 19:08:40 UTC 2013 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index cd4fc3c..b7f21cc 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,14 +17,14 @@ Name: epiphany -Version: 3.7.92 +Version: 3.8.0 Release: 0 -%define _base_version 3.7 +%define _base_version 3.8 Summary: GNOME Web Browser License: GPL-2.0+ Group: Productivity/Networking/Web/Browsers Url: http://www.gnome.org/projects/epiphany/ -Source: http://download.gnome.org/sources/epiphany/3.7/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/epiphany/3.8/%{name}-%{version}.tar.xz # 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: fdupes