From c33a227228063607e330fb601f363294fb9a37cc Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Mon, 9 Aug 2021 23:55:23 +0000 Subject: [PATCH] Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 Signed-off-by: Mohan Boddu --- php-pecl-xdebug3.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 264fb06..19ca547 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -30,7 +30,7 @@ Name: php-pecl-xdebug3 Summary: Provides functions for function traces and profiling Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 4%{?dist} +Release: 5%{?dist} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz # The Xdebug License, version 1.01 @@ -217,6 +217,10 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Aug 09 2021 Mohan Boddu - 3.0.4-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Thu Jul 8 2021 Remi Collet - 3.0.4-4 - ignore tests relying on DNS #1979841