Accepting request 197274 from home:dimstar:branches:GNOME:Factory
Update to 3.9.90 OBS-URL: https://build.opensuse.org/request/show/197274 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=167
This commit is contained in:
parent
faa72e4bd5
commit
7c93ce4529
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0486fcb085b46d36dee2034cd22b0592a77d500e60af5c3751409f53b1c54a45
|
||||
size 2769728
|
3
epiphany-3.9.90.tar.xz
Normal file
3
epiphany-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56d339d86a758b1b17b96b53d01455f410c2cbd0aeec3e0e6e36af3a80a7c3fa
|
||||
size 2789464
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 06:38:21 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.9.90:
|
||||
+ Switch to DuckDuckGo for search results.
|
||||
+ Add a search provider for the GNOME Shell (bgo#694943).
|
||||
+ Renewed toolbar style using GtkHeaderBar (bgo#706050).
|
||||
+ Renewed search bar style using GtkSearchBar (bgo#707086).
|
||||
+ Display favicons in the overview thumbnails.
|
||||
+ Display a popup with available usernames in login forms
|
||||
(bgo#675060).
|
||||
+ Warn upon closing when there are pages with modified forms
|
||||
(bgo#695642).
|
||||
+ Code cleanups, removal of deprecated GTK+ API usage, and other
|
||||
code improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 15 06:47:09 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: epiphany
|
||||
Version: 3.9.3
|
||||
Version: 3.9.90
|
||||
Release: 0
|
||||
%define _base_version 3.9
|
||||
Summary: GNOME Web Browser
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 2.91.7
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.0.1
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.10
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.12
|
||||
BuildRequires: pkgconfig(gtk+-unix-print-3.0) >= 3.5.2
|
||||
BuildRequires: pkgconfig(iso-codes) >= 0.35
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.5.1
|
||||
@ -142,10 +142,15 @@ done
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/ephy-profile-migrator
|
||||
%{_bindir}/epiphany
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/epiphany.appdata.xml
|
||||
%{_datadir}/applications/epiphany.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Epiphany.service
|
||||
%exclude %{_datadir}/epiphany/default-bookmarks.rdf
|
||||
%{_datadir}/epiphany/
|
||||
%dir %{_datadir}/gnome-shell
|
||||
%dir %{_datadir}/gnome-shell/search-providers
|
||||
%{_datadir}/gnome-shell/search-providers/epiphany-search-provider.ini
|
||||
%{_datadir}/GConf/gsettings/epiphany.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user