summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-ramsey-uuid.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec
index ef735c9..3f26e84 100644
--- a/php-ramsey-uuid.spec
+++ b/php-ramsey-uuid.spec
@@ -10,7 +10,7 @@
%bcond_without tests
# Github
-%global gh_commit ef842484ba57f163c6d465ab744bfecb872a11d4
+%global gh_commit a161a26d917604dc6d3aa25100fddf2556e9f35d
%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.5.0
+Version: 4.5.1
Release: 1%{?dist}
Summary: Library for generating and working with UUIDs
@@ -191,6 +191,9 @@ exit $ret
%changelog
+* Fri Sep 16 2022 Remi Collet <remi@remirepo.net> - 4.5.1-1
+- update to 4.5.1
+
* Thu Sep 15 2022 Remi Collet <remi@remirepo.net> - 4.5.0-1
- update to 4.5.0
- raise dependency on brick/math 0.8.8