From 662b45b7006590ac58764152bb7a3d0f9e72e782 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jan 2023 08:46:18 +0100 Subject: update to 4.7.2 --- php-ramsey-uuid.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index fc70772..f433ddf 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-ramsey-uuid # -# Copyright (c) 2020-2022 Remi Collet +# Copyright (c) 2020-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit a1acf96007170234a8399586a6e2ab8feba109d1 +%global gh_commit 5b1cd8a6cb62a438694eab8af99dcdc9f3d4df67 %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.1 +Version: 4.7.2 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -188,6 +188,9 @@ exit $ret %changelog +* Thu Jan 12 2023 Remi Collet - 4.7.2-1 +- update to 4.7.2 + * Mon Jan 2 2023 Remi Collet - 4.7.1-1 - update to 4.7.1 - allow ramsey/collection 2 -- cgit