diff --git a/glib2.changes b/glib2.changes index 7dbfbff..2a48b0c 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 27 17:27:47 CET 2009 - sbrabec@suse.cz + +- Added support for translation-update-upstream (FATE#301344). + ------------------------------------------------------------------- Wed Sep 30 10:17:15 CEST 2009 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index b4196d2..042e210 100644 --- a/glib2.spec +++ b/glib2.spec @@ -25,6 +25,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: pcre-devel BuildRequires: pkg-config +BuildRequires: translation-update-upstream %if %suse_version > 1100 BuildRequires: libselinux-devel %endif @@ -37,7 +38,7 @@ Obsoletes: glib2-64bit %endif # Version: 2.22.1 -Release: 1 +Release: 2 Summary: A Library with Convenient Functions Written in C Url: http://www.gtk.org/ Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2 @@ -213,6 +214,7 @@ to a C programmer and is used by Gtk+ and GNOME. %lang_package %prep %setup -q -n %{_name}-%{version} +translation-update-upstream %patch0 %patch1 %patch8