Compare commits
10 Commits
f1e58cbb0c
...
5dcaeee708
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dcaeee708 | ||
|
|
05470d10dd | ||
|
|
f7f3e399fa | ||
|
|
69eea18de1 | ||
|
|
81a9162359 | ||
|
|
32107360c6 | ||
|
|
d27d567bed | ||
|
|
4e4c5bc3ef | ||
|
|
0f80ec05b8 | ||
|
|
664750c53f |
@ -1,28 +0,0 @@
|
|||||||
diff -uNrp a/src/qmicli/qmicli-dms.c b/src/qmicli/qmicli-dms.c
|
|
||||||
--- a/src/qmicli/qmicli-dms.c 2018-01-20 13:17:41.000000000 +0000
|
|
||||||
+++ b/src/qmicli/qmicli-dms.c 2018-12-16 18:06:11.907289475 +0000
|
|
||||||
@@ -2697,9 +2697,9 @@ static void
|
|
||||||
get_stored_image_result_free (GetStoredImageResult *result)
|
|
||||||
{
|
|
||||||
if (result) {
|
|
||||||
- g_clear_pointer (&result->modem_unique_id, (GDestroyNotify)g_array_unref);
|
|
||||||
+ g_clear_pointer (&result->modem_unique_id, g_array_unref);
|
|
||||||
g_free (result->modem_build_id);
|
|
||||||
- g_clear_pointer (&result->pri_unique_id, (GDestroyNotify)g_array_unref);
|
|
||||||
+ g_clear_pointer (&result->pri_unique_id, g_array_unref);
|
|
||||||
g_free (result->pri_build_id);
|
|
||||||
g_slice_free (GetStoredImageResult, result);
|
|
||||||
}
|
|
||||||
@@ -3161,10 +3161,10 @@ typedef struct {
|
|
||||||
static void
|
|
||||||
set_firmware_preference_context_clear (SetFirmwarePreferenceContext *firmware_preference_ctx)
|
|
||||||
{
|
|
||||||
- g_clear_pointer (&firmware_preference_ctx->modem_image_id.unique_id, (GDestroyNotify) g_array_unref);
|
|
||||||
+ g_clear_pointer (&firmware_preference_ctx->modem_image_id.unique_id, g_array_unref);
|
|
||||||
g_free (firmware_preference_ctx->modem_image_id.build_id);
|
|
||||||
|
|
||||||
- g_clear_pointer (&firmware_preference_ctx->pri_image_id.unique_id, (GDestroyNotify) g_array_unref);
|
|
||||||
+ g_clear_pointer (&firmware_preference_ctx->pri_image_id.unique_id, g_array_unref);
|
|
||||||
g_free (firmware_preference_ctx->pri_image_id.build_id);
|
|
||||||
}
|
|
||||||
|
|
||||||
Binary file not shown.
BIN
libqmi-1.26.2.tar.xz
Normal file
BIN
libqmi-1.26.2.tar.xz
Normal file
Binary file not shown.
23
libqmi.spec
23
libqmi.spec
@ -1,14 +1,12 @@
|
|||||||
Name: libqmi
|
Name: libqmi
|
||||||
Version: 1.20.0
|
Version: 1.26.2
|
||||||
Release: 4
|
Release: 3
|
||||||
License: LGPLv2+ and GPLv2+
|
License: LGPLv2+ and GPLv2+
|
||||||
Summary: A glib-based library to use the Qualcomm MSM Interface (QMI) protocol
|
Summary: A glib-based library to use the Qualcomm MSM Interface (QMI) protocol
|
||||||
URL: http://freedesktop.org/software/libqmi
|
URL: http://freedesktop.org/software/libqmi
|
||||||
Source0: http://freedesktop.org/software/libqmi/libqmi-%{version}.tar.xz
|
Source0: http://freedesktop.org/software/libqmi/libqmi-%{version}.tar.xz
|
||||||
|
|
||||||
Patch6000: bugfix-fix-glib-upgraded-to-propagate-propagate-propagate-in-propagate.patch
|
BuildRequires: glib2-devel >= 2.32.0 libgudev-devel >= 147 libmbim-devel >= 1.18.0 python3 gtk-doc gcc
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= 2.32.0 libgudev-devel >= 147 libmbim-devel >= 1.14.0 python2 >= 2.7 gtk-doc
|
|
||||||
Provides: libqmi-utils = %{version}-%{release}
|
Provides: libqmi-utils = %{version}-%{release}
|
||||||
Obsoletes: libqmi-utils < 1.20.0.4
|
Obsoletes: libqmi-utils < 1.20.0.4
|
||||||
|
|
||||||
@ -67,6 +65,21 @@ find %{buildroot}%{_datadir}/gtk-doc | xargs touch --reference configure.ac
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2021 liuyumeng <liuyumeng5@huawei.com> - 1.26.2-3
|
||||||
|
- update libmbim-devel version from 1.14.0 to 1.18.0
|
||||||
|
|
||||||
|
* Tue Jun 08 2021 wulei <wulei80@huawei.com> - 1.26.2-2
|
||||||
|
- fixes failed: error: no acceptable C compiler found in $PATH
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 cuibaobao <cuibaobao1@huawei.com> - 1.26.2-1
|
||||||
|
- update to 1.26.2
|
||||||
|
|
||||||
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.20.0-5
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:add patch to modify build err
|
||||||
|
|
||||||
* Fri Nov 29 2019 Lijin Yang <yanglijin@huawei.com> - 1.20.0-4
|
* Fri Nov 29 2019 Lijin Yang <yanglijin@huawei.com> - 1.20.0-4
|
||||||
- init package
|
- init package
|
||||||
|
|
||||||
|
|||||||
4
libqmi.yaml
Normal file
4
libqmi.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: freedesktop/libqmi
|
||||||
|
tag_prefix: ^
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user