17
0

7 Commits

Author SHA256 Message Date
aef5b972ef Accepting request 1286207 from hardware
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1286207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice-glue?expand=0&rev=6
2025-06-18 17:29:36 +00:00
416abf7fd7 update patch libimobiledevice-glue-gcc14.patch
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=18
2025-06-09 20:25:22 +00:00
488f1940c1 - 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__
  * socket: Fix error output
  * socket: Allow setting debug level via environment variable
  * socket: WIN32: Make sure errno is set in error conditions
  * socket: Update inline attributes for gcc/clang
  * Fix compiler warning
  * socket: WIN32: call WSAInit from library constructor
  * socket: Improve error message output/verbose logging

OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=17
2025-06-09 20:04:17 +00:00
12f5f20aa1 Accepting request 1250583 from hardware
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1250583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libimobiledevice-glue?expand=0&rev=5
2025-03-07 15:38:53 +00:00
c20464555c OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=15 2025-02-27 08:08:38 +00:00
a98cdad993 - Update to version 1.3.1+git18.20250213:
* socket: Fix error output
  * socket: Allow setting debug level via environment variable
  * socket: WIN32: Make sure errno is set in error conditions
  * socket: Update inline attributes for gcc/clang
  * Fix compiler warning
  * socket: WIN32: call WSAInit from library constructor
  * socket: Improve error message output/verbose logging
- Add patch to fix build with gcc14 in Leap 15.x
  (libimobiledevice-glue-gcc14.patch).

OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=14
2025-02-27 08:05:16 +00:00
77ffbddbab - - Set URL to a working address.
OBS-URL: https://build.opensuse.org/package/show/hardware/libimobiledevice-glue?expand=0&rev=13
2025-02-24 07:25:38 +00:00
7 changed files with 60 additions and 11 deletions

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5d2d9cd6e60bda73be681b340fb808673099fc6217547587690e10924b948499
size 251403

View 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)

View File

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

View File

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

View File

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