From 4231259687b41907dc884070217c8c04572c5493 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Aug 2022 07:58:47 +0200 Subject: update to 0.10.1 --- php-brick-math.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-brick-math.spec') diff --git a/php-brick-math.spec b/php-brick-math.spec index 33f35dc..2c21683 100644 --- a/php-brick-math.spec +++ b/php-brick-math.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 4da12356b27546867630ce14cc6b961827bff64e +%global gh_commit de846578401f4e58f911b3afeb62ced56365ed87 %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.0 +Version: 0.10.1 Release: 1%{?dist} Summary: Arbitrary-precision arithmetic library @@ -43,7 +43,7 @@ BuildRequires: php-gmp # From composer.json, "require-dev": { # "phpunit/phpunit": "^9.0", # "php-coveralls/php-coveralls": "^2.2", -# "vimeo/psalm": "^3.5" +# "vimeo/psalm": "^4.25.0" %if %{with tests} BuildRequires: phpunit9 %global phpunit %{_bindir}/phpunit9 @@ -137,6 +137,9 @@ exit $ret %changelog +* Wed Aug 3 2022 Remi Collet - 0.10.1-1 +- update to 0.10.1 + * Mon Jun 20 2022 Remi Collet - 0.10.0-1 - update to 0.10.0 - raise dependency on PHP 7.4 -- cgit