diff --git a/epiphany-2.25.5.tar.bz2 b/epiphany-2.25.5.tar.bz2 deleted file mode 100644 index fba7ffb..0000000 --- a/epiphany-2.25.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11d95f2302b34bc83ac11e6f89653084fa42dfe80ec2522d5b1973cb809367e1 -size 5698979 diff --git a/epiphany-2.25.91.tar.bz2 b/epiphany-2.25.91.tar.bz2 new file mode 100644 index 0000000..8d2a623 --- /dev/null +++ b/epiphany-2.25.91.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc42c178e29eb491b37cfe0d23ca3dca08f06645f273c17ddc74a4519a40f548 +size 5712713 diff --git a/epiphany.changes b/epiphany.changes index 37c71da..165956c 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -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 diff --git a/epiphany.spec b/epiphany.spec index 3425eda..b57434c 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -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.