From 1923d8b373feb64032ebf3226eb97e8ff1e73424 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 16 Sep 2022 08:03:42 +0200 Subject: update to 4.5.1 --- php-ramsey-uuid.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-ramsey-uuid.spec') diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index ef735c9..3f26e84 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit ef842484ba57f163c6d465ab744bfecb872a11d4 +%global gh_commit a161a26d917604dc6d3aa25100fddf2556e9f35d %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.5.0 +Version: 4.5.1 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -191,6 +191,9 @@ exit $ret %changelog +* Fri Sep 16 2022 Remi Collet - 4.5.1-1 +- update to 4.5.1 + * Thu Sep 15 2022 Remi Collet - 4.5.0-1 - update to 4.5.0 - raise dependency on brick/math 0.8.8 -- cgit