From c159d156da540316041c61d70172005da215ea84 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Sat, 11 Mar 2023 02:53:45 +0000 Subject: [PATCH] enable test (cherry picked from commit 311b1205cd5c95424cb950f6d34eabe7862952ba) --- atk.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/atk.spec b/atk.spec index 3fb5b6b..53310cb 100644 --- a/atk.spec +++ b/atk.spec @@ -1,6 +1,6 @@ Name: atk Version: 2.36.0 -Release: 1 +Release: 2 Summary: Interfaces for accessibility support License: LGPLv2+ URL: http://developer.gnome.org/platform-overview/stable/atk @@ -28,6 +28,9 @@ needed for ATK related applications or toolkits. %meson -Ddocs=true %meson_build +%check +%meson_test + %install %meson_install sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -name api-index-full.html) @@ -47,6 +50,12 @@ sed -i 's/idm[0-9]\{5,32\}\"/idm12345678912345\"/g' $(find %{_buildrootdir} -nam %{_datadir}/gir-1.0 %changelog +* Sat Mar 11 2023 zhangpan - 2.36.0-2 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:enable test + * Tue Aug 18 2020 wangye - 2.36.0-1 - Type:bugfix - Id:NA