SHA256
1
0
forked from pool/ModemManager

100 Commits

Author SHA256 Message Date
7aa49906ad Accepting request 1116090 from home:iznogood:factory
- Add explicit /usr/bin/dbus-daemon BuildRequires: Needed for
  tests.

OBS-URL: https://build.opensuse.org/request/show/1116090
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=169
2023-10-10 06:47:50 +00:00
21ae808400 Accepting request 1083054 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1083054
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=167
2023-04-27 18:50:55 +00:00
8e32fa2032 Accepting request 1009306 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1009306
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=165
2022-10-10 08:56:29 +00:00
7d08f1af35 Accepting request 1002597 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already)

OBS-URL: https://build.opensuse.org/request/show/1002597
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=163
2022-09-13 07:31:31 +00:00
fd67a34a93 Accepting request 993533 from home:iznogood:branches:GNOME:Factory
- Update to version 1.18.10:
  + Build: Require libqmi 1.30.8.
  + FCC unlock: Updated SDX55 unlock script to handle the new
    method introduced in the latest firmware releases.
  + Modem interface:
    - Set signal quality to 0% on shutdown.
    - Set signal quality as recent on init.
  + MBIM:
    - Fix task completion when peeking device fails.
    - Fix several GError double-frees.
  + mmcli: Don't print signal quality until modem is enabled.
  + Plugins: foxconn: remove carrier mapping table for T99W175.
  + Several other minor improvements and fixes.
- Changes from version 1.18.8:
  + A new connection status dispatcher setup is provided, where
    users can provide custom scripts that will be called on bearer
    connect/disconnect events. This dispatcher will make the netifd
    integration in openwrt work much better, as we'll be able to
    report network-initiated disconnections cleanly to netifd.
    There are no default connection status dispatcher scripts
    installed, but it's suggested distributions make sure the
    following directories exist:
    - ${sysconfdir}/ModemManager/connection.d/
    - ${libdir}/ModemManager/connection.d/
  + API: Add missing Simple interface definitions in
    ModemManager-names.h.
  + Build:
    - meson:
      . fix daemon enums dependencies.
      . fix port enums includes.
      . fix 'export_packages' in GIR setup.
      . fix simtech plugin module name.
    - systemd: don't run ModemManager in containers.
  + Core:
    - serial: ensure the port object is valid after BUFFER_FULL
      handling.
    - netlink:
      . use unaligned netlink attribute length.
      . only change IFF_UP flag.
    - bearer: match unknown auth to chap in loose comparisons.
    - charsets: return error if UTF-8 validation fails.
    - fcc-unlock: make scripts POSIX shell compatible.
    - modem-helpers:
      . consider minimum ID when choosing best profile.
      . fix reading <Act> given in COPS=? responses.
    - sms: prevent crash if date is out of range.
    - profile-manager: fix copy-paste error on tags for quarks.
  + QMI:
    - Ignore slot status indications until initial status is known.
    - Return error when loading capabilities if none is found.
  + MBIM:
    - Default initial EPS bearer's auth to chap when unknown.
    - Update default error when network error is out of range.
  + mmcli: Fix key length when printing list of items.
  + Plugins:
    - linktop: new port type hints.
    - cinterion: add support for PLSx3w modems.
    - huawei: disable +CPOL based features in Huawei E226.
  + Several other minor improvements and fixes.

OBS-URL: https://build.opensuse.org/request/show/993533
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=161
2022-08-09 08:35:16 +00:00
a3b66ed268 Accepting request 981288 from home:gmbr3:Active
- Enable QRTR support
  * Add BR pkgconfig(qrtr-glib)

