diff options
| -rw-r--r-- | php-sebastian-diff4.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sebastian-diff4.spec b/php-sebastian-diff4.spec index 1e648d1..e509adc 100644 --- a/php-sebastian-diff4.spec +++ b/php-sebastian-diff4.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-sebastian-diff4  # -# Copyright (c) 2013-2023 Remi Collet +# Copyright (c) 2013-2024 Remi Collet  # License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -9,7 +9,7 @@  %bcond_without       tests -%global gh_commit    74be17022044ebaaecfdf0c5cd504fc9cd5a7131 +%global gh_commit    ba01945089c3a293b01ba9badc29ad55b106b0bc  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   diff @@ -24,7 +24,7 @@  %global php_home     %{_datadir}/php  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        4.0.5 +Version:        4.0.6  Release:        1%{?dist}  Summary:        Diff implementation, version %{major} @@ -96,7 +96,7 @@ rm    tests/Utils/UnifiedDiffAssertTraitIntegrationTest.php  : Run upstream test suite  ret=0 -for cmd in php php80 php81 php82; do +for cmd in php php81 php82 php83; do    if which $cmd; then      $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \        %{_bindir}/phpunit9  --verbose || ret=1 @@ -119,6 +119,9 @@ exit $ret  %changelog +* Tue Mar  5 2024 Remi Collet <remi@remirepo.net> - 4.0.6-1 +- update to 4.0.6 +  * Tue May  9 2023 Remi Collet <remi@remirepo.net> - 4.0.5-1  - update to 4.0.5  | 
