Compare commits
10 Commits
a28aa9f6d0
...
12d250eb89
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12d250eb89 | ||
|
|
8b61a3cbf6 | ||
|
|
3f21ee14ae | ||
|
|
6bc81357da | ||
|
|
bf081b794c | ||
|
|
0c34fa3d5d | ||
|
|
4a6ff266d0 | ||
|
|
909c39e927 | ||
|
|
8d12b8078d | ||
|
|
b491cfba5e |
@ -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
|
|
||||||
|
|
||||||
@ -1,14 +1,13 @@
|
|||||||
# 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.9.4
|
Version: 2.15.0
|
||||||
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/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: 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}
|
||||||
@ -41,7 +40,7 @@ python3 bindings for %{name}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Ddeveloper_build=false -Dwith_py2=false
|
%meson -Dwith_py2=false
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
@ -82,6 +81,33 @@ 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
|
||||||
|
|||||||
BIN
modulemd-2.15.0.tar.xz
Normal file
BIN
modulemd-2.15.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user