Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| aef5b972ef | |||
| 416abf7fd7 | |||
| 488f1940c1 | |||
| 12f5f20aa1 | |||
| c20464555c | |||
| a98cdad993 | |||
| 77ffbddbab |
@@ -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">440dbbbf615de11acdd8216df0e3676e8efb9ba1</param></service></servicedata>
|
||||
<param name="changesrevision">aef2bf0f5bfe961ad83d224166462d87b1df2b00</param></service></servicedata>
|
||||
Binary file not shown.
3
libimobiledevice-glue-1.3.2+git0.20250604.obscpio
Normal file
3
libimobiledevice-glue-1.3.2+git0.20250604.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d2d9cd6e60bda73be681b340fb808673099fc6217547587690e10924b948499
|
||||
size 251403
|
||||
14
libimobiledevice-glue-gcc14.patch
Normal file
14
libimobiledevice-glue-gcc14.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- libimobiledevice-glue/src/socket.c 2025-06-09 21:59:38.197718403 +0200
|
||||
+++ libimobiledevice-glue/src/socket.c.new 2025-06-09 22:24:04.661804211 +0200
|
||||
@@ -90,9 +90,9 @@
|
||||
|
||||
static int verbose = 0;
|
||||
|
||||
-#define SOCKET_ERR(level, msg, ...) \
|
||||
+#define SOCKET_ERR(level, ...) \
|
||||
if (verbose >= level) { \
|
||||
- fprintf(stderr, "[socket] " msg , ## __VA_ARGS__); \
|
||||
+ fprintf(stderr, "[socket] " __VA_ARGS__); \
|
||||
}
|
||||
|
||||
void socket_init(void)
|
||||
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 09 20:03:55 UTC 2025 - sebix@sebix.at
|
||||
|
||||
- Update to version 1.3.2+git0.20250604:
|
||||
* Updated NEWS for release
|
||||
* Update soversion for release
|
||||
* configure: [Windows] Add --with-winver option to specify minimum Windows version
|
||||
* Change order of includes to prevent compiler warning
|
||||
* socket: [Windows] Use inet_ntop for >= Vista
|
||||
* configure: Make sure the check for newer libplist works as expected
|
||||
* utils: Remove 'plist helper' from header comment
|
||||
* socket: [Windows] Use WSAAddressToStringA
|
||||
* Use plist_new_unix_date API when available
|
||||
* socket: Use a backwards-compatible way to deal with , before __VA_ARGS__
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 20:35:37 UTC 2025 - sbrabec@suse.com
|
||||
|
||||
- Update to version 1.3.1+git18.20250213:
|
||||
* socket: Fix error output
|
||||
* socket: Allow setting debug level via environment variable
|
||||
* socket: Update inline attributes for gcc/clang
|
||||
* Fix compiler warning
|
||||
* socket: Improve error message output/verbose logging
|
||||
- Add patch to fix build with gcc14 in Leap 15.x
|
||||
(libimobiledevice-glue-gcc14.patch).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 23:36:16 UTC 2025 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
- - Set URL to a working address.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 17:33:50 UTC 2025 - sebix@sebix.at
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libimobiledevice-glue
|
||||
version: 1.3.1+git11.20241227
|
||||
mtime: 1735260934
|
||||
commit: 440dbbbf615de11acdd8216df0e3676e8efb9ba1
|
||||
version: 1.3.2+git0.20250604
|
||||
mtime: 1749031620
|
||||
commit: aef2bf0f5bfe961ad83d224166462d87b1df2b00
|
||||
|
||||
@@ -21,13 +21,15 @@
|
||||
%define clamp_mtime_to_source_date_epoch 1
|
||||
%define use_source_date_epoch_as_buildtime 1
|
||||
Name: libimobiledevice-glue
|
||||
Version: 1.3.1+git11.20241227
|
||||
Version: 1.3.2+git0.20250604
|
||||
Release: 0
|
||||
Summary: Native protocols library for iOS devices
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://www.libimobiledevice.org
|
||||
URL: https://github.com/libimobiledevice/libimobiledevice-glue
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-BUILD libimobiledevice-glue-gcc14.patch sbrabec@suse.com -- Fix build with gcc14 that does not understand __VA_OPT__(,).
|
||||
Patch0: libimobiledevice-glue-gcc14.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
@@ -56,8 +58,9 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i -e '/Requires:/d' src/%{name}-1.0.pc.in
|
||||
sed -i -e 's/-L${libdir}//' src/%{name}-1.0.pc.in
|
||||
%if 0%{?suse_version} < 1600
|
||||
%patch -P 0 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
autoreconf -fvi
|
||||
|
||||
Reference in New Issue
Block a user