diff options
Diffstat (limited to 'phpunit9.spec')
-rw-r--r-- | phpunit9.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index a4bac7b..82e16b5 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 0e32b76be457de00e83213528f6bb37e2a38fcb1 +%global gh_commit 888556852e7e9bbeeedb9656afe46118765ade34 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 %global ver_minor 5 -%global upstream_version 9.5.21 +%global upstream_version 9.5.23 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -111,7 +111,6 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # "myclabs/deep-copy": "^1.10.1", # "phar-io/manifest": "^2.0.3", # "phar-io/version": "^3.0.2", -# "phpspec/prophecy": "^1.12.1", # "phpunit/php-code-coverage": "^9.2.13", # "phpunit/php-file-iterator": "^3.0.5", # "phpunit/php-invoker": "^3.1.1", @@ -299,6 +298,10 @@ exit $ret %changelog +* Tue Aug 30 2022 Remi Collet <remi@remirepo.net> - 9.5.23-1 +- update to 9.5.23 +- keep dependency on phpspec/prophecy (optional) + * Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 9.5.21-1 - update to 9.5.21 |