diff options
author | Remi Collet <remi@remirepo.net> | 2023-11-08 12:28:10 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-11-08 12:28:10 +0100 |
commit | 7b0f165a714339f770f7bed5bc60f42379191738 (patch) | |
tree | a43cd3e05246ccaace8cc031d307f4a26c70e1fe | |
parent | 15cbe46706c41a19d1ebe70c410a963dbcc905da (diff) |
update to 4.7.5
-rw-r--r-- | php-ramsey-uuid.spec | 9 |
1 files 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 <remi@remirepo.net> - 4.7.5-1 +- update to 4.7.5 + * Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 4.7.4-1 - update to 4.7.4 |