libmbim ver. bump

This commit is contained in:
Rmys
2020-07-10 18:16:19 +00:00
committed by GitHub
parent 98948b75cc
commit a08045ab68
2 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ from pisi.actionsapi import get
from pisi.actionsapi import pisitools
def setup():
autotools.configure()
autotools.configure("--disable-static")
def build():
autotools.make()
@@ -16,4 +16,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README")
pisitools.dodoc("COPYING", "README")
+10 -1
View File
@@ -12,12 +12,13 @@
<IsA>library</IsA>
<Summary>MBIM modem protocol helper library.</Summary>
<Description>libmbim is a glib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.</Description>
<Archive sha1sum="a6a4589e05b36827625299d06d0be3703ec967ac" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.20.4.tar.xz</Archive>
<Archive sha1sum="1162a4302be250ca3334f3bfd1e7d04770e4b4ff" type="tarxz">http://www.freedesktop.org/software/libmbim/libmbim-1.24.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>gtk-doc</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>python-six</Dependency>
<Dependency>libgudev-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
@@ -33,6 +34,7 @@
<Path fileType="executable">/usr/bin/</Path>
<Path fileType="doc">/usr/share/gtk-doc/</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="doc">/usr/share/doc/libmbim</Path>
</Files>
@@ -53,6 +55,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-07-10</Date>
<Version>1.24.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2020-02-02</Date>
<Version>1.20.4</Version>