diff options
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 42a5cdd..20e5ebe 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -8,15 +8,12 @@ # Please, preserve the changelog entries # -# remirepo:4 -%if "%{?vendeur}" == "remi" -# For compatibility with SCL +# remirepo:1 %undefine __brp_mangle_shebangs -%endif %bcond_without tests -%global gh_commit a215d9ee8bac1733796e4ddff3306811f14414e5 +%global gh_commit c87ae282d17b256d09cfef0eb4f5db2d09cfd36a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -28,9 +25,9 @@ %global ns_vendor PHPUnit10 %global php_home %{_datadir}/php %global ver_major 10 -%global ver_minor 2 +%global ver_minor 3 -%global upstream_version 10.2.7 +%global upstream_version 10.3.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -304,6 +301,9 @@ exit $ret %changelog +* Fri Aug 4 2023 Remi Collet <remi@remirepo.net> - 10.3.0-1 +- update to 10.3.0 + * Wed Aug 2 2023 Remi Collet <remi@remirepo.net> - 10.2.7-1 - update to 10.2.7 - raise dependency on sebastian/global-state 6.0.1 |