From a0480a4cec3593a9da6a83bfbd6bdeea088dc7a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Jan 2023 07:44:05 +0100 Subject: update to 4.7.3 --- php-ramsey-uuid.spec | 7 +++++-- 1 file 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 - 4.7.3-1 +- update to 4.7.3 + * Thu Jan 12 2023 Remi Collet - 4.7.2-1 - update to 4.7.2 - open https://github.com/ramsey/uuid/issues/487 bad tag -- cgit