]> git.pld-linux.org Git - packages/libimobiledevice.git/commitdiff
- up to 1.0.4 auto/th/libimobiledevice-1_0_4-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 20 Dec 2010 18:51:26 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libimobiledevice.spec -> 1.7
    swig2.patch -> 1.1

libimobiledevice.spec
swig2.patch [new file with mode: 0644]

index c54407608551d41d7c510ba1e204e51e46fd8b62..cdf4df9922baa1761784b271853bf20af8d57f1f 100644 (file)
@@ -5,12 +5,13 @@
 Summary:       Library for connecting to mobile devices
 Summary(pl.UTF-8):     Biblioteka do łączenia się z urządzeniami mobilnymi
 Name:          libimobiledevice
-Version:       1.0.3
+Version:       1.0.4
 Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
-# Source0-md5: 68e68b5c2bea3ad99917add839d32cb2
+# Source0-md5: dbf62f2fddaa87558b6f1ebc76abb549
+Patch0:                swig2.patch
 URL:           http://www.libimobiledevice.org/
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake
@@ -75,6 +76,7 @@ Wiązania libimobiledevice dla Pythona.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/swig2.patch b/swig2.patch
new file mode 100644 (file)
index 0000000..88d6a7d
--- /dev/null
@@ -0,0 +1,11 @@
+--- libimobiledevice-1.0.4/configure.ac~       2010-11-27 20:34:30.000000000 +0200
++++ libimobiledevice-1.0.4/configure.ac        2010-12-20 20:49:38.897686620 +0200
+@@ -60,7 +60,7 @@
+           [build_swig=true])
+ if test "$build_swig" = "true" -a "$SWIG" != "false" ; then
+             AM_PATH_PYTHON(2.3)
+-            AC_PROG_SWIG(1.3.21)
++            AC_PROG_SWIG(2.0.0)
+             AX_SWIG_ENABLE_CXX
+             SWIG_PYTHON
+             SWIG_SUB=swig
This page took 0.143646 seconds and 4 git commands to generate.