diff options
author | Remi Collet <remi@remirepo.net> | 2024-05-02 10:57:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-05-02 10:57:37 +0200 |
commit | 594a7c0d99a9f9b2abda6d2d6a1b06bf35f8bae7 (patch) | |
tree | 9dcacf8a6e0755fa6967e668bdbeff1ee0ca5604 | |
parent | 7b0f165a714339f770f7bed5bc60f42379191738 (diff) |
update to 4.7.6
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-ramsey-uuid.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 9ea4e06..8139b54 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "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" }, "require-dev": { 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 <remi@remirepo.net> - 4.7.6-1 +- update to 4.7.6 + * Wed Nov 8 2023 Remi Collet <remi@remirepo.net> - 4.7.5-1 - update to 4.7.5 |