summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-23 07:27:28 +0100
committerRemi Collet <remi@php.net>2023-03-23 07:27:28 +0100
commitad6643c7133c007918f54174a9c298c22dc28146 (patch)
tree14136d7d31cbd3261e42aade6f7aa1aa75356b46
parentaf2fcf5831421c8c39fd7214bcca298576ca04f2 (diff)
update to 5.0.1
-rw-r--r--composer.json4
-rw-r--r--php-sebastian-diff5.spec9
2 files changed, 10 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index b8e778b..cd37ef6 100644
--- a/composer.json
+++ b/composer.json
@@ -14,6 +14,10 @@
"email": "mail@kore-nordmann.de"
}
],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
+ "security": "https://github.com/sebastianbergmann/diff/security/policy"
+ },
"prefer-stable": true,
"config": {
"platform": {
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