8435ad
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
8435ad
%global qmi_version %(pkg-config --modversion qmi-glib 2>/dev/null || echo bad)
8435ad
%global mbim_version %(pkg-config --modversion mbim-glib 2>/dev/null || echo bad)
8435ad
8435ad
Name: ModemManager
243de2
Version: 1.20.2
243de2
Release: 1%{?dist}
8435ad
Summary: Mobile broadband modem management service
8435ad
License: GPLv2+
8435ad
URL: http://www.freedesktop.org/wiki/Software/ModemManager/
243de2
Source: https://gitlab.com/linux-mobile-broadband/ModemManager/-/archive/%{version}/%{name}-%{version}.tar.bz2
8435ad
8435ad
# For mbim-proxy and qmi-proxy
8435ad
Requires: libmbim-utils
8435ad
Requires: libqmi-utils
8435ad
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
8435ad
8435ad
# Don't allow older versions of these than what we built against,
8435ad
# because they add new API w/o versioning it or bumping the SONAME
8435ad
Conflicts: glib2%{?_isa} < %{glib2_version}
8435ad
Conflicts: libqmi%{?_isa} < %{qmi_version}
8435ad
Conflicts: libmbim%{?_isa} < %{mbim_version}
8435ad
8435ad
Requires(post): systemd
8435ad
Requires(postun): systemd
8435ad
Requires(preun): systemd
8435ad
8435ad
Requires: polkit
8435ad
8435ad
BuildRequires: automake autoconf libtool autoconf-archive
8435ad
BuildRequires: dbus
8435ad
BuildRequires: dbus-daemon
8435ad
BuildRequires: gettext-devel >= 0.19.8
356f31
BuildRequires: glib2-devel >= 2.56
8435ad
BuildRequires: gobject-introspection-devel >= 1.38
8435ad
BuildRequires: gtk-doc
356f31
BuildRequires: libgudev1-devel >= 232
243de2
BuildRequires: libmbim-devel >= 1.28.0
243de2
BuildRequires: libqmi-devel >= 1.32.0
41c047
BuildRequires: libqrtr-glib-devel >= 1.0.0
8435ad
BuildRequires: make
243de2
BuildRequires: systemd
8435ad
BuildRequires: systemd-devel >= 209
8435ad
BuildRequires: vala
8435ad
BuildRequires: polkit-devel
8435ad
8435ad
%global __provides_exclude ^libmm-plugin-
8435ad
8435ad
%description
8435ad
The ModemManager service manages WWAN modems and provides a consistent API for
8435ad
interacting with these devices to client applications.
8435ad
8435ad
%package devel
8435ad
Summary: Libraries and headers for adding ModemManager support to applications
8435ad
Requires: %{name}%{?_isa} = %{version}-%{release}
8435ad
Requires: pkgconfig
8435ad
8435ad
%description devel
8435ad
This package contains various headers for accessing some ModemManager functionality
8435ad
from applications.
8435ad
8435ad
%package glib
8435ad
Summary: Libraries for adding ModemManager support to applications that use glib.
8435ad
Requires: glib2 >= %{glib2_version}
8435ad
8435ad
%description glib
8435ad
This package contains the libraries that make it easier to use some ModemManager
8435ad
functionality from applications that use glib.
8435ad
8435ad
%package glib-devel
8435ad
Summary: Libraries and headers for adding ModemManager support to applications that use glib.
8435ad
Requires: %{name}%{?_isa} = %{version}-%{release}
8435ad
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
8435ad
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
8435ad
Requires: glib2-devel >= %{glib2_version}
8435ad
Requires: pkgconfig
8435ad
8435ad
%description glib-devel
8435ad
This package contains various headers for accessing some ModemManager functionality
8435ad
from glib applications.
8435ad
8435ad
%package vala
8435ad
Summary: Vala bindings for ModemManager
8435ad
Requires: vala
8435ad
Requires: %{name}-glib%{?_isa} = %{version}-%{release}
8435ad
8435ad
%description vala
8435ad
Vala bindings for ModemManager
8435ad
8435ad
%prep
8435ad
%autosetup -p1
8435ad
8435ad
%build
8435ad
# Regenerate configure, because the one that is shipped
8435ad
# doesn't seem to obey --disable-rpath for reasons unknown.
8435ad
autoreconf -vif
8435ad
%configure \
8435ad
	--disable-rpath \
8435ad
	--disable-silent-rules \
8435ad
	--with-systemd-suspend-resume \
