Accepting request 1090479 from home:michals
- Update to version 0~git.20230513: * Set minimum required libplist version to 2.3.0 * Remove plist-related code in favor of new libplist API * termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses * Updated README with pkg-config requirement * utils: Use libplist's plist_from_memory instead of duplicating format detection * Add support for Apple's OPACK encoding and TLV format * utils: Fix bad malloc result check in buffer_read_from_filename and test arguments for NULL OBS-URL: https://build.opensuse.org/request/show/1090479 OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=3
This commit is contained in:
parent
9564c240fc
commit
26ba2956c9
@ -3,4 +3,4 @@
|
||||
<param name="url">git@github.com:libimobiledevice/libimobiledevice.git</param>
|
||||
<param name="changesrevision">b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c</param></service><service name="tar_scm">
|
||||
<param name="url">git@github.com:libimobiledevice/libimobiledevice-glue.git</param>
|
||||
<param name="changesrevision">499a5578b15235d00bc492068635de45bec1807d</param></service></servicedata>
|
||||
<param name="changesrevision">214bafdde6a1434ead87357afe6cb41b32318495</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c6e487e17fe81486d2552a728cb8cc8f92249a8ed0dfd5fc02d35bb1d2faabc
|
||||
size 143883
|
3
libimobiledevice-glue-0~git.20230513.obscpio
Normal file
3
libimobiledevice-glue-0~git.20230513.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7288aabe6dac7657c0cdae6786ff97306e47ab6570a02ac01bcbddf15d01900
|
||||
size 167947
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 02 11:11:11 UTC 2023 - msuchanek@suse.com
|
||||
|
||||
- Update to version 0~git.20230513:
|
||||
* Set minimum required libplist version to 2.3.0
|
||||
* Remove plist-related code in favor of new libplist API
|
||||
* termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses
|
||||
* Updated README with pkg-config requirement
|
||||
* utils: Use libplist's plist_from_memory instead of duplicating format detection
|
||||
* Add support for Apple's OPACK encoding and TLV format
|
||||
* utils: Fix bad malloc result check in buffer_read_from_filename and test arguments for NULL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 9 14:31:39 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: libimobiledevice-glue
|
||||
version: 0~git.20210925
|
||||
mtime: 1632523732
|
||||
commit: 499a5578b15235d00bc492068635de45bec1807d
|
||||
|
||||
version: 0~git.20230513
|
||||
mtime: 1683946902
|
||||
commit: 214bafdde6a1434ead87357afe6cb41b32318495
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libimobiledevice-glue
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname libimobiledevice-glue-1_0-0
|
||||
Name: libimobiledevice-glue
|
||||
Version: 0~git.20210925
|
||||
Version: 0~git.20230513
|
||||
Release: 0
|
||||
Summary: Native protocols library for iOS devices
|
||||
License: LGPL-2.1-or-later
|
||||
@ -29,7 +29,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libplist-2.0) >= 2.2.0
|
||||
BuildRequires: pkgconfig(libplist-2.0) >= 2.3.0
|
||||
|
||||
%description
|
||||
A library with common code used by libraries and tools around the libimobiledevice project.
|
||||
@ -58,7 +58,7 @@ sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in
|
||||
|
||||
%build
|
||||
autoreconf -fvi
|
||||
%configure \
|
||||
%configure PACKAGE_VERSION=%{version} \
|
||||
--disable-silent-rules \
|
||||
--disable-static
|
||||
%make_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user