|
@@ -6,7 +6,7 @@
|
|
|
Name: ModemManager
|
|
|
Summary: Mobile broadband modem management service
|
|
|
Summary(ja): モバイルブロードバンドモデム運用サービス
|
|
|
-Version: 1.8.2
|
|
|
+Version: 1.10.4
|
|
|
Release: 1%{git_snapshot}%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: System Environment/Base
|
|
@@ -21,7 +21,7 @@ Distribution: Vine Linux
|
|
|
#
|
|
|
#Source: %{name}-%{version}%{git_snapshot}.tar.bz2
|
|
|
|
|
|
-Source: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
|
|
+Source: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
Patch0: buildsys-hates-openpty.patch
|
|
|
Patch1: ModemManager-1.8.2-elogind-1.patch
|
|
@@ -138,6 +138,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|
|
%attr(0755,root,root) %{_bindir}/mmcli
|
|
|
%dir %{_libdir}/%{name}
|
|
|
%attr(0755,root,root) %{_libdir}/%{name}/*.so*
|
|
|
+%dir %{_datadir}/%{name}
|
|
|
+%{_datadir}/%{name}/*
|
|
|
/lib/udev/rules.d/*
|
|
|
%{_datadir}/dbus-1/interfaces/*.xml
|
|
|
%{_datadir}/icons/hicolor/22x22/apps/*.png
|
|
@@ -171,6 +173,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.10.4-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Mon Dec 17 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.8.2-1
|
|
|
- new upstream release.
|
|
|
- added elogind support.
|