OBS-URL: https://build.opensuse.org/request/show/981288
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=159
2022-06-08 12:14:45 +00:00
27ad6dc1a5 Accepting request 956019 from home:gmbr3:Active
- Update to version 1.18.6:
  + The ModemManager.service file for systemd integration provided
    in the sources is updated as follows:
    ++ 'CAP_NET_ADMIN' is now required in the
       'CapabilityBoundingSet' field.
    ++ 'AF_NETLINK' and 'AF_QIPCRTR' are now required in the
       'RestrictAddressFamilies' field.
  + The LEGACY and PARANOID filter types that were allowed
    options in the '--filter-policy' option in the ModemManager
    daemon were deprecated in version 1.16.0 and have now been
    completely removed, along with the vid:pid blacklist of
    devices and the vid:pid greylist of RS232<->USB adapters.
  + The ModemManager daemon can run now in a 'quick suspend/resume'
    mode, in which no explicit data disconnection is triggered on
    suspend, and no explicit device re-probing from scratch is
    launched on resume. Instead, the daemon will try to refresh
    the state of all interfaces upon suspend, e.g. to see if the
    module keeps registered to the same operator, to see if it is
    still connected, and so on.
  + core: added support for the new 'WWAN' subsystem in Linux kernel
    5.13, enabling PCIe-only modules.
  + core: The charset conversion methods rework, including the
    avoiding of the iconv()
  + qmi: the logic managing allowed/preferred modes was fixed for
    multimode devices like the MC7304, making sure the acquisition
    order preference always had the same items.
  + serial: when modem is connected with AT+PPP, ignore forced
    disconnections, so that we don't take ownership of the PPP
    port before pppd has released it.
  + foxconn: added support for the T99W175 (SDX55) module,
    including built-in FCC unlock procedure.
  + foxconn: added new MBIM QDU firmware update method.
