From 04eebed63ca3b13a2084d2b184fdef1471aa0404 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2023 08:46:00 +0200 Subject: update to 5.0.1 --- php-sebastian-exporter5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sebastian-exporter5.spec') diff --git a/php-sebastian-exporter5.spec b/php-sebastian-exporter5.spec index c4b7d1b..3a72542 100644 --- a/php-sebastian-exporter5.spec +++ b/php-sebastian-exporter5.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0 +%global gh_commit 32ff03d078fed1279c4ec9a407d08c5e9febb480 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -25,8 +25,8 @@ %global pear_channel pear.phpunit.de Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.0 -Release: 3%{?dist} +Version: 5.0.1 +Release: 1%{?dist} Summary: Export PHP variables for visualization, version %{major} License: BSD-3-Clause @@ -129,6 +129,9 @@ exit $ret %changelog +* Fri Sep 8 2023 Remi Collet - 5.0.1-1 +- update to 5.0.1 + * Wed Aug 23 2023 Remi Collet - 5.0.0-3 - Enable test suite -- cgit