Hello community,

here is the log from the commit of package libimobiledevice for 
openSUSE:Factory checked in at 2012-04-18 16:28:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libimobiledevice (Old)
 and      /work/SRC/openSUSE:Factory/.libimobiledevice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libimobiledevice", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libimobiledevice/libimobiledevice.changes        
2011-11-21 15:46:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libimobiledevice.new/libimobiledevice.changes   
2012-04-18 16:28:30.000000000 +0200
@@ -1,0 +2,29 @@
+Mon Apr 09 15:45:03 CEST 2012 - [email protected]
+
+- Allow compilation on 11.4 by disabling cython bindings
+
+-------------------------------------------------------------------
+Mon Apr 09 02:20:51 CEST 2012 - [email protected]
+
+- Update to 1.1.4:
+  - Fix a bug in idevicesyslog causing the connection to close after timeout
+  - Bump soname revision
+  - Bump libusbmuxd dependency to 1.0.8
+  - Fix reading from syslog_relay and remove null characters
+  - Relicense ideviceimagemounter and idevicescreenshot to LGPL
+  - Fix a crash when using restored_client_free()
+  - API: Add sbservices_get_interface_orientation()
+  - Update man pages and code comments for documentation
+  - Minor cleanup
+  - Add Python bindings generated by Cython
+  - Bump libplist requirement to latest 1.8
+  - Add support for OpenSSL with fallback to GNUTLS
+  - Improvements and various fixes for Win32 and OS X build
+  - Remove glib dependency
+  - Improve restored implementation
+  - Fix various memory leaks
+  - Fix support for iOS 5 and later
+- Remove swig patch as bindings have been removed
+- Remove gstatbuf patch as it is obselete now
+
+-------------------------------------------------------------------

Old:
----
  libimobiledevice-1.1.1.tar.bz2
  libimobiledevice-gstatbuf-fix.patch
  libimobiledevice-swig-2x.patch

New:
----
  libimobiledevice-1.1.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libimobiledevice.spec ++++++
--- /var/tmp/diff_new_pack.6NYXU3/_old  2012-04-18 16:28:38.000000000 +0200
+++ /var/tmp/diff_new_pack.6NYXU3/_new  2012-04-18 16:28:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libimobiledevice
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,37 +15,40 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libimobiledevice
-%define _name   libimobiledevice2
-Version:        1.1.1
-Release:        6
-License:        GPL-2.0+ ; LGPL-2.1+
-BuildRequires:  gcc-c++ glib2-devel libtasn1-devel libxml2-devel sed
+%define _name   libimobiledevice3
+Version:        1.1.4
+Release:        0
+BuildRequires:  gcc-c++
+BuildRequires:  libopenssl-devel
+BuildRequires:  libplist++-devel >= 1.8
+BuildRequires:  libplist-devel >= 1.8
+BuildRequires:  libtool
 BuildRequires:  libusbmuxd-devel >= 1.0.0
-BuildRequires:  libplist++-devel >= 1.1 libplist-devel >= 1.1
-BuildRequires:  libtool readline-devel
-BuildRequires:  python-devel python-plist swig
+BuildRequires:  libxml2-devel
+%if %{?suse_version} > 1140
+BuildRequires:  python-cython
+BuildRequires:  python-devel
+BuildRequires:  python-plist
+%endif
+BuildRequires:  readline-devel
+BuildRequires:  sed
 %if 0%{?opensuse_bs}
 BuildRequires:  pkg-config
 %endif
 %if 0%{?suse_version} <= 1110
 BuildRequires:  libusb-1_0-devel >= 1.0.3
 %endif
-BuildRequires:  libgcrypt-devel libgnutls-devel
 Source:         %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
-Patch1:         %{name}-gstatbuf-fix.patch
-Patch2:         %{name}-swig-2x.patch
-Group:          System/Libraries
 Summary:        Native protocols library for iPhone, iPod Touch and iPad
+License:        LGPL-2.1+
+Group:          System/Libraries
 Url:            http://www.libimobiledevice.org
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       usbmuxd >= 1.0.0
 Obsoletes:      libiphone0 < 0.9.6
-AutoReqProv:    on
 
 %description
 libimobiledevice is a software library that talks the protocols to support 
@@ -54,8 +57,8 @@
 
 %package -n %{_name}
 
-License:        LGPL-2.1+
 Summary:        Native protocols library for iPhone, iPod Touch and iPad
+License:        LGPL-2.1+
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
@@ -67,21 +70,20 @@
 on using any existing `.dll` or `.so` libraries from Apple.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Development files for %{_name}
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 Requires:       %{_name} = %{version}
+Requires:       libopenssl-devel
 Requires:       libplist-devel
-Requires:       glib2-devel
-Requires:       glibc-devel
 
 %description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{_name}.
 
 %package tools
-License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        Tools using %{_name} for iPhone, iPod Touch and iPad
+License:        GPL-2.0+ ; LGPL-2.1+
 Group:          Productivity/Multimedia/Other
 Requires:       %{_name} = %{version}
 
@@ -91,28 +93,28 @@
 on using any existing `.dll` or `.so` libraries from Apple.
 
 %package doc
-License:        LGPL-2.1+
 Summary:        API Reference Documentation for %{_name}
+License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
 
 %description doc
 Contains API reference documentation for developers using %{_name}.
 
+%if %{?suse_version} > 1140
 %package -n python-imobiledevice
-License:        LGPL-2.1+
 Summary:        Python bindings for %{_name}
+License:        LGPL-2.1+
 Group:          Development/Languages/Python
 Requires:       %{_name} = %{version}
-Requires:       libplist++1 >= 0.16
+Requires:       libplist++1 >= 1.8
 %{py_requires}
 
 %description -n python-imobiledevice
 Contains Python bindings for developing applications that use %{_name}.
+%endif
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1
-%patch2
 
 %build
 autoreconf -fi
@@ -120,8 +122,11 @@
 sed -i -e 's/-L${libdir}//' %{name}-1.0.pc.in
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
 %configure --disable-silent-rules \
+%if %{?suse_version} <= 1140
+       --without-cython \
+%endif
        --disable-static --disable-dev-tools
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
@@ -175,9 +180,10 @@
 %doc AUTHORS COPYING COPYING.LESSER NEWS README
 %docdir docs/html
 
+%if %{?suse_version} > 1140
 %files -n python-imobiledevice
 %defattr(-,root,root,-)
-%dir %{py_sitedir}/imobiledevice
-%{py_sitedir}/imobiledevice/*
+%{py_sitedir}/imobiledevice.so
+%endif
 
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.6NYXU3/_old  2012-04-18 16:28:38.000000000 +0200
+++ /var/tmp/diff_new_pack.6NYXU3/_new  2012-04-18 16:28:38.000000000 +0200
@@ -1 +1 @@
-libimobiledevice2
+libimobiledevice3

++++++ libimobiledevice-1.1.1.tar.bz2 -> libimobiledevice-1.1.4.tar.bz2 ++++++
++++ 37043 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to