Updating link to change in openSUSE:Factory/epiphany revision 46.0

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=265e2fdc6cf449fdd1975c74753f49b1
This commit is contained in:
OBS User buildservice-autocommit 2009-09-03 13:32:34 +00:00 committed by Git OBS Bridge
parent 5663041f36
commit 9b0af0e3d4
4 changed files with 40 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fc93193606330ad1a80e0877859d9ea6fcaa0b18f06a03323a0df1e4a26394e
size 5696273

3
epiphany-2.27.91.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:037f1f5df3a203e39dd2f8184b8bf99434782f63ae0b0c722f0d58bb86457e22
size 5683771

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Aug 25 17:21:11 CEST 2009 - vuntz@novell.com
- Update to version 2.27.91:
+ Use new keyring support in libsoup instead of the old webkit
session feature.
+ Performance and functionality improvements for the find
toolbar.
+ Always show images in the bookmarks menu items. Makes them
re-appear after recent changes that set icons off by default in
menus for 2.28 (bgo#588563)
+ Update URL in entry when clicking on #anchors (bgo#584506)
+ Re-implement about:recover lookalike (bgo#583953)
- Use spec-cleaner to reorder lines in preamble.
-------------------------------------------------------------------
Mon Aug 10 21:32:57 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package epiphany (Version 2.27.90)
# spec file for package epiphany (Version 2.27.91)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -15,10 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: epiphany
Version: 2.27.91
Release: 1
%define major_version 2.27
License: GPL v2 or later
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
Url: http://www.gnome.org/projects/epiphany/
Group: Productivity/Networking/Web/Browsers
Source: %{name}-%{version}.tar.bz2
# PATCH-FEATURE-UPSTREAM epiphany-user-agent.patch bgo580903 vuntz@novell.com -- Set user agent with a vendor part, via a gconf key
Patch0: epiphany-user-agent.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: fdupes
BuildRequires: gcc-c++
@ -43,22 +54,11 @@ BuildRequires: lsb-release
BuildRequires: startup-notification-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
Version: 2.27.90
Release: 1
%define major_version 2.27
License: GPL v2 or later
Group: Productivity/Networking/Web/Browsers
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
Source: %{name}-%{version}.tar.bz2
# PATCH-FEATURE-UPSTREAM epiphany-user-agent.patch bgo580903 vuntz@novell.com -- Set user agent with a vendor part, via a gconf key
Patch0: epiphany-user-agent.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
Url: http://www.gnome.org/projects/epiphany/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: iso-codes gnome-icon-theme
Requires: %{name}-lang = %{version}
Requires: %{name}-branding
Requires: %{name}-lang = %{version}
Requires: gnome-icon-theme
Requires: iso-codes
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
@ -94,9 +94,9 @@ This package contains developer documentation for epiphany.
License: GPL v2 or later
Summary: Upstream branding of Epiphany
Group: Productivity/Networking/Web/Browsers
Supplements: packageand(%{name}:branding-upstream)
Provides: %{name}-branding = %{version}
Conflicts: otherproviders(%{name}-branding)
Supplements: packageand(%{name}:branding-upstream)
#BRAND: Provide a few files -
#BRAND: /usr/share/epiphany/default-bookmarks.rdf
#BRAND: the default bookmarks
@ -124,8 +124,8 @@ ACLOCAL="aclocal -I m4" autoreconf -f -i
%install
%makeinstall
mkdir $RPM_BUILD_ROOT%{_datadir}/pixmaps
ln -s ../icons/gnome/scalable/apps/web-browser.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/
mkdir %{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
if ! test -d %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions; then
install -d -m 0755 %{buildroot}%{_libdir}/epiphany/%{major_version}/extensions
@ -137,10 +137,10 @@ mv %{buildroot}%{_datadir}/locale/sr@Latn %{buildroot}%{_datadir}/locale/sr@lati
%find_lang %{name}
%find_gconf_schemas
cat %{name}.schemas_list >%{name}.lst
%fdupes $RPM_BUILD_ROOT
%fdupes %{buildroot}
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%pre -f %{name}.schemas_pre