Compare commits
No commits in common. "12d250eb89accacc62bd609170bbd356e78c2ecd" and "a28aa9f6d0cbefc6ceccb3f50a2a619fd42decb8" have entirely different histories.
12d250eb89
...
a28aa9f6d0
28
libmodulemd-disable-valgrind-test-for-build.patch
Normal file
28
libmodulemd-disable-valgrind-test-for-build.patch
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
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
|
||||||
|
|
||||||
@ -1,13 +1,14 @@
|
|||||||
# NOTICE: this spec file is retrieved from upper stream project(see libmodulemd.spec.in in Source0)
|
# NOTICE: this spec file is retrieved from upper stream project(see libmodulemd.spec.in in Source0)
|
||||||
# and made some modifications.
|
# and made some modifications.
|
||||||
Name: libmodulemd
|
Name: libmodulemd
|
||||||
Version: 2.15.0
|
Version: 2.9.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: C Library for manipulating module metadata files
|
Summary: C Library for manipulating module metadata files
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/fedora-modularity/libmodulemd
|
URL: https://github.com/fedora-modularity/libmodulemd
|
||||||
Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/%{version}/modulemd-%{version}.tar.xz
|
Source0: https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-%{version}/modulemd-%{version}.tar.xz
|
||||||
|
|
||||||
|
Patch9000: libmodulemd-disable-valgrind-test-for-build.patch
|
||||||
BuildRequires: meson pkgconfig gcc gcc-c++ gobject-introspection-devel libxslt
|
BuildRequires: meson pkgconfig gcc gcc-c++ gobject-introspection-devel libxslt
|
||||||
Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-devel help2man
|
Buildrequires: python3-devel python3-gobject-base glib2-doc rpm-devel file-devel help2man
|
||||||
%ifarch %{valgrind_arches}
|
%ifarch %{valgrind_arches}
|
||||||
@ -40,7 +41,7 @@ python3 bindings for %{name}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dwith_py2=false
|
%meson -Ddeveloper_build=false -Dwith_py2=false
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
@ -81,33 +82,6 @@ export LC_CTYPE=C.utf8
|
|||||||
%{python3_sitearch}/gi/overrides/
|
%{python3_sitearch}/gi/overrides/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 28 2020 zhouyihang <zhouyihang3@huawei.com> - 2.9.4-1
|
||||||
- Type:requirement
|
- Type:requirement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Binary file not shown.
BIN
modulemd-2.9.4.tar.xz
Normal file
BIN
modulemd-2.9.4.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user