summaryrefslogtreecommitdiffstats
path: root/php-brick-math.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-brick-math.spec')
-rw-r--r--php-brick-math.spec9
1 files changed, 6 insertions, 3 deletions
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