From 594a7c0d99a9f9b2abda6d2d6a1b06bf35f8bae7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2024 10:57:37 +0200 Subject: update to 4.7.6 --- php-ramsey-uuid.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-ramsey-uuid.spec') diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 07d8866..4754351 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 5f0df49ae5ad6efb7afa69e6bfab4e5b1e080d8e +%global gh_commit 91039bc1faa45ba123c4328958e620d382ec7088 %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.5 +Version: 4.7.6 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -83,7 +83,7 @@ BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { # "php": "^8.0", # "ext-json": "*", -# "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11", +# "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12", # "ramsey/collection": "^1.2 || ^2.0", Requires: php(language) >= 8.0 Requires: php-json @@ -188,6 +188,9 @@ exit $ret %changelog +* Thu May 2 2024 Remi Collet - 4.7.6-1 +- update to 4.7.6 + * Wed Nov 8 2023 Remi Collet - 4.7.5-1 - update to 4.7.5 -- cgit