diff --git a/libmodulemd-disable-valgrind-test-for-build.patch b/libmodulemd-disable-valgrind-test-for-build.patch deleted file mode 100644 index aedcd46e31b71958cc6b988331d8b12aafb6cae8..0000000000000000000000000000000000000000 --- a/libmodulemd-disable-valgrind-test-for-build.patch +++ /dev/null @@ -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 - diff --git a/libmodulemd.spec b/libmodulemd.spec index da65bc6d7c8446f93d6313978ca9c28933c8b0e1..5fd00ca3fdf1e6948bb118b964d92399028ca3e5 100644 --- a/libmodulemd.spec +++ b/libmodulemd.spec @@ -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.13.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 -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} @@ -82,6 +81,12 @@ export LC_CTYPE=C.utf8 %{python3_sitearch}/gi/overrides/ %changelog +* Tue Jul 27 2021 zoulin - 2.13.0-1 +- Type:requirement +- ID:NA +- SUG:NA +- DESC:update libmodulemd version to 2.13.0 + * Tue Apr 28 2020 zhouyihang - 2.9.4-1 - Type:requirement - ID:NA diff --git a/modulemd-2.13.0.tar.xz b/modulemd-2.13.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..239dacd45a2601be1964f0ae7844134ac8a570d1 Binary files /dev/null and b/modulemd-2.13.0.tar.xz differ diff --git a/modulemd-2.9.4.tar.xz b/modulemd-2.9.4.tar.xz deleted file mode 100644 index 555aa224a688c212ff538343c348dedb0f8f73bf..0000000000000000000000000000000000000000 Binary files a/modulemd-2.9.4.tar.xz and /dev/null differ