update to 1.14.0

This commit is contained in:
cuibb1 2020-07-29 18:44:33 +08:00
parent 525da71b5e
commit eec8411203
3 changed files with 11 additions and 2 deletions

BIN
ModemManager-1.14.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -4,8 +4,8 @@
Name: ModemManager Name: ModemManager
Version: 1.8.0 Version: 1.14.0
Release: 7 Release: 8
Summary: Mobile broadband modem manager Summary: Mobile broadband modem manager
License: GPLv2+ License: GPLv2+
URL: https://www.freedesktop.org/wiki/Software/ModemManager/ URL: https://www.freedesktop.org/wiki/Software/ModemManager/
@ -14,6 +14,7 @@ Source: https://www.freedesktop.org/software/ModemManager/%{name}-%{vers
BuildRequires: automake autoconf dbus gtk-doc libtool libxslt vala-tools vala-devel BuildRequires: automake autoconf dbus gtk-doc libtool libxslt vala-tools vala-devel
BuildRequires: gettext-devel glib2-devel gobject-introspection-devel libgudev-devel BuildRequires: gettext-devel glib2-devel gobject-introspection-devel libgudev-devel
BuildRequires: libqmi-devel libmbim-devel systemd-devel BuildRequires: libqmi-devel libmbim-devel systemd-devel
BuildRequires: autoconf-archive
Requires: libmbim-utils libqmi-utils glib2 >= %{glib2_version} Requires: libmbim-utils libqmi-utils glib2 >= %{glib2_version}
Requires: libmbim >= %{mbim_version} libqmi >= %{qmi_version} Requires: libmbim >= %{mbim_version} libqmi >= %{qmi_version}
@ -101,6 +102,7 @@ make check
%{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service %{_datadir}/dbus-1/system-services/org.freedesktop.ModemManager1.service
%{_datadir}/bash-completion %{_datadir}/bash-completion
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ModemManager1.conf
%{_datadir}/ModemManager
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -129,11 +131,18 @@ make check
%defattr(-,root,root) %defattr(-,root,root)
%doc README TODO NEWS ChangeLog %doc README TODO NEWS ChangeLog
%{_mandir}/man8/* %{_mandir}/man8/*
%{_mandir}/man1/*
%{_datadir}/icons/hicolor/22x22/apps/*.png %{_datadir}/icons/hicolor/22x22/apps/*.png
%{_datadir}/gtk-doc/html/*/* %{_datadir}/gtk-doc/html/*/*
%{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml
%changelog %changelog
* Fri Jul 17 2020 cuibaobao <cuibaobao1@huawei.com> - 1.14.0-8
- Type:update
- Id:NA
- SUG:NA
- DESC:update to 1.14.0
* Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.8.0-7 * Sat Oct 19 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.8.0-7
- Type:bugfix - Type:bugfix
- Id:NA - Id:NA