From 6abc522d744155417e25f72ccfdbe59be8cc388cf2a2fa016a4531adc7b846f5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 13 Apr 2018 06:51:11 +0000 Subject: [PATCH 1/2] Accepting request 595768 from home:iznogood - Update to version 3.28.1: + Fix bookmarks migration from Epiphany 3.24 not working (bgo#794645). + Do not auto-open adblock filters in text editor after download (bgo#794646). + Fix crash when destroying sync service (bgo#794728). + Remove the experimental HTTPS Everywhere support (bgo#794803). + Fix width of bookmarks popover in certain locales (bgo#794861). + Don't activate search bar when pressing ' or / (bgo#795083). + Take snapshots only of most-visited web pages. - Drop already disabeled pkgconfig(httpseverywhere-0.8) BuildRequires and stop passing https_everywhere=false to meson, no longer supported nor needed. OBS-URL: https://build.opensuse.org/request/show/595768 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=285 --- epiphany-3.28.0.1.tar.xz | 3 --- epiphany-3.28.1.tar.xz | 3 +++ epiphany.changes | 17 +++++++++++++++++ epiphany.spec | 5 +---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 epiphany-3.28.0.1.tar.xz create mode 100644 epiphany-3.28.1.tar.xz diff --git a/epiphany-3.28.0.1.tar.xz b/epiphany-3.28.0.1.tar.xz deleted file mode 100644 index a895c32..0000000 --- a/epiphany-3.28.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7154b06837655771f2240bf378fb8ba2315ae07dbc6f45d160ca29cd6d377808 -size 4474960 diff --git a/epiphany-3.28.1.tar.xz b/epiphany-3.28.1.tar.xz new file mode 100644 index 0000000..9b55f71 --- /dev/null +++ b/epiphany-3.28.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2264d51b3ac88164fdd944488144a00512741dc791bc3ec14d75ae29cf7d7f +size 4469872 diff --git a/epiphany.changes b/epiphany.changes index da0aa2f..9f1c4dc 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Apr 10 20:34:56 UTC 2018 - bjorn.lie@gmail.com + +- Update to version 3.28.1: + + Fix bookmarks migration from Epiphany 3.24 not working + (bgo#794645). + + Do not auto-open adblock filters in text editor after download + (bgo#794646). + + Fix crash when destroying sync service (bgo#794728). + + Remove the experimental HTTPS Everywhere support (bgo#794803). + + Fix width of bookmarks popover in certain locales (bgo#794861). + + Don't activate search bar when pressing ' or / (bgo#795083). + + Take snapshots only of most-visited web pages. +- Drop already disabeled pkgconfig(httpseverywhere-0.8) + BuildRequires and stop passing https_everywhere=false to meson, + no longer supported nor needed. + ------------------------------------------------------------------- Tue Mar 20 17:37:33 UTC 2018 - dimstar@opensuse.org diff --git a/epiphany.spec b/epiphany.spec index 65fd6a0..1c57420 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -17,7 +17,7 @@ Name: epiphany -Version: 3.28.0.1 +Version: 3.28.1 Release: 0 Summary: GNOME Web Browser License: GPL-3.0-or-later @@ -40,8 +40,6 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.52.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.13 BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.22.13 BuildRequires: pkgconfig(hogweed) >= 3.2 -# Upstream recommends having this disabled for now, too unstable for usage (bgo#793389). -#BuildRequires: pkgconfig(httpseverywhere-0.8) BuildRequires: pkgconfig(icu-uc) >= 4.6 BuildRequires: pkgconfig(iso-codes) >= 0.35 BuildRequires: pkgconfig(json-glib-1.0) >= 1.2.0 @@ -102,7 +100,6 @@ translation-update-upstream %meson \ -Ddeveloper_mode=false \ -Ddistributor_name=openSUSE \ - -Dhttps_everywhere=false \ -Dunit_tests=false \ %{nil} %meson_build From f706db37d5f31a45c8e2104e2d03cdacec2a1c0ee12d5462040022558234e4e5 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Apr 2018 07:28:42 +0000 Subject: [PATCH 2/2] Accepting request 597204 from home:iznogood:branches:GNOME:Factory Fix typo in .changes OBS-URL: https://build.opensuse.org/request/show/597204 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=286 --- epiphany.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epiphany.changes b/epiphany.changes index 9f1c4dc..71f84fb 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -11,7 +11,7 @@ Tue Apr 10 20:34:56 UTC 2018 - bjorn.lie@gmail.com + Fix width of bookmarks popover in certain locales (bgo#794861). + Don't activate search bar when pressing ' or / (bgo#795083). + Take snapshots only of most-visited web pages. -- Drop already disabeled pkgconfig(httpseverywhere-0.8) +- Drop already disabled pkgconfig(httpseverywhere-0.8) BuildRequires and stop passing https_everywhere=false to meson, no longer supported nor needed.