diff --git a/.gitignore b/.gitignore index 80d40a0..202645b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ file-roller-2.31.5.tar.bz2 /file-roller-2.91.0-git02e93b4.tar.gz /file-roller-2.91.1.tar.bz2 /file-roller-2.91.2.tar.bz2 +/file-roller-2.91.4.tar.bz2 diff --git a/file-roller.spec b/file-roller.spec index 7eb7f29..3e60592 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -9,7 +9,7 @@ Summary: Tool for viewing and creating archives Name: file-roller -Version: 2.91.2 +Version: 2.91.4 Release: 1%{?dist} License: GPLv2+ Group: Applications/Archiving @@ -19,7 +19,7 @@ Source: http://download.gnome.org/sources/file-roller/2.91/file-roller-%{versio BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} -BuildRequires: gtk3-devel +BuildRequires: gtk3-devel >= 2.99.0 BuildRequires: libglade2-devel BuildRequires: nautilus-devel >= %{nautilus_version} BuildRequires: libtool @@ -31,6 +31,8 @@ BuildRequires: intltool BuildRequires: GConf2-devel Requires(pre): GConf2 +Requires(post): /usr/bin/gtk-update-icon-cache +Requires(postun): /usr/bin/gtk-update-icon-cache # The context menu API changed in 2.2.0: Conflicts: nautilus < 2.2.0 @@ -105,6 +107,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || : %changelog +* Fri Jan 7 2011 Matthias Clasen 2.91.4-1 +- Update to 2.91.4 + * Fri Dec 3 2010 Matthias Clasen 2.91.2-1 - Update to 2.91.2 diff --git a/sources b/sources index 4d07ddc..4c9c419 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6e773594aa51eb08132f8d38078161ac file-roller-2.91.2.tar.bz2 +a36e925bad4f43f8cc361af47df4f86e file-roller-2.91.4.tar.bz2