From 9d60298b1b4a77691f1098a3fd7969e2cdf021b9 Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: Jul 31 2011 11:59:41 +0000 Subject: Update to 0.9.8.1 to fix GTK2 vs. GTK3 crash (#726950) and Nautilus freeze (#703924). BR gtkmm30-devel instead of gtkmm24-devel. Apply user/group bounds patch only for Fedora <= 15, because Fedora 16 will start at 1000. --- diff --git a/.gitignore b/.gitignore index f9935a3..09da570 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ eiciel-0.9.6.1.tar.bz2 /eiciel-0.9.8.tar.bz2 +/eiciel-0.9.8.1.tar.bz2 diff --git a/eiciel.spec b/eiciel.spec index 8e7c6ab..fbf09cc 100644 --- a/eiciel.spec +++ b/eiciel.spec @@ -1,5 +1,5 @@ Name: eiciel -Version: 0.9.8 +Version: 0.9.8.1 Release: 1%{?dist} Summary: Graphical access control list (ACL) editor Group: Applications/System @@ -13,7 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # directly is MORE than welcome to do so :) Patch0: fedora_sys_usergroups.patch -BuildRequires: libgnomeui-devel gtkmm24-devel libacl-devel nautilus-devel +BuildRequires: libgnomeui-devel libacl-devel nautilus-devel +BuildRequires: gtkmm30-devel BuildRequires: desktop-file-utils %define ext_dir %(eval "pkg-config --variable=extensiondir libnautilus-extension") @@ -32,7 +33,9 @@ extension within Nautilus, or as a standalone utility. %prep %setup -q -%patch0 +%if 0%{?fedora} < 16 +%patch0 -b .uid_gid_range +%endif iconv -f ISO-8859-1 -t UTF-8 AUTHORS > foo mv foo AUTHORS @@ -86,6 +89,13 @@ rm -rf %{buildroot} %changelog +* Sun Jul 31 2011 Michael Schwendt - 0.9.8.1-1 +- Update to 0.9.8.1 to fix GTK2 vs. GTK3 crash (#726950) + and Nautilus freeze (#703924). +- BR gtkmm30-devel instead of gtkmm24-devel. +- Apply user/group bounds patch only for Fedora <= 15, because Fedora 16 + will start at 1000. + * Wed Apr 27 2011 Chris Weyl 0.9.8-1 - update to 0.9.8 - filter out our private plugin shlib from rpm metadata provides diff --git a/sources b/sources index 9f8e7ab..9519b58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5e515a6f92cff0824a8a93f38c553c0b eiciel-0.9.8.tar.bz2 +2c9c459f0604ce03ec49bb425cc42681 eiciel-0.9.8.1.tar.bz2