Dominique Leuenberger 2023-06-09 18:37:05 +00:00 committed by Git OBS Bridge
commit cb473e17d8
7 changed files with 24 additions and 13 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">libimobiledevice-glue</param>
<param name="versionformat">0~git.%cd</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%cd</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>

View File

@ -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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c6e487e17fe81486d2552a728cb8cc8f92249a8ed0dfd5fc02d35bb1d2faabc
size 143883

BIN
libimobiledevice-glue-1.0.0+git3.20230513.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 02 11:11:11 UTC 2023 - msuchanek@suse.com
- Update to version 1.0.0+git3.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>

View File

@ -1,5 +1,4 @@
name: libimobiledevice-glue
version: 0~git.20210925
mtime: 1632523732
commit: 499a5578b15235d00bc492068635de45bec1807d
version: 1.0.0+git3.20230513
mtime: 1683946902
commit: 214bafdde6a1434ead87357afe6cb41b32318495

View File

@ -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: 1.0.0+git3.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