From 4f9211a3440973e3825fd319584cd51ba1122535 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 24 Jun 2020 14:43:05 +0300 Subject: [PATCH] libimobiledevice ver. bump --- hardware/mobile/libimobiledevice/actions.py | 3 ++- hardware/mobile/libimobiledevice/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/hardware/mobile/libimobiledevice/actions.py b/hardware/mobile/libimobiledevice/actions.py index d0025b378c..42cb4608e4 100644 --- a/hardware/mobile/libimobiledevice/actions.py +++ b/hardware/mobile/libimobiledevice/actions.py @@ -9,6 +9,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools def setup(): + autotools.autoreconf("-fi") autotools.configure("\ --disable-static \ --disable-openssl \ @@ -27,4 +28,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README") \ No newline at end of file + pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README*") diff --git a/hardware/mobile/libimobiledevice/pspec.xml b/hardware/mobile/libimobiledevice/pspec.xml index a3beb4f49d..3fbc445ecd 100644 --- a/hardware/mobile/libimobiledevice/pspec.xml +++ b/hardware/mobile/libimobiledevice/pspec.xml @@ -14,7 +14,7 @@ app:console Library for connecting to mobile devices libimobiledevice is a library for connecting to mobile devices including phones and music players - http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2 + http://www.libimobiledevice.org/downloads/libimobiledevice-1.3.0.tar.bz2 gnutls-devel libusbmuxd-devel @@ -23,7 +23,7 @@ libgcrypt-devel - gnutls-3.4.patch + @@ -62,6 +62,13 @@ + + 2020-06-24 + 1.3.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 1.2.0