1
0

- 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

OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=6
This commit is contained in:
Sebastian Wagner 2024-02-24 19:52:07 +00:00 committed by Git OBS Bridge
parent 13e0d1607a
commit 19b524cc80
5 changed files with 27 additions and 8 deletions

View File

@ -4,7 +4,8 @@
<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>
<param name="revision">1.1.0</param>
<param name="versionformat">@PARENT_TAG@</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">214bafdde6a1434ead87357afe6cb41b32318495</param></service></servicedata>
<param name="changesrevision">6be525c3d3567685b662afaba547674895b73f31</param></service></servicedata>

View File

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

View File

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

View File

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