Accepting request 597330 from GNOME:Factory
Fix typo in .changes (forwarded request 597204 from iznogood) OBS-URL: https://build.opensuse.org/request/show/597330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=150
This commit is contained in:
commit
bc8e839a81
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7154b06837655771f2240bf378fb8ba2315ae07dbc6f45d160ca29cd6d377808
|
||||
size 4474960
|
3
epiphany-3.28.1.tar.xz
Normal file
3
epiphany-3.28.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad2264d51b3ac88164fdd944488144a00512741dc791bc3ec14d75ae29cf7d7f
|
||||
size 4469872
|
@ -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 disabled 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user