Merge pull request #8539 from Rmys/master

ModemManager ver. bump
This commit is contained in:
Rmys
2020-05-20 15:02:37 +03:00
committed by GitHub
2 changed files with 36 additions and 2 deletions
@@ -0,0 +1,13 @@
diff --git i/src/mm-context.c w/src/mm-context.c
index 88d71384..fd17f830 100644
--- i/src/mm-context.c
+++ w/src/mm-context.c
@@ -38,7 +38,7 @@
static gboolean help_flag;
static gboolean version_flag;
static gboolean debug;
-static MMFilterRule filter_policy = MM_FILTER_POLICY_DEFAULT;
+static MMFilterRule filter_policy = MM_FILTER_POLICY_STRICT;
static gboolean no_auto_scan = NO_AUTO_SCAN_DEFAULT;
static const gchar *initial_kernel_events;
+23 -2
View File
@@ -13,7 +13,7 @@
<IsA>service</IsA>
<Summary>A manager framework for mobile broadband modems</Summary>
<Description>ModemManager provides a unified high level API for communicating with mobile broadband modems.</Description>
<Archive sha1sum="f23bdd357ddd5bcf7c84b67868c70028010ec69d" type="tarxz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.12.8.tar.xz</Archive>
<Archive sha1sum="f1e1f5ddb78c8e8ffa41b55f3c46874af8b74725" type="tarxz">http://www.freedesktop.org/software/ModemManager/ModemManager-1.12.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>libgudev-devel</Dependency>
@@ -29,6 +29,9 @@
<Dependency>python-six</Dependency>
<Dependency>vala-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">strict-filter.diff</Patch>
</Patches>
</Source>
<Package>
@@ -54,7 +57,7 @@
<Path fileType="library">/usr/lib/girepository-1.0/ModemManager-1.0.typelib</Path>
<Path fileType="man">/usr/share/man/man8/ModemManager.8</Path>
<Path fileType="man">/usr/share/man/man1/mmcli.1</Path>
<Path fileType="data">/usr/share/gtk-doc</Path>
<!-- <Path fileType="data">/usr/share/gtk-doc</Path> -->
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/ModemManager/mm-dell-dw5821e-carrier-mapping.conf</Path>
@@ -102,8 +105,26 @@
<Path fileType="data">/usr/lib/pkgconfig/mm-glib.pc</Path>
</Files>
</Package>
<Package>
<Name>ModemManager-docs</Name>
<Summary>Development files for ModemManager</Summary>
<RuntimeDependencies>
<Dependency release="current">ModemManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="10">
<Date>2020-05-20</Date>
<Version>1.12.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2020-04-30</Date>
<Version>1.12.8</Version>