From f3e084568ff8bf10904de3a183666eb19e98e1fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Mon, 8 Jul 2024 15:10:21 +0200 Subject: [PATCH] Move away from xvfb-run Increase release number. Resolves: https://issues.redhat.com/browse/RHEL-36639 --- libepoxy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libepoxy.spec b/libepoxy.spec index 57d774c..628d4e8 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,7 +1,7 @@ Summary: epoxy runtime library Name: libepoxy Version: 1.5.10 -Release: 7%{?dist} +Release: 8%{?dist} # SPDX License: MIT URL: https://github.com/anholt/libepoxy @@ -58,6 +58,10 @@ xwfb-run -c mutter -- ninja -C %{_vpath_builddir} test || \ %{_libdir}/pkgconfig/epoxy.pc %changelog +* Mon Jul 08 2024 Niels De Graef - 1.5.10-8 +- Move away from xvfb-run + Resolves: https://issues.redhat.com/browse/RHEL-36639 + * Mon Jun 24 2024 Troy Dawson - 1.5.10-7 - Bump release for June 2024 mass rebuild