From 8fdbae90e087a03cd40bc887095e9101ae8efdf0 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 28 Feb 2018 23:28:56 +0300 Subject: [PATCH] libplist-2.0.0:ver.bump --- hardware/mobile/libplist/actions.py | 1 + hardware/mobile/libplist/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/hardware/mobile/libplist/actions.py b/hardware/mobile/libplist/actions.py index 9c8f79204a..526e3fc828 100644 --- a/hardware/mobile/libplist/actions.py +++ b/hardware/mobile/libplist/actions.py @@ -11,6 +11,7 @@ from pisi.actionsapi import autotools def setup(): # do not link with installed old library pisitools.dosed("cython/Makefile.*", "(plist_la_LDFLAGS\s=.*)(\s-L\$\(libdir\))(.*)", r"\1\3") + autotools.autoreconf("-fiv") autotools.configure("\ --disable-static \ diff --git a/hardware/mobile/libplist/pspec.xml b/hardware/mobile/libplist/pspec.xml index d4a22bf1c8..686618df10 100644 --- a/hardware/mobile/libplist/pspec.xml +++ b/hardware/mobile/libplist/pspec.xml @@ -14,7 +14,7 @@ app:console Library for manipulating Apple Binary and XML Property Lists libplist is a library for manipulating Apple Binary and XML Property Lists. - http://www.libimobiledevice.org/downloads/libplist-1.12.tar.bz2 + http://www.libimobiledevice.org/downloads/libplist-2.0.0.tar.bz2 libxml2-devel python-devel @@ -51,6 +51,13 @@ + + 2018-02-28 + 2.0.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + 2017-03-01 1.12