[packages/ideviceinstaller] - updated to 1.2.0
qboosh
qboosh at pld-linux.org
Sun Mar 29 12:13:06 CEST 2026
commit 5fed38fad4ad73bba721c592317eb5d263f6384b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Mar 29 12:13:25 2026 +0200
- updated to 1.2.0
ideviceinstaller-libzip.patch | 11 -----------
ideviceinstaller.spec | 16 +++++++---------
2 files changed, 7 insertions(+), 20 deletions(-)
---
diff --git a/ideviceinstaller.spec b/ideviceinstaller.spec
index 96016a9..4718bb2 100644
--- a/ideviceinstaller.spec
+++ b/ideviceinstaller.spec
@@ -1,24 +1,23 @@
Summary: Manage Applications of an iPhone or iPod Touch
Summary(pl.UTF-8): Zarządzanie aplikacjami na urządzeniach iPhone oraz iPod Touch
Name: ideviceinstaller
-Version: 1.1.1
-Release: 2
+Version: 1.2.0
+Release: 1
License: GPL v2+
Group: Applications
#Source0Download: https://libimobiledevice.org/
Source0: https://github.com/libimobiledevice/ideviceinstaller/releases/download/%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 824b1c6bcb2fab6a0788945c019f83be
-Patch0: %{name}-libzip.patch
+# Source0-md5: 0ff6252c3c2cc9edc671120369ce492e
URL: https://libimobiledevice.org/
-BuildRequires: autoconf >= 2.64
+BuildRequires: autoconf >= 2.68
BuildRequires: automake
BuildRequires: libimobiledevice-devel >= 1.3.0
-BuildRequires: libplist-devel >= 2.2.0
-BuildRequires: libtool
+BuildRequires: libplist-devel >= 2.3.0
+BuildRequires: libtool >= 2:2
BuildRequires: libzip-devel >= 0.10
BuildRequires: pkgconfig
Requires: libimobiledevice >= 1.3.0
-Requires: libplist >= 2.2.0
+Requires: libplist >= 2.3.0
Requires: libzip >= 0.10
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,7 +34,6 @@ zarchiwizowane aplikacje.
%prep
%setup -q
-%patch -P0 -p1
%build
%{__libtoolize}
diff --git a/ideviceinstaller-libzip.patch b/ideviceinstaller-libzip.patch
deleted file mode 100644
index 8429ce8..0000000
--- a/ideviceinstaller-libzip.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ideviceinstaller-1.1.1/src/ideviceinstaller.c.orig 2020-06-07 17:02:44.000000000 +0200
-+++ ideviceinstaller-1.1.1/src/ideviceinstaller.c 2023-11-27 21:08:55.034355773 +0100
-@@ -299,7 +299,7 @@ static int zip_get_contents(struct zip *
- static int zip_get_app_directory(struct zip* zf, char** path)
- {
- int i = 0;
-- int c = zip_get_num_files(zf);
-+ int c = zip_get_num_entries(zf, 0);
- int len = 0;
- const char* name = NULL;
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ideviceinstaller.git/commitdiff/5fed38fad4ad73bba721c592317eb5d263f6384b
More information about the pld-cvs-commit
mailing list