summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-19 09:45:12 +0200
committerRemi Collet <remi@php.net>2023-04-19 09:45:12 +0200
commit15cbe46706c41a19d1ebe70c410a963dbcc905da (patch)
tree4f0af56355136721f8c2b35733b3431ad8a6249b
parenta0480a4cec3593a9da6a83bfbd6bdeea088dc7a0 (diff)
update to 4.7.4
-rw-r--r--composer.json2
-rw-r--r--php-ramsey-uuid.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 86bccac..9ea4e06 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",
+ "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
"ramsey/collection": "^1.2 || ^2.0"
},
"require-dev": {
diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec
index 93e2ce0..20ab989 100644
--- a/php-ramsey-uuid.spec
+++ b/php-ramsey-uuid.spec
@@ -1,7 +1,7 @@
# remirepo/fedora spec file for php-ramsey-uuid
#
# Copyright (c) 2020-2023 Remi Collet
-# License: CC-BY-SA
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit 433b2014e3979047db08a17a205f410ba3869cf2
+%global gh_commit 60a4c63ab724854332900504274f6150ff26d286
%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.3
+Version: 4.7.4
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",
+# "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
# "ramsey/collection": "^1.2 || ^2.0",
Requires: php(language) >= 8.0
Requires: php-json
@@ -188,6 +188,9 @@ exit $ret
%changelog
+* Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 4.7.4-1
+- update to 4.7.4
+
* Fri Jan 13 2023 Remi Collet <remi@remirepo.net> - 4.7.3-1
- update to 4.7.3