ModemManager

This commit is contained in:
Rmys
2020-02-02 00:38:39 +03:00
parent a8f8ac69fe
commit 37e676814d
2 changed files with 9 additions and 2 deletions
@@ -12,7 +12,7 @@
<IsA>data</IsA>
<Summary>Service provider specific settings of mobile broadband providers in different countries</Summary>
<Description>The mobile-broadband-provider-info package contains listings of mobile broadband (3G) providers and associated network and plan information.</Description>
<Archive sha1sum="09e12b2d858ed10b4ef7b4a145ba99e03632bef0" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/20170310/mobile-broadband-provider-info-20170310.tar.xz</Archive>
<Archive sha1sum="897255b8b726834b2af77f9919abaccb6fbdc2bd" type="tarxz">ftp://ftp.gnome.org/pub/gnome/sources/mobile-broadband-provider-info/20190618/mobile-broadband-provider-info-20190618.tar.xz</Archive>
</Source>
<Package>
@@ -23,6 +23,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-02-02</Date>
<Version>20190618</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-14</Date>
<Version>20170310</Version>
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test")
#shelltools.system("sed -i '/exit 5/s/^/echo uncompress failed -- skipping #/' test/test")
autotools.configure()
def build():