libmbim ver. bump
This commit is contained in:
@@ -8,7 +8,7 @@ from pisi.actionsapi import get
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure()
|
autotools.configure("--disable-static")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
autotools.make()
|
||||||
|
|||||||
@@ -12,12 +12,13 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>MBIM modem protocol helper library.</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>gtk-doc</Dependency>
|
<Dependency>gtk-doc</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>python-six</Dependency>
|
<Dependency>python-six</Dependency>
|
||||||
<Dependency>libgudev-devel</Dependency>
|
<Dependency>libgudev-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -33,6 +34,7 @@
|
|||||||
<Path fileType="executable">/usr/bin/</Path>
|
<Path fileType="executable">/usr/bin/</Path>
|
||||||
<Path fileType="doc">/usr/share/gtk-doc/</Path>
|
<Path fileType="doc">/usr/share/gtk-doc/</Path>
|
||||||
<Path fileType="data">/usr/share/bash-completion</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="executable">/usr/libexec</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/libmbim</Path>
|
<Path fileType="doc">/usr/share/doc/libmbim</Path>
|
||||||
</Files>
|
</Files>
|
||||||
@@ -53,6 +55,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="7">
|
||||||
<Date>2020-02-02</Date>
|
<Date>2020-02-02</Date>
|
||||||
<Version>1.20.4</Version>
|
<Version>1.20.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user