diff options
Diffstat (limited to 'php-sebastian-diff5.spec')
-rw-r--r-- | php-sebastian-diff5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-diff5.spec b/php-sebastian-diff5.spec index c2acac4..66d68f8 100644 --- a/php-sebastian-diff5.spec +++ b/php-sebastian-diff5.spec @@ -10,7 +10,7 @@ # disabled until phpunit10 available %bcond_with tests -%global gh_commit 70dd1b20bc198da394ad542e988381b44e64e39f +%global gh_commit aae9a0a43bff37bd5d8d0311426c87bf36153f02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project diff @@ -25,7 +25,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.0 +Version: 5.0.1 Release: 1%{?dist} Summary: Diff implementation, version %{major} @@ -87,7 +87,7 @@ mkdir vendor %{_bindir}/phpab --output vendor/autoload.php tests process-%{symfony_version} # remirepo:5 -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%if 0%{?rhel} == 7 : Ignore tests using git command: unknown option 'unsafe-paths' with old git rm -r tests/Output/Integration rm tests/Utils/UnifiedDiffAssertTraitIntegrationTest.php @@ -118,6 +118,9 @@ exit $ret %changelog +* Thu Mar 23 2023 Remi Collet <remi@remirepo.net> - 5.0.1-1 +- update to 5.0.1 + * Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 5.0.0-1 - update to 5.0.0 - raise dependency on PHP 8.1 |