Hello community,

here is the log from the commit of package libusbmuxd for openSUSE:Factory 
checked in at 2020-02-14 16:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libusbmuxd (Old)
 and      /work/SRC/openSUSE:Factory/.libusbmuxd.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libusbmuxd"

Fri Feb 14 16:30:07 2020 rev:8 rq:770571 version:1.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libusbmuxd/libusbmuxd.changes    2017-10-10 
11:34:25.766006323 +0200
+++ /work/SRC/openSUSE:Factory/.libusbmuxd.new.26092/libusbmuxd.changes 
2020-02-14 16:30:17.719350907 +0100
@@ -1,0 +2,7 @@
+Thu Jan 23 14:56:51 UTC 2020 - Cristian Rodríguez <[email protected]>
+
+- Software using pthread_cleanup_* routines must be built with
+  with -fexceptions so a safer and cleaner implementation is
+  used.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libusbmuxd.spec ++++++
--- /var/tmp/diff_new_pack.1tR3rz/_old  2020-02-14 16:30:18.299351222 +0100
+++ /var/tmp/diff_new_pack.1tR3rz/_new  2020-02-14 16:30:18.315351230 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libusbmuxd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,9 +22,9 @@
 Version:        1.0.10
 Release:        0
 Summary:        A client library to multiplex connections from and to iOS 
devices
-License:        LGPL-2.1+ and GPL-2.0+
+License:        LGPL-2.1-or-later AND GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://cgit.sukimashita.com/libusbmuxd.git
+URL:            http://cgit.sukimashita.com/libusbmuxd.git
 Source:         
http://www.libimobiledevice.org/downloads/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM libusbmuxd-CVE-2016-5104.patch CVE-2016-5104 boo#982014 
[email protected] - Make sure sockets only listen locally
@@ -99,8 +99,9 @@
 %patch0 -p1
 
 %build
+export CFLAGS="%optflags -fexceptions"
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}


Reply via email to