Hello community, here is the log from the commit of package libimobiledevice for openSUSE:Factory checked in at 2013-01-21 17:38:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-07-12 10:47:02.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libimobiledevice.new/libimobiledevice.changes 2013-01-21 17:38:49.000000000 +0100 @@ -1,0 +2,8 @@ +Fri Jan 18 23:42:05 UTC 2013 - [email protected] + +- Disable python bindings (using with_python defines): + python-cython 0.17 became even stricter and the bindings + currently don't build, but they are also not used by anything at + this moment (bnc#796133). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libimobiledevice.spec ++++++ --- /var/tmp/diff_new_pack.OO9FZH/_old 2013-01-21 17:38:50.000000000 +0100 +++ /var/tmp/diff_new_pack.OO9FZH/_new 2013-01-21 17:38:50.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libimobiledevice # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,6 +16,8 @@ # +%define with_python 0%{suse_version} < 1230 + Name: libimobiledevice %define _name libimobiledevice3 Version: 1.1.4 @@ -27,7 +29,7 @@ BuildRequires: libtool BuildRequires: libusbmuxd-devel >= 1.0.0 BuildRequires: libxml2-devel -%if %{?suse_version} > 1140 +%if %{?suse_version} > 1140 && %{with_python} BuildRequires: python-cython BuildRequires: python-devel BuildRequires: python-plist @@ -86,7 +88,7 @@ %package tools Summary: Tools using %{_name} for iPhone, iPod Touch and iPad -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: Productivity/Multimedia/Other Requires: %{_name} = %{version} @@ -103,7 +105,7 @@ %description doc Contains API reference documentation for developers using %{_name}. -%if %{?suse_version} > 1140 +%if %{?suse_version} > 1140 && %{with_python} %package -n python-imobiledevice Summary: Python bindings for %{_name} License: LGPL-2.1+ @@ -127,7 +129,7 @@ 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 +%if %{?suse_version} <= 1140 || !(%{with_python}) --without-cython \ %endif --disable-static --disable-dev-tools @@ -185,7 +187,7 @@ %doc AUTHORS COPYING COPYING.LESSER NEWS README %docdir docs/html -%if %{?suse_version} > 1140 +%if %{?suse_version} > 1140 && %{with_python} %files -n python-imobiledevice %defattr(-,root,root,-) %{py_sitedir}/imobiledevice.so -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
