From 7b0f165a714339f770f7bed5bc60f42379191738 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2023 12:28:10 +0100 Subject: update to 4.7.5 --- php-ramsey-uuid.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 20ab989..07d8866 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 60a4c63ab724854332900504274f6150ff26d286 +%global gh_commit 5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner ramsey %global gh_project uuid @@ -22,7 +22,7 @@ %global ns_project Uuid Name: php-%{pk_vendor}-%{pk_name} -Version: 4.7.4 +Version: 4.7.5 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -165,7 +165,7 @@ rm tests/Generator/RandomLibAdapterTest.php : Run upstream test suite ret=0 -for cmdarg in "php %{?phpunit}" php80 php81 php82; do +for cmdarg in "php %{?phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -188,6 +188,9 @@ exit $ret %changelog +* Wed Nov 8 2023 Remi Collet - 4.7.5-1 +- update to 4.7.5 + * Wed Apr 19 2023 Remi Collet - 4.7.4-1 - update to 4.7.4 -- cgit