[libimobiledevice] 1.1.5

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 19 23:21:36 UTC 2013


commit 9300c848f544c25c649d6ea34e525269585a5c6e
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Mar 19 23:21:22 2013 +0000

    1.1.5

 libimobiledevice.spec |   36 ++++++++++++------------------------
 sources               |    2 +-
 2 files changed, 13 insertions(+), 25 deletions(-)
---
diff --git a/libimobiledevice.spec b/libimobiledevice.spec
index d7458ae..e7f19b1 100644
--- a/libimobiledevice.spec
+++ b/libimobiledevice.spec
@@ -1,12 +1,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
-# enable -python subpkg
-# currently broken
-#define python 1
-
 Name:          libimobiledevice
-Version:       1.1.4
-Release:       6%{?dist}
+Version:       1.1.5
+Release:       1%{?dist}
 Summary:       Library for connecting to mobile devices
 
 Group:         System Environment/Libraries
@@ -15,23 +11,16 @@ URL:           http://www.libimobiledevice.org/
 Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 
 BuildRequires: libxml2-devel
-BuildRequires: libusb1-devel
+BuildRequires: libusbx-devel
 BuildRequires: libtasn1-devel
 BuildRequires: libplist-devel
 BuildRequires: glib2-devel
 BuildRequires: gnutls-devel
 BuildRequires: readline-devel
 BuildRequires: usbmuxd-devel
-%if 0%{?python}
 BuildRequires: python-devel
 BuildRequires: Cython
 BuildRequires: swig
-%else
-Obsoletes: libimobiledevice-python <  %{version}-%{release} 
-%endif
-
-Patch0: 0001-Don-t-crash-if-HOME-is-empty.patch
-Patch1: 0001-property_list_service-do-not-strip-non-ASCII-charact.patch
 
 %description
 libimobiledevice is a library for connecting to mobile devices including phones 
@@ -55,14 +44,12 @@ Python bindings for libimobiledevice.
 
 %prep
 %setup -q
-%patch0 -p1 -b .empty-home
-%patch1 -p1 -b .multi-byte-name
 
 # Fix dir permissions on html docs
 chmod +x docs/html
 
 %build
-%configure --disable-static --disable-openssl --enable-dev-tools %{?!python:--without-cython}
+%configure --disable-static --disable-openssl --enable-dev-tools
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -84,7 +71,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %doc AUTHORS COPYING.LESSER README
 %doc %{_datadir}/man/man1/idevice*
 %{_bindir}/idevice*
-%{_libdir}/libimobiledevice.so.3*
+%{_libdir}/libimobiledevice.so.*
 
 %files devel
 %defattr(-,root,root,-)
@@ -93,13 +80,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 %{_libdir}/libimobiledevice.so
 %{_includedir}/libimobiledevice/
 
-%if 0%{?python}
 %files python
 %defattr(-,root,root,-)
 %{python_sitearch}/imobiledevice*
-%endif
 
 %changelog
+* Tue Mar 19 2013 Peter Robinson <pbrobinson at fedoraproject.org> 1.1.5-1
+- New 1.1.5 release
+
 * Thu Feb 21 2013 Bastien Nocera <bnocera at redhat.com> 1.1.4-6
 - Add patch to avoid multi-byte characters from being stripped
   from the device name
@@ -133,7 +121,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 * Wed Sep 21 2011 Bastien Nocera <bnocera at redhat.com> 1.1.1-2
 - Fix compilation against recent version of gnutls
 
-* Fri Apr 28 2011 Peter Robinson <pbrobinson at gmail.com> 1.1.1-1
+* Fri Apr 29 2011 Peter Robinson <pbrobinson at gmail.com> 1.1.1-1
 - New 1.1.1 release
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-2
@@ -220,13 +208,13 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 * Sat Jan 3 2009 Peter Robinson <pbrobinson at gmail.com> 0.1.0-7.git5cde554
 - New git snapshot
 
-* Mon Dec 5 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-6.git8c3a01e
+* Mon Dec 8 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-6.git8c3a01e
 - Fix devel dependency 
 
-* Mon Dec 5 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-5.git8c3a01e
+* Mon Dec 8 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-5.git8c3a01e
 - Fix gnutls check for new rawhide version
 
-* Mon Dec 5 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-4.git8c3a01e
+* Mon Dec 8 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-4.git8c3a01e
 - Rebuild for pkgconfig
 
 * Tue Dec 2 2008 Peter Robinson <pbrobinson at gmail.com> 0.1.0-3.git8c3a01e
diff --git a/sources b/sources
index ccca941..7a51819 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f28cbc6a2e30d34685049c0abde5183  libimobiledevice-1.1.4.tar.bz2
+d9debdcf71508dee2c85b60b28ccddd4  libimobiledevice-1.1.5.tar.bz2


More information about the scm-commits mailing list