Accepting request 21009 from home:dimstar:branches:GNOME:Factory

Copy from home:dimstar:branches:GNOME:Factory/epiphany via accept of submit request 21009 revision 5.
Request was accepted with message:
Accepted

OBS-URL: https://build.opensuse.org/request/show/21009
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2009-09-25 15:39:10 +00:00 committed by Git OBS Bridge
parent 982137f30c
commit 0d7b651960
4 changed files with 43 additions and 6 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23e0379c41c378221338fb327d747f3e42b2b98cdf1512c9df7cbeab45f311ea
size 5690293

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Tue Sep 22 18:14:30 CEST 2009 - dimstar@opensuse.org
- Update to version 2.28.0:
- bgo#594435 - Fix bookmark properties rendering of multiple
topics
- bgo#577797 - Fix to properly get the suggested name for
downloads in some cases
- Strip whitespace from URIs during password migration
- bgo#594717 - Fix crasher in profile migration
- bgo#585499 - Append '(n)' (where n = number of duplicates) to
duplicated downloads
- bgo#594346 - Fix URL entry going out of sync with what is shown
in the web view in some situations
- bgo#594694 - Ask the user for the master password of his/her
Gecko passwords if there was one set
- Run mozilla-plugin-config (from nspluginwrapper) if it's
available.
- bgo#562611 - Implement 'Save As' for pages using
WebKitWebDataSource
-------------------------------------------------------------------
Mon Sep 14 00:31:37 CEST 2009 - dimstar@opensuse.org
- On openSUSE 11.1 and older the package lsb_release did not exist
and it's content was integrated inside lsb.
- Carry the ig locale in the files list for openSUSE <= 11.1.
-------------------------------------------------------------------
Wed Sep 9 17:40:33 CEST 2009 - vuntz@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package epiphany (Version 2.27.92)
# spec file for package epiphany (Version 2.28.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,9 +18,9 @@
Name: epiphany
Version: 2.27.92
Version: 2.28.0
Release: 1
%define major_version 2.27
%define major_version 2.28
License: GPL v2 or later
Summary: GNOME Web Browser Based on the Mozilla Rendering Engine
Url: http://www.gnome.org/projects/epiphany/
@ -50,7 +50,11 @@ BuildRequires: libseed-devel
BuildRequires: libsoup-devel
BuildRequires: libwebkit-devel
BuildRequires: libxslt-devel
%if 0%{suse_version} > 1110
BuildRequires: lsb-release
%else
BuildRequires: lsb
%endif
BuildRequires: mozilla-nss-devel
BuildRequires: startup-notification-devel
BuildRequires: translation-update-upstream
@ -170,6 +174,11 @@ rm -rf %{buildroot}
%doc %{_mandir}/man1/epiphany.1.gz
%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
%defattr(-,root,root)