Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
12d250eb89
!26 Update package to version 2.15.0
From: @lingjuer 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-07-17 07:45:41 +00:00
lingjuer
8b61a3cbf6 Update to version 2.15.0 2023-07-17 14:11:46 +08:00
openeuler-ci-bot
3f21ee14ae
!24 update version to 2.14.0
From: @fly_fzc 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-21 01:27:10 +00:00
fly_fzc
6bc81357da update version to 2.14.0 2022-11-17 17:07:45 +08:00
openeuler-ci-bot
bf081b794c
!23 [sync] PR-20: 【openEuler-22.03-LTS-Next】fix source url
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-17 03:04:13 +00:00
yixiangzhike
0c34fa3d5d fix source url
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
(cherry picked from commit 675bd05fcca7f1ec9f36542f141e2b4908b34c4f)
2022-11-17 09:41:07 +08:00
openeuler-ci-bot
4a6ff266d0
!14 fix build error:Unknow options:developer_build
From: @fly_fzc 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-06-22 03:24:20 +00:00
fuanan
909c39e927 fix build error:Unknow options:developer_build 2022-06-22 10:02:15 +08:00
openeuler-ci-bot
8d12b8078d !7 update libmodulemd version to 2.13.0
From: @zou_lin77
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-07-27 12:00:15 +00:00
zou_lin77
b491cfba5e update libmodulemd version to 2.13.0 2021-07-27 10:32:34 +08:00
4 changed files with 30 additions and 32 deletions

View File

@ -1,28 +0,0 @@
From 31383ba84f9a2fa1bcae6a38e5a43dd3abdee587 Mon Sep 17 00:00:00 2001
From: sherlock2010 <15151851377@163.com>
Date: Sat, 25 Jul 2020 15:07:47 +0800
Subject: [PATCH 2/2] decond commit
---
modulemd/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modulemd/meson.build b/modulemd/meson.build
index 8b3d543..b9d7549 100644
--- a/modulemd/meson.build
+++ b/modulemd/meson.build
@@ -48,9 +48,9 @@ endif
if developer_build
valgrind = find_program('valgrind')
- if not valgrind.found()
+# if not valgrind.found()
valgrind = disabler()
- endif
+# endif
else
valgrind = disabler()
endif
--
1.8.3.1

View File

@ -1,14 +1,13 @@
# NOTICE: this spec file is retrieved from upper stream project(see libmodulemd.spec.in in Source0)
# and made some modifications.
Name: libmodulemd
Version: 2.9.4
Version: 2.15.0
Release: 1
Summary: C Library for manipulating module metadata files
License: MIT
URL: https://github.com/fedora-modularity/libmodulemd
Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-%{version}/modulemd-%{version}.tar.xz
Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/%{version}/modulemd-%{version}.tar.xz
Patch9000: libmodulemd-disable-valgrind-test-for-build.patch
BuildRequires: meson pkgconfig gcc gcc-c++ gobject-introspection-devel libxslt
Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-devel help2man
%ifarch %{valgrind_arches}
@ -41,7 +40,7 @@ python3 bindings for %{name}
%build
%meson -Ddeveloper_build=false -Dwith_py2=false
%meson -Dwith_py2=false
%meson_build
@ -82,6 +81,33 @@ export LC_CTYPE=C.utf8
%{python3_sitearch}/gi/overrides/
%changelog
* Mon Jul 17 2023 zhangchenglin <zhangchenglin@kylinos.cn> - 2.15.0-1
- Update to version 2.15.0
* Thu Nov 17 2022 fuanan <fuanan3@h-partners.com> - 2.14.0-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 2.14.0
* Thu Nov 17 2022 yixiangzhike <yixiangzhike007@163.com> - 2.13.0-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix source url
* Wed Jun 22 2022 fuanan <fuanan3@h-partners.com> - 2.13.0-2
- Type:requirement
- ID:NA
- SUG:NA
- DESC:fix build error:Unknow options:"developer_build"
* Tue Jul 27 2021 zoulin <zoulin13@huawei.com> - 2.13.0-1
- Type:requirement
- ID:NA
- SUG:NA
- DESC:update libmodulemd version to 2.13.0
* Tue Apr 28 2020 zhouyihang <zhouyihang3@huawei.com> - 2.9.4-1
- Type:requirement
- ID:NA

BIN
modulemd-2.15.0.tar.xz Normal file

Binary file not shown.

Binary file not shown.