diff --git a/epiphany-3.18.4.tar.xz b/epiphany-3.18.4.tar.xz deleted file mode 100644 index 86f14bd..0000000 --- a/epiphany-3.18.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be699d484371111abae754e669187215df73e21533f461e513b79537d7a1c1c1 -size 3054500 diff --git a/epiphany-3.19.90.tar.xz b/epiphany-3.19.90.tar.xz new file mode 100644 index 0000000..2deadb9 --- /dev/null +++ b/epiphany-3.19.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8788d3f68c360fb2b98cf16adb190f93158df8b2e4ee8bf53a098d131bc2a29d +size 3093800 diff --git a/epiphany.changes b/epiphany.changes index 924da4e..597ac8a 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,69 @@ +------------------------------------------------------------------- +Tue Feb 16 10:51:31 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.19.90: + + Session saving should save window/tab history and re-instate it + on session restore (bgo#119432). + + overview: Display a placeholder image on empty overview + (bgo#683582). + + Make new tabs inherit history of parent (bgo#706731). + + prefs-dialog: Expose restore-session-policy (bgo#724583). + + Remove encoding preference from preferences dialog + (bgo#734381). + + Use GdTwoLinesRenderer to display the location entry completion + (bgo#736364). + + Activate downloads popover when a download is started + (bgo#757753). + + overview: Do not show local files on the overview (bgo#758469). + + web-overview: Do not drop thumbnail update requests + (bgo#758470). + + Improvements to the encodings dialog (bgo#759164). + + Fixups for help files (bgo#759279). + + Revert "EphyUriTester: Drop keys/signatures logic" (bgo#759501). + + downloads: Value returned by ephy_download_get_content_type() + should not be freed (bgo#759200). + + ephy-profile-migrator: Call setlocale and gettext functions in + main function (bgo#760417). + + ephy-session: restore session state when restoring recently + closed tabs (bgo#760782). + + Switch web extensions to using private D-Bus connections + (bgo#761009). + + web-view: Add mnemonics for error page buttons (bgo#761069). + + location-entry: Encode URI before copy/paste (bgo#761660). + + embed: Ignore beforeunload events. + + Allow opening downloaded .tar.xz files. + + Take safetypes patch from Debian. + + downloads-popover: Disappear more smoothly. + + web-view: Fix security level of error pages. + + Various fixes for compatibility with GTK+ 3.20. + + Various code cleanups. + + Various improvements to the appdata file. + + Updated translations. + +------------------------------------------------------------------- +Tue Feb 16 03:19:01 UTC 2016 - damjanovic.ivo@gmail.com + +- Updated to version 3.19.1: + + Enable WebGL and WebAudio by default. + + Add a new downloads manager. + + Properly propagate key-bindings to pages (bgo#113449). + + Only warn about unsubmitted changes if form has text + (bgo#668260). + + Use x-scheme-handler to get default browser (bgo#750275). + + Add search to cookies dialog (bgo#720978). + + Add categories to web apps (bgo#672574). + + Many cleanups to the application dialogs. + + Several fixes to the ad blocker (bgo#754954). + + Add support for system-wide installed web applications. + + Hide floating bar on mouseover (bgo#742590). + + Allow notification requests in web applications (bgo#759176). + + Fixes to the about:applications page. + + Display insecure content warning on all insecure pages + (bgo#744064). + + Fix builds, code fixes, etc. + + Updated translations. +- Update _base_version to 3.19. + ------------------------------------------------------------------- Mon Feb 15 19:19:01 UTC 2016 - zaitor@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index e1d4d09..f88f6ca 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,14 +17,14 @@ Name: epiphany -Version: 3.18.4 +Version: 3.19.90 Release: 0 -%define _base_version 3.18 +%define _base_version 3.19 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.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/epiphany/3.19/%{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 Patch0: epiphany-safe-one-click-install.patch # The icon we rely on is from adwaita-icon-theme @@ -39,11 +39,11 @@ 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.38.0 +BuildRequires: pkgconfig(glib-2.0) >= 2.44.0 BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.7 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.0.1 BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.13.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.1 BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.5.2 BuildRequires: pkgconfig(iso-codes) >= 0.35 BuildRequires: pkgconfig(libnotify) >= 0.5.1 @@ -54,8 +54,8 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12 BuildRequires: pkgconfig(libxslt) >= 1.1.7 BuildRequires: pkgconfig(nss) BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.9.5 -BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.9.5 +BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.11.4 +BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.11.1 BuildRequires: pkgconfig(x11) Requires: %{name}-branding = %{version} Requires: NetworkManager