Accepting request 27505 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/epiphany via accept of submit request 27505 revision 2. Request was accepted with message: accept OBS-URL: https://build.opensuse.org/request/show/27505 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=50
This commit is contained in:
parent
0fc7d96958
commit
65f5b0a6d6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23e0379c41c378221338fb327d747f3e42b2b98cdf1512c9df7cbeab45f311ea
|
|
||||||
size 5690293
|
|
3
epiphany-2.29.3.tar.bz2
Normal file
3
epiphany-2.29.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f69defb18eb1c8b873187e88f9e152d45b35687b671778df3b2b7e4e95b86ea7
|
||||||
|
size 5698603
|
@ -1,7 +1,7 @@
|
|||||||
diff --git a/data/epiphany.schemas.in b/data/epiphany.schemas.in
|
Index: epiphany-2.29.3/data/epiphany.schemas.in
|
||||||
index a847aa2..98f8db2 100644
|
===================================================================
|
||||||
--- a/data/epiphany.schemas.in
|
--- epiphany-2.29.3.orig/data/epiphany.schemas.in
|
||||||
+++ b/data/epiphany.schemas.in
|
+++ epiphany-2.29.3/data/epiphany.schemas.in
|
||||||
@@ -478,6 +478,17 @@
|
@@ -478,6 +478,17 @@
|
||||||
<short>Browse with caret</short>
|
<short>Browse with caret</short>
|
||||||
</locale>
|
</locale>
|
||||||
@ -20,11 +20,11 @@ index a847aa2..98f8db2 100644
|
|||||||
<schema>
|
<schema>
|
||||||
<key>/schemas/apps/epiphany/general/managed_network</key>
|
<key>/schemas/apps/epiphany/general/managed_network</key>
|
||||||
<applyto>/apps/epiphany/general/managed_network</applyto>
|
<applyto>/apps/epiphany/general/managed_network</applyto>
|
||||||
diff --git a/embed/ephy-embed-prefs.c b/embed/ephy-embed-prefs.c
|
Index: epiphany-2.29.3/embed/ephy-embed-prefs.c
|
||||||
index c1a14df..8c8f19b 100644
|
===================================================================
|
||||||
--- a/embed/ephy-embed-prefs.c
|
--- epiphany-2.29.3.orig/embed/ephy-embed-prefs.c
|
||||||
+++ b/embed/ephy-embed-prefs.c
|
+++ epiphany-2.29.3/embed/ephy-embed-prefs.c
|
||||||
@@ -134,6 +134,38 @@ webkit_pref_callback_user_stylesheet (GConfClient *client,
|
@@ -134,6 +134,38 @@ webkit_pref_callback_user_stylesheet (GC
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@ -63,10 +63,10 @@ index c1a14df..8c8f19b 100644
|
|||||||
webkit_pref_callback_font_size (GConfClient *client,
|
webkit_pref_callback_font_size (GConfClient *client,
|
||||||
guint cnxn_id,
|
guint cnxn_id,
|
||||||
GConfEntry *entry,
|
GConfEntry *entry,
|
||||||
@@ -228,7 +260,10 @@ static const PrefData webkit_pref_entries[] =
|
@@ -231,7 +263,10 @@ static const PrefData webkit_pref_entrie
|
||||||
webkit_pref_callback_user_stylesheet },
|
webkit_pref_callback_boolean },
|
||||||
{ CONF_CARET_BROWSING_ENABLED,
|
{ CONF_SECURITY_ALLOW_POPUPS,
|
||||||
"enable-caret-browsing",
|
"javascript-can-open-windows-automatically",
|
||||||
- webkit_pref_callback_boolean }
|
- webkit_pref_callback_boolean }
|
||||||
+ webkit_pref_callback_boolean },
|
+ webkit_pref_callback_boolean },
|
||||||
+ { CONF_USER_AGENT_VENDOR,
|
+ { CONF_USER_AGENT_VENDOR,
|
||||||
@ -75,10 +75,10 @@ index c1a14df..8c8f19b 100644
|
|||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
diff --git a/embed/ephy-embed-prefs.h b/embed/ephy-embed-prefs.h
|
Index: epiphany-2.29.3/embed/ephy-embed-prefs.h
|
||||||
index ada4ac8..cbe7423 100644
|
===================================================================
|
||||||
--- a/embed/ephy-embed-prefs.h
|
--- epiphany-2.29.3.orig/embed/ephy-embed-prefs.h
|
||||||
+++ b/embed/ephy-embed-prefs.h
|
+++ epiphany-2.29.3/embed/ephy-embed-prefs.h
|
||||||
@@ -41,6 +41,7 @@
|
@@ -41,6 +41,7 @@
|
||||||
#define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll"
|
#define CONF_DISPLAY_SMOOTHSCROLL "/apps/epiphany/web/smooth_scroll"
|
||||||
#define CONF_WEB_INSPECTOR_ENABLED "/apps/epiphany/web/inspector_enabled"
|
#define CONF_WEB_INSPECTOR_ENABLED "/apps/epiphany/web/inspector_enabled"
|
||||||
|
@ -1,3 +1,52 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 23 11:02:43 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Change gnome-keyring-devel BuildRequires to
|
||||||
|
libgnome-keyring-devel, following the module split upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 5 01:51:59 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.3:
|
||||||
|
+ Don't assume all seed extensions return an object as a value
|
||||||
|
(bgo#599714)
|
||||||
|
+ Fix refcounting of seed extensions (bgo#599838)
|
||||||
|
+ Provide the Inspect Element menu item in context menus again
|
||||||
|
(bgo#599473)
|
||||||
|
+ Many fixes to our gobject-introspection support (bgo#599757)
|
||||||
|
+ Disconnect dbus callbacks when disposing of the network monitor
|
||||||
|
(bgo#572326)
|
||||||
|
+ Only use the main frame to fetch the document type for pages
|
||||||
|
(bgo#602400)
|
||||||
|
+ Restore 'Close' and 'Help' buttons in dialogs (bgo#590387)
|
||||||
|
+ Fix auto-google search when using Ctrl-Enter (bgo#603324)
|
||||||
|
- Changes from version 2.29.1:
|
||||||
|
+ Reimplement middle-click-to-open-clipboard-contents.
|
||||||
|
+ Reimplement traditional epiphany context menu(s). (bgo#562617)
|
||||||
|
+ Reimplement Up arrow behavior (bgo#595653)
|
||||||
|
+ Make most of epiphany compile with sealed GTK+ structs
|
||||||
|
(bgo#595791)
|
||||||
|
+ Prevent PDM from getting keyring passwords in private mode
|
||||||
|
(bgo#591395)
|
||||||
|
+ Take into account WEBKIT_LOAD_FAILED status for is_loading API.
|
||||||
|
+ Depend on libtool 2.2 and dump dolt.
|
||||||
|
+ Replace .glade files with .ui files natively instead of
|
||||||
|
generating .ui files at compile time from the .glade files.
|
||||||
|
(bgo#590387)
|
||||||
|
+ Several fixes in the automatic search of url entry contents on
|
||||||
|
enter feature (bgo#596717, bgo#595690)
|
||||||
|
+ Use new syntax for Seed imports (bgo#598562)
|
||||||
|
+ Add back support for javascript: and mailto: URIs
|
||||||
|
+ Fix for Seed extensions preventing epiphany from shutting down
|
||||||
|
(bgo#573551)
|
||||||
|
+ Allow popups when the user asks for them (bgo#528799)
|
||||||
|
+ Refactor EphyShell lifetime tracking (bgo#599348)
|
||||||
|
+ Don't crash when detaching multiple Seed extensions
|
||||||
|
(bgo#599422)
|
||||||
|
+ Reimplement type checking on downloads and "Open" dialog option
|
||||||
|
(bgo#598167)
|
||||||
|
- Rebase epiphany-user-agent.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 18:14:30 CEST 2009 - dimstar@opensuse.org
|
Tue Sep 22 18:14:30 CEST 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package epiphany (Version 2.28.0)
|
# spec file for package epiphany (Version 2.29.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: epiphany
|
Name: epiphany
|
||||||
Version: 2.28.0
|
Version: 2.29.3
|
||||||
Release: 1
|
Release: 1
|
||||||
%define major_version 2.28
|
%define major_version 2.29
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
|
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
|
||||||
Url: http://www.gnome.org/projects/epiphany/
|
Url: http://www.gnome.org/projects/epiphany/
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
@ -38,13 +38,13 @@ BuildRequires: gir-repository
|
|||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gnome-icon-theme
|
BuildRequires: gnome-icon-theme
|
||||||
BuildRequires: gnome-keyring-devel
|
|
||||||
BuildRequires: gnome-themes
|
BuildRequires: gnome-themes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: iso-codes-devel
|
BuildRequires: iso-codes-devel
|
||||||
BuildRequires: libavahi-gobject-devel
|
BuildRequires: libavahi-gobject-devel
|
||||||
|
BuildRequires: libgnome-keyring-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
BuildRequires: libseed-devel
|
BuildRequires: libseed-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
@ -71,7 +71,7 @@ Epiphany is a Web browser for the GNOME Desktop. Its principles are
|
|||||||
simplicity and standards compliance.
|
simplicity and standards compliance.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: GNOME Web Browser based on the Mozilla Rendering Engine
|
Summary: GNOME Web Browser based on the Mozilla Rendering Engine
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -84,7 +84,7 @@ Epiphany is a Web Browser for the GNOME Desktop. Its principles are
|
|||||||
simplicity and standards compliance.
|
simplicity and standards compliance.
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Developer Documentation for Epiphany
|
Summary: Developer Documentation for Epiphany
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -96,7 +96,7 @@ simplicity and standards compliance.
|
|||||||
This package contains developer documentation for epiphany.
|
This package contains developer documentation for epiphany.
|
||||||
|
|
||||||
%package branding-upstream
|
%package branding-upstream
|
||||||
License: GPL v2 or later
|
License: GPLv2+
|
||||||
Summary: Upstream branding of Epiphany
|
Summary: Upstream branding of Epiphany
|
||||||
Group: Productivity/Networking/Web/Browsers
|
Group: Productivity/Networking/Web/Browsers
|
||||||
Supplements: packageand(%{name}:branding-upstream)
|
Supplements: packageand(%{name}:branding-upstream)
|
||||||
@ -129,6 +129,12 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
%if 0%{?suse_version} <= 1110
|
||||||
|
%{__rm} %{buildroot}%{_datadir}/locale/ig/LC_MESSAGES/*
|
||||||
|
%endif
|
||||||
|
%if 0%{?suse_version} <= 1120
|
||||||
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
|
%endif
|
||||||
mkdir %{buildroot}%{_datadir}/pixmaps
|
mkdir %{buildroot}%{_datadir}/pixmaps
|
||||||
ln -s ../icons/gnome/scalable/apps/web-browser.svg %{buildroot}%{_datadir}/pixmaps/
|
ln -s ../icons/gnome/scalable/apps/web-browser.svg %{buildroot}%{_datadir}/pixmaps/
|
||||||
# In case make install did not create the extensions folder
|
# In case make install did not create the extensions folder
|
||||||
@ -174,11 +180,6 @@ rm -rf %{buildroot}
|
|||||||
%doc %{_mandir}/man1/epiphany.1.gz
|
%doc %{_mandir}/man1/epiphany.1.gz
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%if 0%{suse_version} <= 1110
|
|
||||||
%dir %{_datadir}/locale/ig
|
|
||||||
%dir %{_datadir}/locale/ig/LC_MESSAGES
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user