Accepting request 681002 from GNOME:Next
- Update to version 1.22.2: + Fixed CID tracking logic in the qmi-proxy. https://gitlab.freedesktop.org/mobile-broadband/libqmi/issues/9 OBS-URL: https://build.opensuse.org/request/show/681002 OBS-URL: https://build.opensuse.org/package/show/network/libqmi?expand=0&rev=23
This commit is contained in:
parent
c184f3f661
commit
e70aea23a7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21c198b481f1617bb7edb1960d823569de3e38b269dbf513af1b56048cafaa17
|
|
||||||
size 973264
|
|
3
libqmi-1.22.2.tar.xz
Normal file
3
libqmi-1.22.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f1f1e514a89b1dcba05cf7274895e7301a2da4c947b7c2f17acb84fc74038227
|
||||||
|
size 947124
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 21:38:48 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.22.2:
|
||||||
|
+ Fixed CID tracking logic in the qmi-proxy.
|
||||||
|
https://gitlab.freedesktop.org/mobile-broadband/libqmi/issues/9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 8 21:43:44 UTC 2019 - bjorn.lie@gmail.com
|
Tue Jan 8 21:43:44 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define _soname libqmi-glib5
|
%define _soname libqmi-glib5
|
||||||
Name: libqmi
|
Name: libqmi
|
||||||
Version: 1.22.0
|
Version: 1.22.2
|
||||||
Release: 0
|
Release: 0
|
||||||
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
|
# NOTE: The file headers state LESSER GPL, which is a mistake. The upstream intended license is LIBRARY GPL 2.0+
|
||||||
Summary: Library to control QMI devices
|
Summary: Library to control QMI devices
|
||||||
@ -28,6 +28,7 @@ Group: Hardware/Modem
|
|||||||
URL: https://www.freedesktop.org/wiki/Software/libqmi/
|
URL: https://www.freedesktop.org/wiki/Software/libqmi/
|
||||||
Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
|
Source0: https://www.freedesktop.org/software/libqmi/%{name}-%{version}.tar.xz
|
||||||
Source99: libqmi-rpmlintrc
|
Source99: libqmi-rpmlintrc
|
||||||
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
@ -72,7 +73,7 @@ A GLib/GIO based library to control QMI devices
|
|||||||
This package contains files required to link sources against libqmi.
|
This package contains files required to link sources against libqmi.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Do not rely on env for choosing python
|
# Do not rely on env for choosing python
|
||||||
|
Loading…
Reference in New Issue
Block a user