Accepting request 181260 from GNOME:Factory
Push GNOME 3.9.3, as announced OBS-URL: https://build.opensuse.org/request/show/181260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=100
This commit is contained in:
commit
e2285e7df9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c231bb1af8daf739524bd89aa44873f5936b8a849da49326427486ed825523f
|
|
||||||
size 2504796
|
|
3
epiphany-3.9.2.tar.xz
Normal file
3
epiphany-3.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2ce5efa38da86b2fc11d6ae176da2581450effddf9578e8fe91b1a0107b8327
|
||||||
|
size 2504188
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 30 12:06:26 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.2:
|
||||||
|
+ Remove WebKit1 support, epiphany is now WebKit2 only.
|
||||||
|
+ Fix the encoding dialog, it was broken.
|
||||||
|
+ Compile template pages as GResources (bgo#696792).
|
||||||
|
+ Allow running a standalone instance with a custom profile
|
||||||
|
(bgo#699602).
|
||||||
|
+ Make ephy startup with Wayland.
|
||||||
|
+ Lots of minor fixes.
|
||||||
|
- Replace pkgconfig(webkitgtk-3.0) with pkgconfig(webkit2gtk-3.0),
|
||||||
|
to be equal to what configure checks for. currently, that does
|
||||||
|
not make a difference, as both .pc files are in the same -devel
|
||||||
|
package and webkit2gtk-3.0 was favored over webkitgtk-3.0 by
|
||||||
|
configure already. The change is in line with removal of WebKit1
|
||||||
|
support.
|
||||||
|
- Bump _base_version to 3.9.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 16 20:13:41 UTC 2013 - dimstar@opensuse.org
|
Tue Apr 16 20:13:41 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: epiphany
|
Name: epiphany
|
||||||
Version: 3.8.1
|
Version: 3.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
%define _base_version 3.8
|
%define _base_version 3.9
|
||||||
Summary: GNOME Web Browser
|
Summary: GNOME Web Browser
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
Url: http://www.gnome.org/projects/epiphany/
|
Url: http://www.gnome.org/projects/epiphany/
|
||||||
Source: http://download.gnome.org/sources/epiphany/3.8/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/epiphany/3.9/%{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
|
# 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
|
Patch6: epiphany-safe-one-click-install.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -52,7 +52,7 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12
|
|||||||
BuildRequires: pkgconfig(libxslt) >= 1.1.7
|
BuildRequires: pkgconfig(libxslt) >= 1.1.7
|
||||||
BuildRequires: pkgconfig(nss)
|
BuildRequires: pkgconfig(nss)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: pkgconfig(webkitgtk-3.0) >= 1.11.92
|
BuildRequires: pkgconfig(webkit2gtk-3.0) >= 2.1.1
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Requires: %{name}-branding = %{version}
|
Requires: %{name}-branding = %{version}
|
||||||
Requires: NetworkManager
|
Requires: NetworkManager
|
||||||
|
Loading…
Reference in New Issue
Block a user