From 6dedade721757c6c42bd068fde20016e667b3d50 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Aug 2021 09:48:06 +0200 Subject: update to 4.2.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 202e91e..5629f2b 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 7231612a5221f5524d3575bebdce20eeef8547a1 +%global gh_commit fe665a03df4f056aa65af552a96e1976df8c8dae %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.2.0 +Version: 4.2.1 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -191,6 +191,9 @@ exit $ret %changelog +* Wed Aug 11 2021 Remi Collet - 4.2.1-1 +- update to 4.2.1 + * Mon Aug 9 2021 Remi Collet - 4.2.0-1 - update to 4.2.0 -- cgit