diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-11 09:48:06 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-11 09:48:06 +0200 |
commit | 6dedade721757c6c42bd068fde20016e667b3d50 (patch) | |
tree | 3ec2d0c65bd63f358910e4e1cfc1268edbda3135 /php-ramsey-uuid.spec | |
parent | 89e0895f236a5e5ee4b5467a6bae5f03644bc934 (diff) |
update to 4.2.1
Diffstat (limited to 'php-ramsey-uuid.spec')
-rw-r--r-- | php-ramsey-uuid.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ramsey-uuid.spec b/php-ramsey-uuid.spec index 202e91e..5629f2b 100644 --- a/php-ramsey-uuid.spec +++ b/php-ramsey-uuid.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 7231612a5221f5524d3575bebdce20eeef8547a1 +%global gh_commit fe665a03df4f056aa65af552a96e1976df8c8dae %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.2.0 +Version: 4.2.1 Release: 1%{?dist} Summary: Library for generating and working with UUIDs @@ -191,6 +191,9 @@ exit $ret %changelog +* Wed Aug 11 2021 Remi Collet <remi@remirepo.net> - 4.2.1-1 +- update to 4.2.1 + * Mon Aug 9 2021 Remi Collet <remi@remirepo.net> - 4.2.0-1 - update to 4.2.0 |