Accepting request 75487 from home:vuntz:branches:GNOME:Factory
Update to 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75487 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=102
This commit is contained in:
parent
9d6fdc335f
commit
453d9506cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ce38e772154a78c1c6f8758993658eeca619ddde0e04150e568e62066b61ede
|
||||
size 5896712
|
3
epiphany-3.1.3.tar.bz2
Normal file
3
epiphany-3.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14fc252966b193fef0391d427b71444f2a54947ecbcd4cc4c25a51351afa34bf
|
||||
size 5899390
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 15:04:55 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.3:
|
||||
+ Port to GtkApplication
|
||||
+ Do not use GNOME font settings as our default, just rely on
|
||||
more generic system config ("sans", "serif")
|
||||
+ Port to GDBus
|
||||
+ Assume NetworkManager is present. This is not a hard dependency
|
||||
since we only require it at runtime, as we use it through dbus.
|
||||
+ Fix "Use picture as background" (bgo#647604)
|
||||
+ Implement a basic about:memory page with memory usage data
|
||||
+ Respect gtk-keynav-wrap-around in our page-change handler
|
||||
+ Fix removal of items by DnD in toolbar editor (bgo#647265)
|
||||
+ Many other cleanup and fixes
|
||||
- Remove NetworkManager-devel BuildRequires: it is not needed at
|
||||
build time anymore.
|
||||
- Remove startup-notification-devel BuildRequires: the explicit
|
||||
build dependency has been removed upstream.
|
||||
- Add NetworkManager Requires as epiphany now won't work without
|
||||
it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 09:12:54 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -18,18 +18,17 @@
|
||||
|
||||
|
||||
Name: epiphany
|
||||
Version: 3.1.2
|
||||
Version: 3.1.3
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Summary: GNOME Web Browser Based on the WebKit Rendering Engine
|
||||
Url: http://www.gnome.org/projects/epiphany/
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/epiphany/3.1/%{name}-%{version}.tar.bz2
|
||||
# PATCH-FIX-OPENSUSE epiphany-hide-bookmark-editor.patch vuntz@opensuse.org -- Hide bookmark editors in menu
|
||||
Patch0: epiphany-hide-bookmark-editor.patch
|
||||
# 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
|
||||
BuildRequires: NetworkManager-devel
|
||||
BuildRequires: ca-certificates
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -46,11 +45,11 @@ BuildRequires: libsoup-devel
|
||||
BuildRequires: libwebkitgtk3-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: mozilla-nss-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
Requires: %{name}-branding
|
||||
Requires: NetworkManager
|
||||
Requires: gnome-icon-theme
|
||||
Requires: iso-codes
|
||||
Recommends: %{name}-lang
|
||||
|
Loading…
Reference in New Issue
Block a user