Hello community, here is the log from the commit of package ModemManager for openSUSE:Factory checked in at 2014-11-18 22:45:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ModemManager (Old) and /work/SRC/openSUSE:Factory/.ModemManager.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ModemManager" Changes: -------- --- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes 2014-08-25 11:54:28.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes 2014-11-18 22:46:29.000000000 +0100 @@ -1,0 +2,75 @@ +Mon Oct 20 11:57:19 UTC 2014 - [email protected] + +- Update to version 1.4.0: + + This version comes with the following updates in the + interfaces: + - Updated the logic around the IP configuration properties in + the Bearer: + . Setting DHCP as IP method in the IPv6 settings means that + SLAAC should be used to retrieve correct addressing and + routing details. + . DHCP IP method may now be combined with an explicit static + IP address, as IPv6 SLAAC may require the link-local + address to be present. + . MTU is now also included in the IP configuration + properties, if specified by the modem, and applicable to + both DHCP and STATIC methods. + - New 'OFF' power state, which fully switches off the modem + device. After setting the modem in this state, no further use + of it can be done. Currently available in Wavecom and + Cinterion. + - Location interface: new 'unmanaged GPS' support, which allows + to start/stop the GPS module in the modem, while leaving the + location information retrieval to other processes. Currently + available in modems with independent GPS TTYs, like + Option/HSO, Cinterion and Huawei. + - New Test DBus interface: not to be installed, just for + internal system tests. + + Other notable changes include: + - MBIM: support for ZTE and Sequans Communications modems. + - Ericsson MBM: Support for AT-capable /dev/cdc-wdm ports. + - Huawei: improved support for Network time retrieval. + - Huawei: implemented GPS support. + - Huawei: support for /dev/cdc-wdm AT ports via the new + huawei-cdc-ncm driver. + - Cinterion: implemented GPS support. + - Cinterion: implemented unlock retries loading. + - Cinterion: gather port types for multi-tty devices. + - Cinterion: custom wait for SIM readiness after SIM-PIN + unlock. + - Wavecom: custom wait for SIM readiness after SIM-PIN unlock. + - Probing: new flag to identify hotplugged devices which don't + need full reset. + - Tests: internal refactor of the ports handling code, allowing + test-driven virtual ports and system tests run during + 'make check'. This new feature also comes with a new internal + 'Test' DBus interface, as well as new --test-[*] options in + the ModemManager program. + - and many more fixes... +- Changes from version 1.2.0: + + Signal interface: new interface for extended signal quality + information. + + OMA interface: new interface to expose the Device Management + capabilities defined by the Open Mobile Alliance. + + Messaging interface: new 'Messages' property. + + Modem interface: new 'Bearers' property. + + 3GPP interface: new 'SubscriptionState' property. + + Other notable changes include: + - QMI: Implemented Manual CDMA activation logic. + - QMI: Implemented 3GPP2/CDMA SMS support. + - QMI: Added support for QMI modems in the ZTE, x22x and + Cinterion plugins. + - Huawei: multiple improvements and fixes for the ^NDISDUP + support. + - Huawei: new mode/switching logic with ^SYSCFGEX for + LTE-capable devices. + - Altair-LTE: set subscription state based on PCO. + - MediaTek: new 'mtk' plugin added for MediaTek devices. + - libmm-glib: Added GObject Introspection and Vala support. + - and many more fixes... +- Add gobject-introspection-devel and vala BuildRequires: new build + dependencies. +- Split new subpackage typelib-1_0-ModemManager-1_0. +- Add rcModemManager symlink. + +------------------------------------------------------------------- Old: ---- ModemManager-1.0.0.tar.xz New: ---- ModemManager-1.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ModemManager.spec ++++++ --- /var/tmp/diff_new_pack.JvS6K0/_old 2014-11-18 22:46:31.000000000 +0100 +++ /var/tmp/diff_new_pack.JvS6K0/_new 2014-11-18 22:46:31.000000000 +0100 @@ -17,7 +17,7 @@ Name: ModemManager -Version: 1.0.0 +Version: 1.4.0 Release: 0 Summary: DBus interface for modem handling License: GPL-2.0+ and GPL-3.0+ @@ -27,14 +27,16 @@ # PATCH-FIX-OPENSUSE ModemManager-1.0.0-systemd-activation.patch bnc#892682 [email protected] -- Fix systemd dbus activation Patch0: ModemManager-1.0.0-systemd-activation.patch BuildRequires: dbus-1-glib-devel +BuildRequires: gobject-introspection-devel >= 0.9.6 BuildRequires: hicolor-icon-theme BuildRequires: intltool >= 0.40.0 BuildRequires: libgudev-1_0-devel BuildRequires: ppp-devel +BuildRequires: vala-devel >= 0.18 BuildRequires: pkgconfig(gudev-1.0) >= 147 -BuildRequires: pkgconfig(mbim-glib) +BuildRequires: pkgconfig(mbim-glib) >= 1.10 BuildRequires: pkgconfig(polkit-gobject-1) >= 0.97 -BuildRequires: pkgconfig(qmi-glib) >= 1.4 +BuildRequires: pkgconfig(qmi-glib) >= 1.6 BuildRequires: pkgconfig(systemd) Requires: hicolor-icon-theme Recommends: usb_modeswitch @@ -57,17 +59,28 @@ (over DBus) to communicate with all sorts of modems (landline, GSM, CDMA). +%package -n typelib-1_0-ModemManager-1_0 +Summary: DBus interface for modem handling -- GLib bindings +Group: System/Libraries + +%description -n typelib-1_0-ModemManager-1_0 +DBus interface for modem handling. Provides a standard abstracted API +(over DBus) to communicate with all sorts of modems (landline, GSM, +CDMA). + %package devel Summary: DBus interface for modem handling -- Development Files Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: libmm-glib0 = %{version} +Requires: typelib-1_0-ModemManager-1_0 = %{version} %description devel DBus interface for modem handling. Provides a standard abstracted API (over DBus) to communicate with all sorts of modems (landline, GSM, CDMA). +%lang_package %prep %setup -q %patch0 -p1 @@ -85,6 +98,9 @@ %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print +# create suse-specific rcFOO link +ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcModemManager +%find_lang ModemManager %{name}.lang %pre %service_add_pre ModemManager.service @@ -111,6 +127,7 @@ %doc COPYING AUTHORS README %{_bindir}/mmcli %{_sbindir}/ModemManager +%{_sbindir}/rcModemManager %config %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf %{_libdir}/ModemManager/ %{_datadir}/dbus-1/interfaces/*.xml @@ -122,12 +139,20 @@ %{_mandir}/man8/mmcli.8%{?ext_man} %{_mandir}/man8/ModemManager.8%{?ext_man} +%files lang -f %{name}.lang + %files -n libmm-glib0 %defattr(-,root,root) %{_libdir}/libmm-glib.so.* +%files -n typelib-1_0-ModemManager-1_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/ModemManager-1.0.typelib + %files devel %defattr(-,root,root) +%{_datadir}/gir-1.0/ModemManager-1.0.gir +%{_datadir}/vala/vapi/ %{_includedir}/ModemManager/ %{_includedir}/libmm-glib/ %{_libdir}/libmm-glib.so ++++++ ModemManager-1.0.0.tar.xz -> ModemManager-1.4.0.tar.xz ++++++ ++++ 203943 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
