diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-03 07:58:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-03 07:58:47 +0200 |
commit | 4231259687b41907dc884070217c8c04572c5493 (patch) | |
tree | 75787b618baa260d001ea3615a697aeb1f9f7dbe | |
parent | b0484304ed2b8eaa2843db314f3b01eebbdf599d (diff) |
update to 0.10.1
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-brick-math.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 17bd9f7..a8124e9 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require-dev": { "phpunit/phpunit": "^9.0", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "4.23.0" + "vimeo/psalm": "4.25.0" }, "autoload": { "psr-4": { 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 <remi@remirepo.net> - 0.10.1-1 +- update to 0.10.1 + * Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 0.10.0-1 - update to 0.10.0 - raise dependency on PHP 7.4 |