- Move the dbus-1 system.d file to /usr (bsc#1196170)
- Use source verification
- Update Supplements to new format
- Add BRs needed for new tests:
  * python3-gobject-Gdk
  * python3-dbus-python

OBS-URL: https://build.opensuse.org/request/show/956019
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=158
2022-02-21 15:42:16 +00:00
c305b5eb63 Accepting request 912098 from home:jengelh:branches:GNOME:Factory
- Switch bash completion subpackage to noarch.

OBS-URL: https://build.opensuse.org/request/show/912098
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=157
2021-08-19 16:09:16 +00:00
22a103c7f6 Accepting request 853738 from home:mnhauke
OBS-URL: https://build.opensuse.org/request/show/853738
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=155
2020-12-08 09:21:22 +00:00
c9b2b0c816 Accepting request 845463 from home:pevik:branches:GNOME:Factory
- Update to version 1.14.6:
  + Modem interface:
    - Added support for AT-based and/or QMI-based 5G devices
    - Deprecated the MM_MODEM_CAPABILITY_LTE_ADVANCED capability
  + Bearer interface:
    - Added additional 'attempts', 'failed-attempts', 'total-rx-bytes',
      'total-tx-bytes' and 'total-duration' values in the 'Stats' property
      exposed by the Bearer objects.
  + Daemon:
    - Switched to 'STRICT' filter mode by default.
    - Added a new implicit whitelist rules applicable in 'STRICT' filter mode.
    - Updated the probing logic to make sure we don't attempt a re-probe when
    the device is gone.
    - Updated daemon logging.
  + AT:
    - Moved the charset definition logic to the initialization phase instead
      of the enabling phase.
    - Updated manual registration operation
  + QMI:
    - Devices using the LOC service for GNSS will now also setup the list of
      required NMEA traces before starting the engine.
    - Update carrier code if registration changes from one roaming operator
      to another.
    - Explicitly disable autoconnect during modem enabling phase, because it
      interferes with our connection management logic.
    - Fallback to raw-ip if WDA Get Data Format requests arguments, as in most
      new 5G devices.
    - Updated to always use the asynchronous close() operation.
    - Handle disconnection indications during connection attempts.
  + MBIM:

OBS-URL: https://build.opensuse.org/request/show/845463
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=153
2020-11-04 14:32:19 +00:00
76b13ea518 Accepting request 802397 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/802397
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=151
2020-05-11 13:15:46 +00:00
a2ff1ce833 Accepting request 784912 from home:mnhauke
- Update to version 1.12.8:
  + Plugin manager:
    - Updated logic to allow new ports added to a device up to
      1500ms since last port was added.
  + Voice interface:
    - Match calls in call list by number.
    - Don't report an empty list if +CLCC for any reason fails.
    - Expect in-call URCs also in secondary port.
    - Allow optional extra CR in in-call URCs.
  + Kernel device:
    - Fix looking up for interface details in udev-based builds.
  + Huawei:
    - Allow reading port type hints from USB interface descriptions.
    - Fix segfault if device is removed while probing is ongoing.
  + Several other minor fixes.

OBS-URL: https://build.opensuse.org/request/show/784912
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=149
2020-03-16 09:56:00 +00:00
9697b58cbf Accepting request 773984 from home:mnhauke
- Update to version 1.12.6
  + SIM:
    - Updated logic to avoid sending PIN/PUK to the SIM card when
      not required (e.g. if already unlocked).
  + Simple interface:
    - Avoid aborting connection if SIM-PUK2 locked, as PIN2/PUK2
      doesn't prevent us from getting connected.
  + Location interface:
    - Fixed memory leak happening as soon as a position fix was
      obtained and gps-raw location source was enabled.
  + Core:
    - Fixed handling of 0x00 bytes at the end of GSM encoded strings.
    - Fixed cleaning up 'timed-out' signal on the serial port objects.
    - Fixed logic that closes MBIM ports during cleanup.
  + Several other minor fixes and memory leak plugs.
- Update to version 1.12.4
  + Core:
    - Added missing ME error codes when building GError variables
      for the MM_MOBILE_EQUIPMENT_ERROR domain.
  + Bearer:
    - Avoid connection checks or stats updates while disconnecting.
  + Serial port:
    - Fix segfault when port flash operation gets cancelled.
  + Simple interface:
    - Fix the ongoing connection cancellable handling.
  + Voice interface:
    - Fix segfault when voice support check fails.
  + QMI:
    - Fixed several memory leaks, including a severe one happening
      when multiple GPS sources (e.g. raw and nmea) were enabled at

OBS-URL: https://build.opensuse.org/request/show/773984
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=146
2020-02-15 19:53:51 +00:00
8699078e1a Accepting request 746198 from home:mnhauke
- Update to version 1.12.0
  + Modem interface:
    - Updated logic to avoid assuming that setting bands or modes
      is immediate, the daemon will now actively monitor for those
      updates to happen before returning success.
  + 3GPP interface:
    - libmm-glib: deprecated the mm_pco_list_free() helper method.
  + Simple interface:
    - api,libmm-glib: deprecated the 'subscription state' property.
  + Location interface:
    - Fixed 'unknown' lat/long/alt numeric values.
    - Added support for MSB A-GPS in addition to MSA A-GPS.
  + Voice interface:
    - Improved voice call management with call id detection and
      tracking.
    - Improved detailed call state transitions on generic modems
      that support call list polling.
    - Added support for GSM supplementary services, including call
      waiting, call transfer, call deflection, multiparty calls...
    - Added emergency call support, allowing voice call to
      emergency numbers even without SIM or with SIM-PIN locked.
    - Deprecated all properties except for 'number' in the
      CreateCall() method.
  + Messaging interface:
    - Updated to report SMS timestamps in correct ISO8601 format.
  + Bearer:
    - Improved unused CID lookup to allow selecting non-sequential
      CIDs.
    - Disabled all AT protocol based context monitoring when PPP
      is used for the connection, in order to properly sync with

OBS-URL: https://build.opensuse.org/request/show/746198
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=144
2019-11-07 10:54:14 +00:00
1ff01f5ff9 Accepting request 685749 from home:jengelh:sct
- Reduce %systemd_requires to %systemd_ordering:
  %service_* can handle its absence.
- Rewrite summaries not to rely on em dash grammar.
- Do build without requiring bash-completion.

OBS-URL: https://build.opensuse.org/request/show/685749
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=142
2019-03-18 18:04:59 +00:00
e361085df4 Accepting request 668812 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/668812
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=140
2019-01-29 12:58:37 +00:00
ce3bba3358 Accepting request 626540 from GNOME:Next
New stable rel

OBS-URL: https://build.opensuse.org/request/show/626540
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=138
2018-07-31 17:46:31 +00:00
a7811a5cf5 Accepting request 581179 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581179
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=136
2018-03-05 13:52:31 +00:00
Bjørn Lie
801a9b50a6 Accepting request 563603 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/563603
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=134
2018-01-11 19:41:40 +00:00
c557669021 Accepting request 540055 from home:JonathanKang:branches:GNOME:Factory
- Avoid using "systemctl enable" in spec file (bsc#1038402).

OBS-URL: https://build.opensuse.org/request/show/540055
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=132
2017-11-10 14:46:55 +00:00
2dad492667 Accepting request 511018 from GNOME:Next
New upstream rel

OBS-URL: https://build.opensuse.org/request/show/511018
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=130
2017-07-18 09:01:29 +00:00
Bjørn Lie
50c7601286 Accepting request 460501 from home:Mailaender:branches:GNOME:Factory
new upstream release

OBS-URL: https://build.opensuse.org/request/show/460501
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=127
2017-02-26 13:44:44 +00:00
Bjørn Lie
11ac3a51b6 Accepting request 448987 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/448987
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=125
2017-01-09 11:30:50 +00:00
Bjørn Lie
da7e1fc296 Accepting request 445026 from GNOME:Next
- Drop pkgconfig(libsystemd-login): Even though configure checks
  for it, pkgconfig(libsystemd) is actually enough to enable the
  needed features (resume support). libsystemd-login no longer
  exists with systemd v232.

OBS-URL: https://build.opensuse.org/request/show/445026
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=123
2016-12-09 12:42:08 +00:00
Bjørn Lie
db51f5f312 Accepting request 438137 from GNOME:Next
Drop old obsolete BR

OBS-URL: https://build.opensuse.org/request/show/438137
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=121
2016-11-03 18:53:29 +00:00
Bjørn Lie
24dc9d44cf Accepting request 435086 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/435086
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=119
2016-10-14 19:29:08 +00:00
Bjørn Lie
ba57ab4ed8 Accepting request 434973 from home:frispete:tools
- add BR pkgconfig(libsystemd{,-login}) as only brand new systemd
  builds (seems to) carry these dependencies implicitly

OBS-URL: https://build.opensuse.org/request/show/434973
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=117
2016-10-14 08:02:47 +00:00
14798c4b8a Accepting request 419991 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/419991
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=113
2016-08-18 15:20:20 +00:00
1451a3aa19 Accepting request 419370 from home:bruno_friedmann:branches:GNOME:Factory
- new stable release of ModemManager 1.6.0 (final)
  + fix bug boo#975211
  + Added nmcli-bash-completion package
  + Need last version of polkit-default-priv (bsc#976945)
  + build '--with-suspend-resume=systemd' argument.
- Removed patches concerning old version
  + ModemManager-cinterion_drop_unused_constants.patch.
  + ModemManager-novatel_remove_unused_custom_AT_probe_array.patch.
  + ModemManager-wmc_fix_typo.patch.
  + Add ModemManager-fix-whitespaces.patch: Fix whitespace usage.
- 1.6.0 version requires:
  GLib 2.36.0
  gettext 0.19.3
  libmbim >= 1.14.0 (for the optional MBIM support)
  libqmi >= 1.16.0 (for the optional QMI support)
  libsystemd >= 209 or libsystemd-login >= 183 (for the optional
  suspend and resume support)
  For distributions using systemd, it is suggested that the new
  optional suspend/resume is explicitly requested during configure
  with the new '--with-suspend-resume=systemd' argument.
- New features:
  + Core:
   - Implemented support for suspend/resume detection, currently
     working when systemd is in use. Whenever the system is
     suspended, we'll flag the modems as invalid so that they are
     re-probed from scratch when the system is resumed.
   - Added cancellation support for the probing operations.
   - Reworked and simplified the serial port response processing.
  + Location interface:
    - Added A-GPS support, currently available only for QMI based

OBS-URL: https://build.opensuse.org/request/show/419370
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=111
2016-08-18 13:20:12 +00:00
Bjørn Lie
8fe9a0f8c7 Accepting request 397526 from GNOME:Next
- Add three more patches from upstream to fix build with gcc6:
  + ModemManager-cinterion_drop_unused_constants.patch.
  + ModemManager-novatel_remove_unused_custom_AT_probe_array.patch.
  + ModemManager-wmc_fix_typo.patch.

OBS-URL: https://build.opensuse.org/request/show/397526
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=109
2016-05-23 15:12:50 +00:00
Bjørn Lie
c0a6e2eee2 Accepting request 397511 from GNOME:Next
- Add ModemManager-fix-whitespaces.patch: Fix whitespace usage.
  While building with GCC 6, the indenting is taken as a warning
  for the user likely making a mistake.

OBS-URL: https://build.opensuse.org/request/show/397511
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=108
2016-05-23 13:49:27 +00:00
ed37c323d5 Accepting request 387822 from GNOME:Next
Update to 1.4.14

OBS-URL: https://build.opensuse.org/request/show/387822
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=106
2016-04-13 10:18:14 +00:00
3f5291e68f Accepting request 342027 from home:Zaitor:branches:GNOME:Factory
New stable rel

OBS-URL: https://build.opensuse.org/request/show/342027
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=104
2015-11-02 12:59:02 +00:00
916af443e3 Accepting request 325781 from home:weberho:branches:GNOME:Factory
Update to version 1.4.10

OBS-URL: https://build.opensuse.org/request/show/325781
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=102
2015-08-31 09:49:40 +00:00
e4a5a151f3 Accepting request 320819 from home:dimstar:Factory
Fix build with systemd222

OBS-URL: https://build.opensuse.org/request/show/320819
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=100
2015-08-06 09:36:47 +00:00
Bjørn Lie
9292be1fc9 Accepting request 298797 from GNOME:Next
New rel

OBS-URL: https://build.opensuse.org/request/show/298797
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=98
2015-04-23 12:56:06 +00:00
Bjørn Lie
d54efdf36c Accepting request 284877 from home:Zaitor:branches:GNOME:Factory
New stable bugfix release

OBS-URL: https://build.opensuse.org/request/show/284877
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=96
2015-02-10 16:07:39 +00:00
5095cf02f8 Accepting request 261516 from GNOME:Next
- 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.

OBS-URL: https://build.opensuse.org/request/show/261516
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=94
2014-11-13 23:28:02 +00:00
73bbe407bb tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=92
2014-08-22 19:40:56 +00:00
b2b83abcd1 Accepting request 245819 from GNOME:Next
tweak

OBS-URL: https://build.opensuse.org/request/show/245819
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=91
2014-08-22 19:35:55 +00:00
bd7f0ffab7 Accepting request 245252 from home:lnussel:branches:GNOME:Factory
- fix systemd dbus activation (bnc#892682). Systemd does not honor Alias= lines
  in install sections, that only works if the service file in question is
  actually enabled. So the dbus service file must refer to
  ModemManager.service.

OBS-URL: https://build.opensuse.org/request/show/245252
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=90
2014-08-22 19:33:16 +00:00
Richard Brown
5ce3d32d98 Accepting request 214693 from GNOME:Next
- As we enabled pkgconfig(qmi-glib) and pkgconfig(mbim-glib)
  BuildRequires (last change), it's arguably also a good idea to
  replace --without-qmi and --without-mbim configure parameters
  with their --with-qmi and --with-mbim counterparts (and thus
  actually really enable the support).

OBS-URL: https://build.opensuse.org/request/show/214693
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=88
2014-01-22 17:08:23 +00:00
96acafb7e5 Accepting request 209802 from GNOME:Next
We should shortly be able to provide those features... libqmi is in oS:F by now.. libmbim is SR#209469

OBS-URL: https://build.opensuse.org/request/show/209802
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=86
2013-12-15 15:11:58 +00:00
313b027f43 Accepting request 208983 from home:elvigia:branches:GNOME:Factory
- Run %udev_rules_update if such macro is defined.

OBS-URL: https://build.opensuse.org/request/show/208983
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=84
2013-12-01 16:51:18 +00:00
770e550404 Accepting request 198221 from home:dimstar:branches:GNOME:Factory
- Enable the ModemManager service. In essence, it's a D-Bus
  service so enabling it in systemd only means to make it known
  and activatable (bnc#839067).

OBS-URL: https://build.opensuse.org/request/show/198221
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=82
2013-09-11 06:29:14 +00:00
e210a140ce fix
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=80
2013-07-22 07:19:05 +00:00
f041e05a45 fix
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=79
2013-07-22 06:54:57 +00:00
096ef1e0d2 Accepting request 183877 from home:Zaitor:branches:GNOME:Factory
Fixup with systemd, think I got this right now

OBS-URL: https://build.opensuse.org/request/show/183877
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=78
2013-07-22 06:40:49 +00:00
898dd13633 fix
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=76
2013-06-24 17:18:00 +00:00
133b75e134 Accepting request 180560 from home:dimstar:branches:GNOME:Factory
Update to 0.7.991 - merge SR#177887

OBS-URL: https://build.opensuse.org/request/show/180560
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/ModemManager?expand=0&rev=75
2013-06-23 14:14:24 +00:00