diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-12 08:46:18 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-12 08:46:18 +0100 |
commit | 662b45b7006590ac58764152bb7a3d0f9e72e782 (patch) | |
tree | 25b5040443570445040f79314bf7229cfbcdce4b /php-ramsey-uuid.spec | |
parent | 7d593abfd09085526a9ef965f3431d824febd9eb (diff) |
update to 4.7.2
Diffstat (limited to 'php-ramsey-uuid.spec')
-rw-r--r-- | php-ramsey-uuid.spec | 9 |
1 files 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 <remi@remirepo.net> - 4.7.2-1 +- update to 4.7.2 + * Mon Jan 2 2023 Remi Collet <remi@remirepo.net> - 4.7.1-1 - update to 4.7.1 - allow ramsey/collection 2 |