8435ad
	--with-systemd-journal \
8435ad
	--enable-more-warnings=no \
8435ad
	--with-udev-base-dir=%{_prefix}/lib/udev \
8435ad
	--enable-gtk-doc \
8435ad
	--with-qmi=yes \
8435ad
	--with-mbim=yes \
356f31
%ifarch aarch64
356f31
	--enable-plugin-qcom-soc \
356f31
%endif
8435ad
	--disable-static \
8435ad
	--with-polkit=permissive \
8435ad
	--with-dist-version=%{version}-%{release}
8435ad
8435ad
%make_build
8435ad
8435ad
%check
8435ad
# make check
8435ad
8435ad
%install
8435ad
%make_install
8435ad
8435ad
find %{buildroot} -type f -name "*.la" -delete
8435ad
8435ad
%find_lang %{name}
8435ad
8435ad
%ldconfig_scriptlets glib
8435ad
8435ad
%post
8435ad
%systemd_post ModemManager.service
8435ad
8435ad
%preun
8435ad
%systemd_preun ModemManager.service
8435ad
8435ad
%postun
8435ad
%systemd_postun ModemManager.service
8435ad
8435ad
%files -f %{name}.lang
8435ad
%license COPYING
8435ad
%doc README
8435ad
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
8435ad
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
8435ad
%attr(0755,root,root) %{_sbindir}/ModemManager
8435ad
%attr(0755,root,root) %{_bindir}/mmcli
8435ad
%dir %{_libdir}/%{name}
8435ad
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
8435ad
%{_udevrulesdir}/*
8435ad
%{_datadir}/polkit-1/actions/*.policy
8435ad
%{_unitdir}/ModemManager.service
8435ad
%{_datadir}/icons/hicolor/22x22/apps/*.png
8435ad
%{_datadir}/bash-completion
8435ad
%{_datadir}/ModemManager
8435ad
%{_mandir}/man1/*
8435ad
%{_mandir}/man8/*
8435ad
8435ad
%files devel
8435ad
%{_includedir}/ModemManager/
8435ad
%dir %{_datadir}/gtk-doc/html/%{name}
8435ad
%{_datadir}/gtk-doc/html/%{name}/*
8435ad
%{_libdir}/pkgconfig/%{name}.pc
8435ad
%{_datadir}/dbus-1/interfaces/*.xml
8435ad
8435ad
%files glib
8435ad
%license COPYING
8435ad
%{_libdir}/libmm-glib.so.*
8435ad
%{_libdir}/girepository-1.0/*.typelib
8435ad
8435ad
%files glib-devel
8435ad
%{_libdir}/libmm-glib.so
8435ad
%dir %{_includedir}/libmm-glib
8435ad
%{_includedir}/libmm-glib/*.h
8435ad
%{_libdir}/pkgconfig/mm-glib.pc
8435ad
%dir %{_datadir}/gtk-doc/html/libmm-glib
8435ad
%{_datadir}/gtk-doc/html/libmm-glib/*
8435ad
%{_datadir}/gir-1.0/*.gir
8435ad
8435ad
%files vala
8435ad
%{_datadir}/vala/vapi/libmm-glib.*
8435ad
8435ad
%changelog
243de2
* Tue Nov 22 2022 Lubomir Rintel <lkundrak@v3.sk> - 1.20.2-1
243de2
- Update to 1.20.2
243de2
41c047
* Wed Dec 15 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-3
41c047
- Rebuild to update libqmi's libqrtr support (rh #2032807)
41c047
41c047
* Fri Dec 10 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-2
41c047
- Include libqrtr-glib build dependency (rh #1996716)
41c047
356f31
* Thu Oct 7 2021 Ana Cabral <acabral@redhat.com> - 1.18.2-1
356f31
- Upgrade to 1.18.2
356f31
356f31
* Mon Sep 13 2021 Wen Liang <wenliang@redhat.com> - 1.18.0-1
356f31
- Update to 1.18.0
356f31
8435ad
* Fri Aug 20 2021 Thomas Haller <thaller@redhat.com> - 1.14.10-6
8435ad
- depend ModemManager on polkit package (rh #1995186)
8435ad
8435ad
* Thu Aug 19 2021 Thomas Haller <thaller@redhat.com> - 1.14.10-5
8435ad
- enable polkit support to allow normal users to access modems (rh #1995186)
8435ad
8435ad
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.10-4
8435ad
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
8435ad
  Related: rhbz#1991688
8435ad
8435ad
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.10-3
8435ad
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
8435ad
8435ad
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.10-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
8435ad
8435ad
* Sat Jan 16 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.14.10-1
8435ad
- Update to 1.14.10
8435ad
- Spec clean up
8435ad
8435ad
* Mon Dec 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.14.8-2
8435ad
- Drop unneeded libxslt dependency
8435ad
8435ad
* Mon Dec 28 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.14.8-1
8435ad
- Update to 1.14.8
8435ad
8435ad
* Tue Nov  3 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.14.6-1
8435ad
- Update to 1.14.6
8435ad
8435ad
* Thu Aug 20 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.14.2-1
8435ad
- Update to 1.14.2
8435ad
8435ad
* Mon Jul 27 2020 Peter Robinson <pbrobinson@fedoraproject.org> - 1.14.0-1
8435ad
- Update to 1.14.0
8435ad
8435ad
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.8-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
8435ad
8435ad
* Tue Mar 24 2020 Lubomir Rintel <lkundrak@v3.sk> - 1.12.8-1
8435ad
- Update to 1.12.8 release
8435ad
8435ad
* Thu Mar  5 2020 Peter Robinson <pbrobinson@fedoraproject.org> 1.12.6-1
8435ad
- Update to 1.12.6 release
8435ad
8435ad
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.8-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8435ad
8435ad
* Fri Nov 29 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.8-1
8435ad
- Update to 1.10.8 release
8435ad
8435ad
* Mon Sep 23 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.6-2
8435ad
- Don't grab cdc_ether devices on Sierra QMI modems
8435ad
8435ad
* Mon Sep 23 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.6-1
8435ad
- Update to 1.10.6 release
8435ad
8435ad
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.4-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
8435ad
8435ad
* Wed Jul 10 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.4-1
8435ad
- Update to 1.10.4 release
8435ad
8435ad
* Fri Jun 14 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.2-1
8435ad
- Update to 1.10.2 release
8435ad
- Don't grab cdc_ether devices on Sierra QMI modems
8435ad
8435ad
* Wed Mar 27 2019 Richard Hughes <richard@hughsie.com> 1.10.0-1
8435ad
- Update to the release tarball.
8435ad
8435ad
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.10.0-0.3.rc1
8435ad
- Update BRs for vala packaging changes
8435ad
8435ad
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-0.2.rc1
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
8435ad
8435ad
* Tue Jan 15 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.10.0-0.1.rc1
8435ad
- Update to 1.10 release candidate 1
8435ad
8435ad
* Tue Jan 15 2019 Lubomir Rintel <lkundrak@v3.sk> - 1.8.2-1
8435ad
- Update to 1.8.2 release
8435ad
8435ad
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.8.0-4
8435ad
- Rebuild with fixed binutils
8435ad
8435ad
* Sun Jul 29 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.8.0-3
8435ad
- -devel: own %%_includedir/ModemManager/
8435ad
- %%build: --disable-silent-rules
8435ad
- use %%make_build %%make_install
8435ad
8435ad
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8435ad
8435ad
* Sun Jun 03 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.0-1
8435ad
- Update to 1.8.0 release
8435ad
8435ad
* Tue Apr 24 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.8.0-0.rc2.1
8435ad
- Update to 1.8 release candidate 2
8435ad
8435ad
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.12-3
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8435ad
8435ad
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.12-2
8435ad
- Switch to %%ldconfig_scriptlets
8435ad
8435ad
* Mon Jan 22 2018 Lubomir Rintel <lkundrak@v3.sk> - 1.6.12-1
8435ad
- Update to 1.6.12 release
8435ad
- Require libmbim and libqmi we were built with (rh #1534945)
8435ad
- Restore the scriptlets where they are needed
8435ad
8435ad
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.6.10-2
8435ad
- Remove obsolete scriptlets
8435ad
8435ad
* Sun Oct 22 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.6.10-1
8435ad
- Update to 1.6.10 release
8435ad
8435ad
* Tue Aug 29 2017 Lubomir Rintel <lkundrak@v3.sk> - 1.6.8-1
8435ad
- Update to 1.6.8 release
8435ad
8435ad
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-4
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8435ad
8435ad
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-3
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8435ad
8435ad
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.4-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8435ad
8435ad
* Tue Nov 15 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6.4-1
8435ad
- Update to 1.6.4 release
8435ad
8435ad
* Tue Oct 04 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6.2-1
8435ad
- Update to 1.6.2 release
8435ad
8435ad
* Tue Jul 26 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6.0-1
8435ad
- Update to 1.6.0 release
8435ad
8435ad
* Fri Jul 08 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.4.rc4
8435ad
- Enable suspend/resume support (rh#1341303)
8435ad
8435ad
* Fri Jul 08 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.3.rc4
8435ad
- Update to 1.6 release candidate 4
8435ad
8435ad
* Mon May 02 2016 Francesco Giudici <fgiudici@redhat.com> - 1.6-0.3.rc3
8435ad
- Update to 1.6 release candidate 3
8435ad
8435ad
* Tue Apr 12 2016 Than Ngo <than@redhat.com> - 1.6-0.3.rc2
8435ad
- add better fix for big endian issue on s390x/ppc64
8435ad
8435ad
* Thu Apr 07 2016 Than Ngo <than@redhat.com> - 1.6-0.2.rc2
8435ad
- fix big endian issue on s390x/ppc64
8435ad
8435ad
* Fri Mar 25 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.1.rc2
8435ad
- Update to 1.6 release candidate 2
8435ad
8435ad
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.6-0.1.rc1
8435ad
- Update to 1.6 release candidate
8435ad
8435ad
* Mon Mar 21 2016 Lubomir Rintel <lkundrak@v3.sk> - 1.4.14-1
8435ad
- Update to 1.4.14 release
8435ad
8435ad
* Mon Feb 29 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 1.4.10-4
8435ad
- Disable -Werror (#1307284)
8435ad
8435ad
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.10-3
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8435ad
8435ad
* Mon Sep 07 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.10-2
8435ad
- Ensure systemctl's around when we preset the service (rh #1227424)
8435ad
8435ad
* Tue Aug 18 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.10-1
8435ad
- Update to 1.4.10 release
8435ad
8435ad
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.6-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8435ad
8435ad
* Sun Mar 29 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.6-1
8435ad
- Update to 1.4.6 release
8435ad
8435ad
* Mon Mar  2 2015 Dan Williams <dcbw@redhat.com> - 1.4.4-2
8435ad
- Don't print location information in logs (rh #1194492)
8435ad
8435ad
* Wed Feb 11 2015 Lubomir Rintel <lkundrak@v3.sk> - 1.4.4-1
8435ad
- Update to 1.4.4 release
8435ad
8435ad
* Thu Jan 15 2015 Dan Williams <dcbw@redhat.com> - 1.4.2-1
8435ad
- Update to 1.4.2 release
8435ad
8435ad
* Wed Aug 27 2014 Dan Williams <dcbw@redhat.com> - 1.4.0-1
8435ad
- Update to 1.4.0 release
8435ad
- Quiet debug messages about access technology changes
8435ad
- Improve network time support for Huawei 3GPP devices
8435ad
- Always use DHCP for QMI bearers (fixes some Huawei devices)
8435ad
8435ad
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.0-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8435ad
8435ad
* Tue Aug  5 2014 Dan Williams <dcbw@redhat.com> - 1.3.0-1
8435ad
- Update to git development snapshot
8435ad
- Add IPv6 support for many devices
8435ad
- Updated blacklist for non-modem USB devices
8435ad
- Support for more MBIM devices from various manufacturers
8435ad
- Support for more Huawei devices with network ports
8435ad
- Add new "unmanaged" GPS location mode
8435ad
- Many bug fixes for various modems
8435ad
8435ad
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.0-3
8435ad
- Rebuilt for gobject-introspection 1.41.4
8435ad
8435ad
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8435ad
8435ad
* Sat Feb  1 2014 poma <poma@gmail.com> - 1.2.0-1
8435ad
- Update to 1.2.0 release
8435ad
8435ad
* Fri Sep 13 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-2.git20130913
8435ad
- Build with MBIM support
8435ad
- Enable Vala bindings
8435ad
8435ad
* Fri Sep  6 2013 Dan Williams <dcbw@redhat.com> - 1.1.0-1.git20130906
8435ad
- Update to latest git snapshot
8435ad
8435ad
* Mon Aug 26 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-2.git20130723
8435ad
- Fix udev rules file paths
8435ad
- Remove 'dia' from BuildRequires
8435ad
8435ad
* Tue Jul 23 2013 Dan Williams <dcbw@redhat.com> - 1.0.1-1.git20130723
8435ad
- Update to 1.0.1 release
8435ad
- Enable QMI support
8435ad
8435ad
* Wed Jul 10 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-2.git20130710
8435ad
- Handle PNP connected devices
8435ad
- Fall back to AT for messaging if QMI modem doesn't support the WMS service
8435ad
- Fix IPv6 bearer creation for HSO devices
8435ad
- Fix detection of supported modes on Icera-based modems
8435ad
- Fix handling of some Icera-based modems with limited capability ports
8435ad
- Add support for Olivetti Olicard 200
8435ad
8435ad
* Fri Jun  7 2013 Dan Williams <dcbw@redhat.com> - 0.7.991-1.git20130607
8435ad
- Update to 0.7.991 snapshot
8435ad
- Fix SMS validity parsing
8435ad
- Allow registration changes to 'searching' without disconnecting
8435ad
- Fix reading SMS messages from some QMI-based devices
8435ad
- Increase connection timeout for Novatel E362
8435ad
- Fix PIN retries checking when unlocking Ericsson devices
8435ad
- Better handling of supported and preferred modes (eg 2G, 3G, 4G preference)
8435ad
8435ad
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 0.7.990-3.git20130515
8435ad
- Install the libmm-glib.so symlink in -glib-devel
8435ad
- Include the /usr/share/libmm-glib directory in -glib-devel
8435ad
- Make sure -glib-devel subpackage depends on the base -glib package
8435ad
8435ad
* Thu May 16 2013 Bruno Wolff III <bruno@wolff.to> - 0.7.990-2.git20130515
8435ad
- Removed epoch macro references
8435ad
8435ad
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 0.7.990-1.git20130515
8435ad
- Update to 0.8 snapshot
8435ad
8435ad
* Thu Jan 31 2013 Tom Callaway <spot@fedoraproject.org> - 0.6.0.0-3
8435ad
- blacklist common arduino devices (rh #861620)
8435ad
8435ad
* Tue Nov 27 2012 Jiří Klimeš <jklimes@redhat.com> - 0.6.0.0-2
8435ad
- core: fix a crash in g_utf8_validate() (rh #862341)
8435ad
8435ad
* Tue Sep  4 2012 Dan Williams <dcbw@redhat.com> - 0.6.0.0-1
8435ad
- Update to 0.6.0
8435ad
- core: fix SMS notifications on many Qualcomm devices
8435ad
- core: use SMS PDU mode by default (more compatible)
8435ad
- novatel: fix CDMA roaming indication
8435ad
- zte: support more devices
8435ad
- zte: power down modems when disabled
8435ad
- mbm: power down modems when disabled
8435ad
- mbm: add support for Ericsson H5321
8435ad
- sierra: fix detection of secondary ports
8435ad
- sierra: more reliable connections with USB 305/AT&T Lightning
8435ad
8435ad
* Fri Jul 20 2012 Dan Williams <dcbw@redhat.com> - 0.5.3.96-1
8435ad
- Update to 0.5.3.96 (0.5.4-rc2)
8435ad
- core: fix SMS handling on a number of devices
8435ad
- zte: support for devices that use Icera chipsets
8435ad
- core: ignore unsupported QMI WWAN ports (rh #835153)
8435ad
8435ad
* Wed Mar 14 2012 Dan Williams <dcbw@redhat.com> - 0.5.2.0-1
8435ad
- Update to 0.5.2
8435ad
- core: retry sending SMS in PDU mode if text fails
8435ad
- hso: fix connection regression due to Nokia device fixes
8435ad
8435ad
* Sat Feb 25 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.97-1
8435ad
- Update to 0.5.2-rc1
8435ad
- core: fix a few crashes
8435ad
- nokia: fix issues with various Nokia devices
8435ad
- huawei: fix modem crashes with older Huawei devices (like E220)
8435ad
8435ad
* Tue Feb  7 2012 Dan Williams <dcbw@redhat.com> - 0.5.1.96-1
8435ad
- Update to git snapshot of 0.5.2
8435ad
- option: fix handling of access technology reporting
8435ad
- cdma: fix handling of EVDO registration states
8435ad
- mbm: fix problems reconnecting on Ericsson F5521gw modems
8435ad
- gsm: fix connections using the Motorola Flipout
8435ad
- gsm: better detection of registration state when connecting
8435ad
- mbm: add support for more Ericsson modems
8435ad
- gobi: ensure rebranded Gobi devices are driven by Gobi
8435ad
- gsm: fix SMS multipart messages, PDU-only mode, and text-mode message listing
8435ad
- huawei: fix USSD handling
8435ad
- nokia: add support for Nokia Internet Sticks
8435ad
- gsm: fix registration response handling on some newer devices
8435ad
- sierra: add support for Icera-based devices (USB305, AT&T Lightning)
8435ad
8435ad
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.998-2.git20110706
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8435ad
8435ad
* Thu Jul  7 2011 Dan Williams <dcbw@redhat.com> - 0.4.998-1.git20110706
8435ad
- Update to 0.5-beta4
8435ad
- gsm: various USSD fixes
8435ad
- samsung: support for Y3400 module and various other fixes
8435ad
- gobi: support access technology reporting while disconnected
8435ad
- nokia: fix issues with N900 USB connected operation (rh #583691)
8435ad
8435ad
* Mon Jun  6 2011 Dan Williams <dcbw@redhat.com> - 0.4.997-1
8435ad
- Update to 0.5-beta3
8435ad
- samsung: only support Y3300 (fixes issues with other Samsung modems)
8435ad
- longcheer: restrict to only supported devices
8435ad
- simtech: add support for Prolink PH-300
8435ad
- gsm: various SMS cleanups and fixes
8435ad
- x22x: add support for access technology reporting and the Alcatel X200 modem
8435ad
8435ad
* Wed Apr 27 2011 Dan Williams <dcbw@redhat.com> 0.4-8.git20110427
8435ad
- samsung: add support for Samsung Y3300 GSM modem
8435ad
- huawei: fixes for probing and handling various Huawei devices
8435ad
- wavecom: add support for some Wavecom modems
8435ad
- zte: fix crashes with Icera-based devices
8435ad
- mbm: add support for Lenovo F5521gw module
8435ad
- core: add support for basic SMS reception
8435ad
- core: faster probing for devices that support it (option, samsung)
8435ad
8435ad
* Fri Feb 25 2011 Rex Dieter <rdieter@fedoraproejct.org> 0.4-7.git20110201.1
8435ad
- hack around FTBFS on sparc
8435ad
8435ad
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-7.git20110201
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8435ad
8435ad
* Tue Feb  1 2011 Dan Williams <dcbw@redhat.com> - 0.4-6.git20110201
8435ad
- Attempt to fix Icera plugin crash on second dial
8435ad
8435ad
* Tue Feb  1 2011 Dan Williams <dcbw@redhat.com> - 0.4-5.git20110201
8435ad
- core: add device and SIM identifier properties
8435ad
- dbus: fix property access permissions via D-Bus (rh #58594)
8435ad
- cdma: better detection of EVDO registration
8435ad
- cdma: recognize dual-mode devices as CDMA instead of GSM
8435ad
- gsm: better handling of wrong PIN entry
8435ad
- gsm: allow usage of older GSM character encoding schemes
8435ad
- gsm: preliminary USSD support
8435ad
- gsm: fix handling of modems that report signal strength via +CIND
8435ad
- sierra: fix handling of Sierra CnS ports mistakenly recognized as QCDM
8435ad
- sierra: ensure packet-switched network attachment before dialing
8435ad
- zte: add support for T-Mobile Rocket 2.0
8435ad
- mbm: add support for HP-branded Ericsson devices
8435ad
- linktop: add support for Linktop/Teracom LW273
8435ad
- x22x: add support for various Alcatel devices (like the X220D)
8435ad
8435ad
* Tue Jul 20 2010 Dan Williams <dcbw@redhat.com> - 0.4-4.git20100720
8435ad
- gsm: fix location services API signals
8435ad
- gsm: fix issue with invalid operator names (rh #597088)
8435ad
- novatel: fix S720 signal strength reporting
8435ad
- novatel: detect CDMA home/roaming status
8435ad
8435ad
* Wed Jun 30 2010 Dan Williams <dcbw@redhat.com> - 0.4-3.git20100630
8435ad
- gsm: enable the location services API
8435ad
8435ad
* Mon Jun 28 2010 Dan Williams <dcbw@redhat.com> - 0.4-2.git20100628
8435ad
- core: fix crash during probing when a plugin doesn't support all ports (rh #603294)
8435ad
- gsm: better registration state checking when devices don't support AT+CREG (Blackberries)
8435ad
- gsm: add support for getting remaining unlock retry counts
8435ad
8435ad
* Tue Jun 22 2010 Dan Williams <dcbw@redhat.com> - 0.4-1.git20100622
8435ad
- core: fix occasional crash when device is unplugged (rh #591728)
8435ad
- core: ensure errors are correctly returned when device is unplugged
8435ad
- core: ensure claimed ports don't fall back to Generic (rh #597296)
8435ad
- gsm: better compatibility with various phones
8435ad
- mbm: better detection of connection errors
8435ad
- simtech: add plugin for Simtech devices (like Airlink 3GU)
8435ad
- sierra: fix CDMA roaming detection
8435ad
8435ad
* Fri May  7 2010 Dan Williams <dcbw@redhat.com> - 0.3-13.git20100507
8435ad
- core: fix crash when plugging in some Sierra and Option NV devices (rh #589798)
8435ad
- gsm: better compatibility with various Sony Ericsson phones
8435ad
- longcheer: better support for Alcatel X060s modems
8435ad
8435ad
* Tue May  4 2010 Dan Williams <dcbw@redhat.com> - 0.3-12.git20100504
8435ad
- core: fix data port assignments (rh #587400)
8435ad
8435ad
* Sun May  2 2010 Dan Williams <dcbw@redhat.com> - 0.3-11.git20100502
8435ad
- core: ignore some failures on disconnect (rh #578280)
8435ad
- core: add support for platform serial devices
8435ad
- gsm: better Blackberry DUN support
8435ad
- gsm: periodically poll access technology
8435ad
- cdma: prevent crash on modem removal (rh #571921)
8435ad
- mbm: add support for Sony Ericsson MD400, Dell 5541, and Dell 5542 modems
8435ad
- novatel: better signal strength reporting on CDMA cards
8435ad
- novatel: add access technology and mode preference support on GSM cards
8435ad
- zte: fix mode preference retrieval
8435ad
- longcheer: add support for Zoom modems (4595, 4596, etc)
8435ad
- longcheer: add access technology and mode preference support
8435ad
8435ad
* Fri Apr 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.3-10.git20100409
8435ad
- Silence %%post
8435ad
- Update scripts
8435ad
8435ad
* Fri Apr  9 2010 Dan Williams <dcbw@redhat.com> - 0.3-9.git20100409
8435ad
- gsm: fix parsing Blackberry supported character sets response
8435ad
8435ad
* Thu Apr  8 2010 Dan Williams <dcbw@redhat.com> - 0.3-8.git20100408
8435ad
- mbm: fix retrieval of current allowed mode
8435ad
- gsm: fix initialization issues with some devices (like Blackberries)
8435ad
8435ad
* Mon Apr  5 2010 Dan Williams <dcbw@redhat.com> - 0.3-7.git20100405
8435ad
- core: fix detection of some generic devices (rh #579247)
8435ad
- core: fix detection regression of some Huawei devices in 0.3-5
8435ad
- cdma: periodically poll registration state and signal quality
8435ad
- cdma: really fix registration detection on various devices (rh #569067)
8435ad
8435ad
* Wed Mar 31 2010 Dan Williams <dcbw@redhat.com> - 0.3-6.git20100331
8435ad
- core: fix PPC/SPARC/etc builds
8435ad
8435ad
* Wed Mar 31 2010 Dan Williams <dcbw@redhat.com> - 0.3-5.git20100331
8435ad
- core: only export a modem when all its ports are handled (rh #540438, rh #569067, rh #552121)
8435ad
- cdma: handle signal quality requests while connected for more devices
8435ad
- cdma: handle serving system requests while connected for more devices
8435ad
- gsm: determine current access technology earlier
8435ad
- huawei: work around automatic registration issues on some devices
8435ad
8435ad
* Tue Mar 23 2010 Dan Williams <dcbw@redhat.com> - 0.3-4.git20100323
8435ad
- core: ensure enabled modems are disabled when MM stops
8435ad
- core: better capability detection for Blackberry devices (rh #573510)
8435ad
- cdma: better checking of registration states (rh #540438, rh #569067, rh #552121)
8435ad
- gsm: don't block modem when it requires PIN2
8435ad
- option: fix access technology updates
8435ad
8435ad
* Wed Mar 17 2010 Dan Williams <dcbw@redhat.com> - 0.3-3.git20100317
8435ad
- mbm: add device IDs for C3607w
8435ad
- mbm: fail earlier during connection failures
8435ad
- mbm: fix username/password authentication when checked by the network
8435ad
- hso: implement asynchronous signal quality updates
8435ad
- option: implement asynchronous signal quality updates
8435ad
- novatel: correctly handle CDMA signal quality
8435ad
- core: basic PolicyKit support
8435ad
- core: fix direct GSM registration information requests
8435ad
- core: general GSM PIN/PUK unlock fixes
8435ad
- core: poll GSM registration state internally for quicker status updates
8435ad
- core: implement GSM 2G/3G preference
8435ad
- core: implement GSM roaming allowed/disallowed preference
8435ad
- core: emit signals on access technology changes
8435ad
- core: better handling of disconnections
8435ad
- core: fix simple CDMA status requests
8435ad
8435ad
* Thu Feb 11 2010 Dan Williams <dcbw@redhat.com> - 0.3-2.git20100211
8435ad
- core: startup speed improvements
8435ad
- core: GSM PIN checking improvements
8435ad
- huawei: fix EVDO-only connections on various devices (rh #553199)
8435ad
- longcheer: add support for more devices
8435ad
8435ad
* Tue Jan 19 2010 Dan Williams <dcbw@redhat.com> - 0.3-1.git20100119
8435ad
- anydata: new plugin for AnyData CDMA modems (rh #547294)
8435ad
- core: fix crashes when devices are unplugged during operation (rh #553953)
8435ad
- cdma: prefer primary port for status/registration queries
8435ad
- core: fix probing/detection of some PIN-locked devices (rh #551376)
8435ad
- longcheer: add plugin for Alcatel (X020, X030, etc) and other devices
8435ad
- gsm: fix Nokia N80 network scan parsing
8435ad
8435ad
* Fri Jan  1 2010 Dan Williams <dcbw@redhat.com> - 0.2.997-5.git20100101
8435ad
- core: fix apparent hangs by limiting retried serial writes
8435ad
- gsm: ensure modem state is reset when disabled
8435ad
8435ad
* Fri Dec 18 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-4.git20091218
8435ad
- sierra: fix CDMA registration detection in some cases (rh #547513)
8435ad
8435ad
* Wed Dec 16 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-3.git20091216
8435ad
- sierra: ensure CDMA device is powered up when trying to use it
8435ad
- cdma: better signal quality parsing (fixes ex Huawei EC168C)
8435ad
- zte: handle unsolicited messages better during probing
8435ad
8435ad
* Mon Dec 14 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-2.git20091214
8435ad
- cdma: fix signal strength reporting on some devices
8435ad
- cdma: better registration state detection when dialing (ex Sierra 5275)
8435ad
- option: always use the correct tty for dialing commands
8435ad
8435ad
* Mon Dec  7 2009 Dan Williams <dcbw@redhat.com> - 0.2.997-1
8435ad
- core: fix reconnect after manual disconnect (rh #541314)
8435ad
- core: fix various segfaults during registration
8435ad
- core: fix probing of various modems on big-endian architectures (ie PPC)
8435ad
- core: implement modem states to avoid duplicate operations
8435ad
- hso: fix authentication for Icera-based devices like iCON 505
8435ad
- zte: use correct port for new devices
8435ad
- nozomi: fix detection
8435ad
8435ad
* Thu Nov  5 2009 Dan Williams <dcbw@redhat.com> - 0.2-4.20091105
8435ad
- Update to latest git
8435ad
- core: fix pppd 2.4.5 errors about 'baudrate 0'
8435ad
- cdma: wait for network registration before trying to connect
8435ad
- gsm: add cell access technology reporting
8435ad
- gsm: allow longer-running network scans
8435ad
- mbm: various fixes for Ericsson F3507g/F3607gw/Dell 5530
8435ad
- nokia: don't power down phones on disconnect
8435ad
- hso: fix disconnection/disable
8435ad
8435ad
* Wed Aug 26 2009 Dan Williams <dcbw@redhat.com> - 0.2-3.20090826
8435ad
- Fixes for Motorola and Ericsson devices
8435ad
- Fixes for CDMA "serving-system" command parsing
8435ad
8435ad
* Fri Jul 31 2009 Matthias Clasen <mclasen@redhat.com>
8435ad
- Fix a typo in one of the udev rules files
8435ad
8435ad
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2.20090707
8435ad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8435ad
8435ad
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 0.2-1.20090707
8435ad
- Fix source repo location
8435ad
- Fix directory ownership
8435ad
8435ad
* Tue Jul 7 2009 Dan Williams <dcbw@redhat.com> - 0.2-0.20090707
8435ad
- Initial version
8435ad