diff --git a/_servicedata b/_servicedata index 4c71a5d..a9e1568 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ git@github.com:libimobiledevice/libimobiledevice.git b3d35fbcf7a1ac669c2e80fbd58920941a5d4c0c git@github.com:libimobiledevice/libimobiledevice-glue.git - 214bafdde6a1434ead87357afe6cb41b32318495 \ No newline at end of file + 6be525c3d3567685b662afaba547674895b73f31 \ No newline at end of file diff --git a/libimobiledevice-glue-1.0.0+git3.20230513.obscpio b/libimobiledevice-glue-1.0.0+git3.20230513.obscpio deleted file mode 100644 index 7131b71..0000000 --- a/libimobiledevice-glue-1.0.0+git3.20230513.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6979211f9bb79534cdeb971bfb4057d61ffe5cdc103a111b12d40f1ba6487c30 -size 167947 diff --git a/libimobiledevice-glue-1.1.0+git0.20240222.obscpio b/libimobiledevice-glue-1.1.0+git0.20240222.obscpio new file mode 100644 index 0000000..3ce75fd --- /dev/null +++ b/libimobiledevice-glue-1.1.0+git0.20240222.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e974724a24fd4d855fac779a1a3848278bf7b2cf7aa2234b537e2e654921df5 +size 176139 diff --git a/libimobiledevice-glue.changes b/libimobiledevice-glue.changes index 8b7ee05..a2f4b07 100644 --- a/libimobiledevice-glue.changes +++ b/libimobiledevice-glue.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +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 diff --git a/libimobiledevice-glue.obsinfo b/libimobiledevice-glue.obsinfo index 20f9161..d36b341 100644 --- a/libimobiledevice-glue.obsinfo +++ b/libimobiledevice-glue.obsinfo @@ -1,4 +1,4 @@ name: libimobiledevice-glue -version: 1.0.0+git3.20230513 -mtime: 1683946902 -commit: 214bafdde6a1434ead87357afe6cb41b32318495 +version: 1.1.0+git0.20240222 +mtime: 1708604613 +commit: 6be525c3d3567685b662afaba547674895b73f31 diff --git a/libimobiledevice-glue.spec b/libimobiledevice-glue.spec index 8d84164..58401d3 100644 --- a/libimobiledevice-glue.spec +++ b/libimobiledevice-glue.spec @@ -1,7 +1,7 @@ # # spec file for package libimobiledevice-glue # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.1.0+git0.20240222 Release: 0 Summary: Native protocols library for iOS devices License: LGPL-2.1-or-later