[eiciel] Update to 0.9.8.1 to fix GTK2 vs. GTK3 crash (#726950) and Nautilus freeze (#703924). BR gtkmm30-dev

Michael Schwendt mschwendt at fedoraproject.org
Sun Jul 31 12:00:01 UTC 2011


commit 9d60298b1b4a77691f1098a3fd7969e2cdf021b9
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sun Jul 31 13:59:41 2011 +0200

    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.

 .gitignore  |    1 +
 eiciel.spec |   16 +++++++++++++---
 sources     |    2 +-
 3 files changed, 15 insertions(+), 4 deletions(-)
---
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 <mschwendt at fedoraproject.org> - 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 <cweyl at alumni.drew.edu> 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


More information about the scm-commits mailing list