OBS User unknown 2009-02-19 17:17:57 +00:00 committed by Git OBS Bridge
parent ffef258ba7
commit ef26664aa9
4 changed files with 25 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Feb 17 04:21:26 CET 2009 - vuntz@novell.com
- Update to version 2.25.91:
+ Do not use 'gtk-action' object data to get the associated
GtkAction for a widget.
+ Update EggEditableToolbar from trunk.
+ Fix build with gecko 1.9.1.
+ Add backward compat engine definition in pkg-config file.
+ Updates translations.
-------------------------------------------------------------------
Wed Feb 4 15:46:49 CET 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package epiphany (Version 2.25.5)
# spec file for package epiphany (Version 2.25.91)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -43,8 +43,8 @@ BuildRequires: python-gtk-devel
BuildRequires: update-desktop-files
%define mozilla_ver %(rpm -q --qf '%%{version}' mozilla-xulrunner%{xulrunner_version})
Requires: mozilla-xulrunner%{xulrunner_version} => %{mozilla_ver}
Version: 2.25.5
Release: 2
Version: 2.25.91
Release: 1
Requires: %{name}-lang = %{version}
License: GPL v2 or later
Group: Productivity/Networking/Web/Browsers
@ -240,6 +240,14 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/epiphany/chrome/branding/*
%changelog
* Tue Feb 17 2009 vuntz@novell.com
- Update to version 2.25.91:
+ Do not use 'gtk-action' object data to get the associated
GtkAction for a widget.
+ Update EggEditableToolbar from trunk.
+ Fix build with gecko 1.9.1.
+ Add backward compat engine definition in pkg-config file.
+ Updates translations.
* Wed Feb 04 2009 vuntz@novell.com
- Reduce BuildRequires: we don't need libgnomeprintui, eg. Add
libgnomeui-devel, though.