Accepting request 291557 from GNOME:Next
resub OBS-URL: https://build.opensuse.org/request/show/291557 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=191
This commit is contained in:
parent
d76bf9a735
commit
013efa232b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc69403b3b7addf30dd6eb703265a77102b8ab3c6194678ad0d2433f251492d0
|
||||
size 3063764
|
3
epiphany-3.15.92.tar.xz
Normal file
3
epiphany-3.15.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a8295e9f658f1471669dfe00768bb6e4af1ba1102666a0d3347cddb5dff9611
|
||||
size 3102036
|
@ -1,3 +1,52 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 18 08:52:32 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.92:
|
||||
+ Make F6 focus the address entry (bgo#729060).
|
||||
+ Toggle the search bar with Ctrl+F (bgo#734316).
|
||||
+ Fix DOM-binding related crashers with some websites
|
||||
(bgo#745306).
|
||||
+ Other crashers fixed (bgo#744896).
|
||||
+ Build fixes (bgo#745247).
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(webkit2gtk-web-extension-4.0) BuildRequires: new
|
||||
verified dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 10:17:27 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.15.90:
|
||||
+ Make sure that locale changes do not lose search engine.
|
||||
+ Add a new Incognito Window desktop action.
|
||||
+ Allow access to the URL bar in application mode.
|
||||
+ Show a speaker icon in tabs playing audio.
|
||||
+ Show a network error page on TLS errors.
|
||||
+ Remove unused cache size preference.
|
||||
+ Handle notification permissions.
|
||||
+ Fix cookies policy values.
|
||||
+ Fix memory leaks, segfaults, code improvements, ui fixes.
|
||||
+ Updated translations.
|
||||
- Drop epiphany-search-provider.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 23 12:56:32 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Add epiphany-search-provider.patch: Fix epiphany search provider
|
||||
crashes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 17 21:45:57 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.15.1:
|
||||
+ Open web pages source in default text editor (bgo#738475).
|
||||
+ String improvements.
|
||||
+ Bump WebKitGTK+ requirement to 2.7.2.
|
||||
+ Use script messages instead of dbus.
|
||||
+ Use custom local storage location to prevent leaking local
|
||||
storage in incognito mode (bgo#738720).
|
||||
+ Fixes to the file utils.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 22:02:02 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package epiphany
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX 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,14 +17,14 @@
|
||||
|
||||
|
||||
Name: epiphany
|
||||
Version: 3.14.2
|
||||
Version: 3.15.92
|
||||
Release: 0
|
||||
%define _base_version 3.14
|
||||
%define _base_version 3.15
|
||||
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.14/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/epiphany/3.15/%{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
|
||||
@ -53,7 +53,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.5.90
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.7.4
|
||||
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.7.4
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires: %{name}-branding = %{version}
|
||||
Requires: NetworkManager
|
||||
|
Loading…
Reference in New Issue
Block a user