[main] Update libmbim to v1.26.2 (#1882)
* update libmbim * fix linting Co-authored-by: Henry Li <lihl@microsoft.com>
This commit is contained in:
parent
b4ac9ffc4b
commit
f666daa668
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"Signatures": {
|
"Signatures": {
|
||||||
"libmbim-1.18.2.tar.xz": "7723f2ca2286c5286ffba7331cb4520099982e55355a7af6f45bdce6b5d39268"
|
"libmbim-1.26.2.tar.xz": "10c77bf5b5eb8c92ba80e9b519923ad9b898362bc8e1928e2bc9a17eeba649af"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,15 +1,16 @@
|
||||||
Summary: Library for talking to WWAN modems and devices
|
Summary: Library for talking to WWAN modems and devices
|
||||||
Name: libmbim
|
Name: libmbim
|
||||||
Version: 1.18.2
|
Version: 1.26.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://www.freedesktop.org/wiki/Software/libmbim/
|
|
||||||
Source0: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
|
||||||
Vendor: Microsoft Corporation
|
Vendor: Microsoft Corporation
|
||||||
Distribution: Mariner
|
Distribution: Mariner
|
||||||
|
Group: Applications/System
|
||||||
|
URL: https://www.freedesktop.org/wiki/Software/libmbim/
|
||||||
|
Source0: https://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: libgudev-devel
|
BuildRequires: libgudev-devel
|
||||||
Requires: libgudev
|
Requires: libgudev
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The libmbim package contains a GLib-based library for talking to WWAN modems
|
The libmbim package contains a GLib-based library for talking to WWAN modems
|
||||||
and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||||
|
@ -18,6 +19,7 @@ and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.
|
||||||
Summary: Header and development files for libmbim
|
Summary: Header and development files for libmbim
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libgudev-devel
|
Requires: libgudev-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
It contains the libraries and header files for libmbim
|
It contains the libraries and header files for libmbim
|
||||||
|
|
||||||
|
@ -55,12 +57,17 @@ make %{?_smp_mflags} check
|
||||||
%{_datadir}/gtk-doc/*
|
%{_datadir}/gtk-doc/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 10 2022 Henry Li <lihl@microsoft.com> - 1.26.2-1
|
||||||
|
- Upgrade to version 1.26.2
|
||||||
|
|
||||||
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.18.2-2
|
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.18.2-2
|
||||||
- Added %%license line automatically
|
- Added %%license line automatically
|
||||||
|
|
||||||
* Tue Mar 17 2020 Henry Beberman <henry.beberman@microsoft.com> 1.18.2-1
|
* Tue Mar 17 2020 Henry Beberman <henry.beberman@microsoft.com> 1.18.2-1
|
||||||
- Update to 1.18.2. URL fixed. Source0 URL fixed. License verified.
|
- Update to 1.18.2. URL fixed. Source0 URL fixed. License verified.
|
||||||
|
|
||||||
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.16.2-2
|
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 1.16.2-2
|
||||||
- Initial CBL-Mariner import from Photon (license: Apache2).
|
- Initial CBL-Mariner import from Photon (license: Apache2).
|
||||||
|
|
||||||
* Mon Dec 10 2018 Alexey Makhalov <amakhalov@vmware.com> 1.16.2-1
|
* Mon Dec 10 2018 Alexey Makhalov <amakhalov@vmware.com> 1.16.2-1
|
||||||
- Initial build. First version
|
- Initial build. First version
|
||||||
|
|
|
@ -10331,8 +10331,8 @@
|
||||||
"type": "other",
|
"type": "other",
|
||||||
"other": {
|
"other": {
|
||||||
"name": "libmbim",
|
"name": "libmbim",
|
||||||
"version": "1.18.2",
|
"version": "1.26.2",
|
||||||
"downloadUrl": "https://www.freedesktop.org/software/libmbim/libmbim-1.18.2.tar.xz"
|
"downloadUrl": "https://www.freedesktop.org/software/libmbim/libmbim-1.26.2.tar.xz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue