diff options
Diffstat (limited to 'php-brick-math.spec')
-rw-r--r-- | php-brick-math.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-brick-math.spec b/php-brick-math.spec index d7cb178..ed27a1c 100644 --- a/php-brick-math.spec +++ b/php-brick-math.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-brick-math # -# Copyright (c) 2020-2023 Remi Collet +# Copyright (c) 2020-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 21e0a1e6bc7aa5b640ce8d82b2ff5f251c41a952 +%global gh_commit f510c0a40911935b77b86859eb5223d58d660df1 %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.12.0 +Version: 0.12.1 Release: 1%{?dist} Summary: Arbitrary-precision arithmetic library @@ -134,6 +134,9 @@ exit $ret %changelog +* Thu May 2 2024 Remi Collet <remi@remirepo.net> - 0.12.1-1 +- update to 0.12.1 + * Mon Nov 27 2023 Remi Collet <remi@remirepo.net> - 0.12.0-1 - update to 0.12.0 - raise dependency on PHP 8.1 |