diff --git a/_service b/_service index db67502..1b5bc29 100644 --- a/_service +++ b/_service @@ -4,7 +4,8 @@ git enable libimobiledevice-glue - @PARENT_TAG@+git@TAG_OFFSET@.%cd + 1.1.0 + @PARENT_TAG@ 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.changes b/libimobiledevice-glue.changes index 8b7ee05..6413ca2 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: + - 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..f0dbc22 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 +mtime: 1708604613 +commit: 6be525c3d3567685b662afaba547674895b73f31 diff --git a/libimobiledevice-glue.spec b/libimobiledevice-glue.spec index 8d84164..8a9323d 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 @@ -18,7 +18,7 @@ %define libname libimobiledevice-glue-1_0-0 Name: libimobiledevice-glue -Version: 1.0.0+git3.20230513 +Version: 1.1.0 Release: 0 Summary: Native protocols library for iOS devices License: LGPL-2.1-or-later @@ -60,7 +60,7 @@ sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in autoreconf -fvi %configure PACKAGE_VERSION=%{version} \ --disable-silent-rules \ - --disable-static + --disable-static PACKAGE_VERSION=%{version} %make_build %install