From 216b66c70f9c4da56844f8285da991cbe2aa5bd9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 8 Dec 2011 16:06:06 +0000 Subject: [PATCH] All the version of Fedora are > 13 now --- libimobiledevice.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libimobiledevice.spec b/libimobiledevice.spec index a202f21..1024090 100644 --- a/libimobiledevice.spec +++ b/libimobiledevice.spec @@ -2,7 +2,7 @@ Name: libimobiledevice Version: 1.1.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for connecting to mobile devices Group: System Environment/Libraries @@ -65,10 +65,8 @@ Python bindings for libimobiledevice. # Fix dir permissions on html docs chmod +x docs/html -%if 0%{?fedora} > 13 # Allow build against swig 2.0.0. A proper fix would be nicer. sed -i 's|1.3.21|2.0.0|g' configure -%endif %build %configure --disable-static @@ -108,6 +106,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{python_sitearch}/imobiledevice/ %changelog +* Thu Dec 08 2011 Bastien Nocera 1.1.1-4 +- All the version of Fedora are > 13 now + * Thu Dec 01 2011 Bastien Nocera 1.1.1-3 - Add iOS 5 support patches from upstream