Compare commits

1 Commits
main ... 1.1

4 changed files with 12 additions and 45 deletions

BIN
ModemManager-1.20.6.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

BIN
ModemManager-1.22.0.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,37 +1,3 @@
-------------------------------------------------------------------
Tue Oct 15 11:59:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Drop rcFOO symlinks (PED-266).
-------------------------------------------------------------------
Mon Sep 23 15:48:59 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.22.0:
+ A new "MSG" (message) log verbosity level is introduced, which
is also the new default one if none explicitly defined. This
level takes the place of the old "INFO" level, as a level
including the most important messages that should be logged
without needing to be warnings or errors. The new "INFO" level
is more verbose than "MSG" but less verbose than "DBG", and may
be useful as default in systems where active debugging of WWAN
related issues is required. E.g. all user operations triggered
via DBus method calls are logged in "INFO" level.
+ Introduced the concept of "personal information" which should
by default not be included in log messages. Enabling personal
information in logs requires to run the daemon with the
'--log-personal-info' option. This feature is mostly
implemented for QMI and MBIM specific logs, but hasn't yet been
included in generic daemon logs or when using the AT protocol.
Changes and fixes related to this feature will be cherry-picked
and included in the future stable branch updates.
- Update URL and Source adresses.
-------------------------------------------------------------------
Fri Oct 6 17:30:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add explicit /usr/bin/dbus-daemon BuildRequires: Needed for
tests.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 8 20:18:39 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Sat Apr 8 20:18:39 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package ModemManager # spec file for package ModemManager
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
%define _udevdir %(pkg-config --variable udevdir udev) %define _udevdir %(pkg-config --variable udevdir udev)
Name: ModemManager Name: ModemManager
Version: 1.22.0 Version: 1.20.6
Release: 0 Release: 0
Summary: DBus interface for modem handling Summary: DBus interface for modem handling
License: GPL-2.0-or-later AND GPL-3.0-or-later License: GPL-2.0-or-later AND GPL-3.0-or-later
Group: Productivity/Networking/System Group: Productivity/Networking/System
URL: https://modemmanager.org/ URL: http://cgit.freedesktop.org/ModemManager/ModemManager
Source0: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source0: https://gitlab.com/linux-mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: dbus-1-glib-devel BuildRequires: dbus-1-glib-devel
BuildRequires: gobject-introspection-devel >= 0.9.6 BuildRequires: gobject-introspection-devel >= 0.9.6
@@ -46,14 +46,12 @@ BuildRequires: pkgconfig(gmodule-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version} BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version}
BuildRequires: pkgconfig(gudev-1.0) >= 147 BuildRequires: pkgconfig(gudev-1.0) >= 147
BuildRequires: pkgconfig(libsystemd) >= 209 BuildRequires: pkgconfig(libsystemd) >= 209
BuildRequires: pkgconfig(mbim-glib) >= 1.30.0 BuildRequires: pkgconfig(mbim-glib) >= 1.28.0
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97
BuildRequires: pkgconfig(qmi-glib) >= 1.34.0 BuildRequires: pkgconfig(qmi-glib) >= 1.32.0
BuildRequires: pkgconfig(qrtr-glib) BuildRequires: pkgconfig(qrtr-glib)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
# Needed for tests
BuildRequires: /usr/bin/dbus-daemon
Requires: hicolor-icon-theme Requires: hicolor-icon-theme
Recommends: libmbim Recommends: libmbim
Recommends: usb_modeswitch Recommends: usb_modeswitch
@@ -124,6 +122,8 @@ test -n "$pppddir" || exit 1
%install %install
%meson_install %meson_install
# create suse-specific rcFOO link
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcModemManager
%find_lang ModemManager %{name}.lang %find_lang ModemManager %{name}.lang
%check %check
@@ -149,6 +149,7 @@ test -n "$pppddir" || exit 1
%doc AUTHORS README %doc AUTHORS README
%{_bindir}/mmcli %{_bindir}/mmcli
%{_sbindir}/ModemManager %{_sbindir}/ModemManager
%{_sbindir}/rcModemManager
%{_datadir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf %{_datadir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
%{_libdir}/ModemManager/ %{_libdir}/ModemManager/
%{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml