Sync from SUSE:SLFO:Main libimobiledevice-glue revision 54f5d95c12944518c2b2bc2500167bb0

This commit is contained in:
Adrian Schröter 2025-02-20 09:42:53 +01:00
parent 2a0a136d84
commit 98c2f920f8
7 changed files with 66 additions and 11 deletions

View File

@ -1,12 +1,12 @@
<services>
<service mode="disabled" name="obs_scm">
<service mode="manual" name="obs_scm">
<param name="url">git@github.com:libimobiledevice/libimobiledevice-glue.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">libimobiledevice-glue</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%cd</param>
</service>
<service mode="disabled" name="set_version"/>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>

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">214bafdde6a1434ead87357afe6cb41b32318495</param></service></servicedata>
<param name="changesrevision">440dbbbf615de11acdd8216df0e3676e8efb9ba1</param></service></servicedata>

Binary file not shown.

BIN
libimobiledevice-glue-1.3.1+git11.20241227.obscpio (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Sun Jan 12 17:33:50 UTC 2025 - sebix@sebix.at
- Update to version 1.3.1+git11.20241227:
* Add extern "C" guards to public headers
* [github-actions] Bump dawidd6/action-download-artifact from 3 to 6
* configure: Remove unused check
* [github-actions] Run build workflow on pull_request
* Fix unrecognized \e escape sequence
* Fix compilation on MSVC
* Switch to better initializer strategy
* Change WIN32 to _WIN32 to check if running on Windows
* socket.c: define AI_NUMERICSERV if undefined
* socket/win32: Use calloc where applicable in getifaddrs implementation
* sha1: Remove old commented-out code
* Updated NEWS for release
* Updated README
* Update soversion for release
* socket: Remove greater-than check for scope_id since they might not be in order
* Update soversion for release
* Updated NEWS for release
* Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface
* socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_create
* Revert "Use updated libplist 2.5.0 API"
* socket: Haiku compilation fixes
* Use updated libplist 2.5.0 API
* automake: Prevent `dist` or `distcheck` when uncommitted changes are present
* Update NEWS for release
* Update soversion for release
* Add helper code to deal with NSKeyedArchiver plist data
* [github-actions] Updated build workflow to use v3 for download-artifact
* [github-actions] Updated build workflow to use v4 for checkout and upload-artifact
* socket: Make sure errno is always set on error, and always return a meaningful error code
-------------------------------------------------------------------
Sat Feb 24 19:48:13 UTC 2024 - sebix@sebix.at
- Update to version 1.1.0+git0.20240222:
- Changes:
* socket: Use poll() - when available - instead of select()
* socket: Allow NULL as address for socket_create() and socket_connect()
* win32: Remove windows.h from public headers
* Add version function to interface
- Bugfixes:
* opack: Fixed 32bit buffer overflow
* opack: Fix parsing of 32 and 64 bit packed values
- Internal:
* Move LIMD_GLUE_API definitions to public headers
* socket: Conditionally compile using poll or select based on availability
* socket: Fix select failing when the process has many file descriptors by using poll instead
* win32: Fix external compilation using libimobiledevice-glue/thread.h
-------------------------------------------------------------------
Fri Jun 02 11:11:11 UTC 2023 - msuchanek@suse.com

View File

@ -1,4 +1,4 @@
name: libimobiledevice-glue
version: 1.0.0+git3.20230513
mtime: 1683946902
commit: 214bafdde6a1434ead87357afe6cb41b32318495
version: 1.3.1+git11.20241227
mtime: 1735260934
commit: 440dbbbf615de11acdd8216df0e3676e8efb9ba1

View File

@ -1,7 +1,7 @@
#
# spec file for package libimobiledevice-glue
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,8 +17,11 @@
%define libname libimobiledevice-glue-1_0-0
%define source_date_epoch_from_changelog 1
%define clamp_mtime_to_source_date_epoch 1
%define use_source_date_epoch_as_buildtime 1
Name: libimobiledevice-glue
Version: 1.0.0+git3.20230513
Version: 1.3.1+git11.20241227
Release: 0
Summary: Native protocols library for iOS devices
License: LGPL-2.1-or-later