diff options
-rw-r--r-- | php-brick-math.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-brick-math.spec b/php-brick-math.spec index 2c21683..84d4f7b 100644 --- a/php-brick-math.spec +++ b/php-brick-math.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit de846578401f4e58f911b3afeb62ced56365ed87 +%global gh_commit 459f2781e1a08d52ee56b0b1444086e038561e3f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brick %global gh_project math @@ -22,7 +22,7 @@ %global ns_project Math Name: php-%{pk_vendor}-%{pk_name} -Version: 0.10.1 +Version: 0.10.2 Release: 1%{?dist} Summary: Arbitrary-precision arithmetic library @@ -137,6 +137,9 @@ exit $ret %changelog +* Thu Aug 11 2022 Remi Collet <remi@remirepo.net> - 0.10.2-1 +- update to 0.10.2 + * Wed Aug 3 2022 Remi Collet <remi@remirepo.net> - 0.10.1-1 - update to 0.10.1 |