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