Hello community, here is the log from the commit of package libmbim for openSUSE:Leap:15.2 checked in at 2020-01-30 14:50:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/libmbim (Old) and /work/SRC/openSUSE:Leap:15.2/.libmbim.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libmbim" Thu Jan 30 14:50:15 2020 rev:27 rq:758552 version:1.20.2 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/libmbim/libmbim.changes 2020-01-15 15:21:58.250460964 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.libmbim.new.26092/libmbim.changes 2020-01-30 14:51:19.162931789 +0100 @@ -1,0 +2,84 @@ +Wed Nov 6 20:34:29 UTC 2019 - Martin Hauke <mardnh@gmx.de> + +- Update to version 1.20.2: + + mbim-proxy: + - Fixed device control port management when using symlinks. + + libmbim-glib: + - Fixed handling of fragmented indication messages. + + Several other minor improvements and fixes. + +------------------------------------------------------------------- +Sat Sep 14 13:31:28 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Update to version 1.20.0: + + Build updated with several fixes: + - Explicitly define max allowed GLib version. + - Fix issues with -Werror=type-limits. + - Made compiler warning options compatible with clang. + + mbim-proxy: + - Fixed client subscription to service indications using + wildcard. + - Fixed client subscription update logic when services/cids are + being removed. + - New '--empty-timeout=[SECS}' option to specify the empty + lifetime duration. + - New '--no-exit' option to avoid the proxy from exiting. + + Several other minor improvements and fixes. +- Drop libmbim-fix-build-commits.patch: Fixed upstream. Follwing + this, drop libtool BuildRequires and autoreconf call. + +------------------------------------------------------------------- +Mon Sep 2 22:48:36 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com> + +- Add libmbim-fix-build-commits.patch: Fix build with new glib2. +- Follwing the above patch, add libtool BuildRequires and pass + autoreconf as the patch touches the buildsystem. +- Use modern macros and url's. + +------------------------------------------------------------------- +Sun Apr 14 11:01:24 UTC 2019 - Martin Hauke <mardnh@gmx.de> + +- Update to version 1.18.2: + + mbim-proxy: Increased empty lifetime to 300s. +- Fix wording in the package summary. + +------------------------------------------------------------------- +Tue Jan 8 20:40:43 UTC 2019 - mardnh@gmx.de + +- Update to version 1.18.0 + + New Microsoft Basic Connect Extensions service, that includes + new commands to manage Protocol Configuration Operations (PCO) + as well as LTE attach status and settings. + + libmbim-glib: + - Added support to fully print all message contents, including + all fields, when traces are enabled. + - Added support for QMI indications over MBIM. + - Added additional cause codes to MbimNwError. + - Fixed signal emission in device, so that it's done before + completing transaction task. + + mbim-proxy: Fixed the management of subscribed events, so that + the lists are maintained per-device. + + mbimcli: + - New '--ms-query-pco' action. + - New '--ms-query-lte-attach-configuration' action. + - New '--ms-query-lte-attach-status' action. + + Several other minor improvements and fixes. + +------------------------------------------------------------------- +Sat Aug 25 19:54:09 UTC 2018 - mardnh@gmx.de + +- Update to version 1.16.2: + + mbimcli: + - Fix SNR reporting in --atds-query-signal output. + - Longer timeout (60s) in --disconnect. + - Add "ip-type" property to --connect. + + libmbim-glib: + - Fix printing message in Intel Firmware Update service. + - Fix error reporting when unknown status. + +------------------------------------------------------------------- +Wed Feb 28 16:35:35 UTC 2018 - dimstar@opensuse.org + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- Old: ---- libmbim-1.16.0.tar.xz New: ---- libmbim-1.20.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmbim.spec ++++++ --- /var/tmp/diff_new_pack.lvphg6/_old 2020-01-30 14:51:19.426931929 +0100 +++ /var/tmp/diff_new_pack.lvphg6/_new 2020-01-30 14:51:19.430931932 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmbim # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -13,18 +13,19 @@ # 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/ # Name: libmbim -Version: 1.16.0 +Version: 1.20.2 Release: 0 -Summary: Mobile Interface Broadband Model (MBIM) protocol -License: GPL-2.0+ AND LGPL-2.0+ +Summary: Mobile Broadband Interface Model (MBIM) protocol +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Networking/System -Url: http://www.freedesktop.org/wiki/Software/libmbim/ -Source: http://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz +URL: https://www.freedesktop.org/wiki/Software/libmbim/ +Source: https://www.freedesktop.org/software/libmbim/%{name}-%{version}.tar.xz + BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: pkgconfig(gio-2.0) @@ -39,7 +40,7 @@ %package -n libmbim-glib4 Summary: Mobile Interface Broadband Model (MBIM) protocol -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n libmbim-glib4 @@ -48,7 +49,7 @@ %package devel Summary: Mobile Interface Broadband Model (MBIM) protocol - Development files -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/C and C++ Requires: libmbim-glib4 = %{version} @@ -58,7 +59,7 @@ %package -n mbimcli-bash-completion Summary: Bash completion for mbimcli -License: GPL-2.0+ AND LGPL-2.0+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Productivity/Networking/System BuildRequires: bash-completion Requires: bash-completion @@ -68,28 +69,30 @@ This package contain de bash completion command for mbimcli tools. %prep -%setup -q +%autosetup -p1 %build # Do not rely on env for choosing python sed -i "s|env python|python3|g" build-aux/mbim-codegen/* %configure \ --with-udev \ - --disable-static -make %{?_smp_mflags} + --disable-static \ + %{nil} +%make_build %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %check -make %{?_smp_mflags} check +%make_build check %post -n libmbim-glib4 -p /sbin/ldconfig %postun -n libmbim-glib4 -p /sbin/ldconfig %files -%doc COPYING NEWS +%license COPYING +%doc NEWS %{_bindir}/mbim-network %{_bindir}/mbimcli %{_libexecdir}/mbim-proxy @@ -97,7 +100,8 @@ %{_mandir}/man1/mbimcli.1%{?ext_man} %files -n libmbim-glib4 -%doc COPYING.LIB +%license COPYING.LIB + %{_libdir}/libmbim-glib.so.* %files devel ++++++ libmbim-1.16.0.tar.xz -> libmbim-1.20.2.tar.xz ++++++ ++++ 26681 lines of diff (skipped)
participants (1)
-
root