diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-13 07:44:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-13 07:44:05 +0100 |
commit | a0480a4cec3593a9da6a83bfbd6bdeea088dc7a0 (patch) | |
tree | 990f53991d43de9ca05f9aca6198328feb26f398 | |
parent | f1f548a5140b3c312aa9a36a1ac5f90c61a1d6c8 (diff) |
update to 4.7.3
-rw-r--r-- | php-ramsey-uuid.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 3a82389..93e2ce0 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 5b1cd8a6cb62a438694eab8af99dcdc9f3d4df67 +%global gh_commit 433b2014e3979047db08a17a205f410ba3869cf2 %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.2 +Version: 4.7.3 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -188,6 +188,9 @@ exit $ret %changelog +* Fri Jan 13 2023 Remi Collet <remi@remirepo.net> - 4.7.3-1 +- update to 4.7.3 + * Thu Jan 12 2023 Remi Collet <remi@remirepo.net> - 4.7.2-1 - update to 4.7.2 - open https://github.com/ramsey/uuid/issues/487 bad tag |