diff --git a/epiphany.changes b/epiphany.changes index 165956c..650efd4 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -9,6 +9,11 @@ Tue Feb 17 04:21:26 CET 2009 - vuntz@novell.com + Add backward compat engine definition in pkg-config file. + Updates translations. +------------------------------------------------------------------- +Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + ------------------------------------------------------------------- Wed Feb 4 15:46:49 CET 2009 - vuntz@novell.com diff --git a/epiphany.spec b/epiphany.spec index b57434c..2fa45bc 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -40,11 +40,12 @@ BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel BuildRequires: python-devel BuildRequires: python-gnome-devel BuildRequires: python-gtk-devel +BuildRequires: translation-update-upstream 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.91 -Release: 1 +Release: 2 Requires: %{name}-lang = %{version} License: GPL v2 or later Group: Productivity/Networking/Web/Browsers @@ -156,6 +157,7 @@ Authors: %lang_package %prep %setup -q +translation-update-upstream %patch1 %patch4 %patch5 @@ -248,6 +250,8 @@ rm -rf $RPM_BUILD_ROOT + Fix build with gecko 1.9.1. + Add backward compat engine definition in pkg-config file. + Updates translations. +* Mon Feb 16 2009 sbrabec@suse.cz +- Added support for translation-update-upstream (FATE#301344). * Wed Feb 04 2009 vuntz@novell.com - Reduce BuildRequires: we don't need libgnomeprintui, eg. Add libgnomeui-devel, though.