Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5dcaeee708 !7 fix BuildRequires to 1.18.0
From: @liuyumeng1
Reviewed-by: @kerongw,@zengwefeng
Signed-off-by: @zengwefeng
2021-06-28 08:34:20 +00:00
yangl777
05470d10dd fix BuildRequires to 1.18.0 2021-06-28 14:13:12 +08:00
openeuler-ci-bot
f7f3e399fa !6 修复因缺少依赖导致编译失败问题
From: @wu-leilei
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
2021-06-08 16:30:00 +08:00
wu-leilei
69eea18de1 fixes failed: error: no acceptable C compiler found in PATH 2021-06-08 11:46:03 +08:00
openeuler-ci-bot
81a9162359 !4 update to 1.26.2
Merge pull request !4 from cuibb1/master
2020-07-31 09:09:25 +08:00
cuibb1
32107360c6 update to 1.26.2 2020-07-29 14:24:01 +08:00
openeuler-ci-bot
d27d567bed !3 Add yaml file
Merge pull request !3 from lyn/master
2020-05-09 16:01:27 +08:00
lyn1001
4e4c5bc3ef Add yaml file 2020-05-07 14:22:23 +08:00
openeuler-ci-bot
0f80ec05b8 !2 add patch to modify build err
Merge pull request !2 from orange-snn/local
2020-01-14 20:56:15 +08:00
xiaoweiwei
664750c53f add patch to modify build err 2020-01-14 19:32:49 +08:00
5 changed files with 22 additions and 33 deletions

View File

@ -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

Binary file not shown.

View File

@ -1,14 +1,12 @@
Name: libqmi
Version: 1.20.0
Release: 4
Version: 1.26.2
Release: 3
License: LGPLv2+ and GPLv2+
Summary: A glib-based library to use the Qualcomm MSM Interface (QMI) protocol
URL: http://freedesktop.org/software/libqmi
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.14.0 python2 >= 2.7 gtk-doc
BuildRequires: glib2-devel >= 2.32.0 libgudev-devel >= 147 libmbim-devel >= 1.18.0 python3 gtk-doc gcc
Provides: libqmi-utils = %{version}-%{release}
Obsoletes: libqmi-utils < 1.20.0.4
@ -67,6 +65,21 @@ find %{buildroot}%{_datadir}/gtk-doc | xargs touch --reference configure.ac
%{_mandir}/man1/*
%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
- init package

4
libqmi.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: freedesktop/libqmi
tag_prefix: ^
seperator: .