summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-04-11 09:48:30 +0200
committerRemi Collet <remi@php.net>2023-04-11 09:48:30 +0200
commit9766dc307327e1e0b38537180a878a3c1ba82e5c (patch)
tree74430e60be1a98bb70610cf86934f04826c0beab
parentfe4c8414b796186197fff54e128fdda5529d9cb8 (diff)
update to 6.0.1
-rw-r--r--composer.json4
-rw-r--r--php-sebastian-environment6.spec7
2 files changed, 9 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index fdff87a..0459582 100644
--- a/composer.json
+++ b/composer.json
@@ -10,6 +10,10 @@
"email": "sebastian@phpunit.de"
}
],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
+ "security": "https://github.com/sebastianbergmann/environment/security/policy"
+ },
"config": {
"platform": {
"php": "8.1.0"
diff --git a/php-sebastian-environment6.spec b/php-sebastian-environment6.spec
index 159f540..29c1c3d 100644
--- a/php-sebastian-environment6.spec
+++ b/php-sebastian-environment6.spec
@@ -11,7 +11,7 @@
%bcond_with tests
# Sources
-%global gh_commit b6f3694c6386c7959915a0037652e0c40f6f69cc
+%global gh_commit 43c751b41d74f96cbbd4e07b7aec9675651e2951
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project environment
@@ -25,7 +25,7 @@
%global ns_project Environment
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 6.0.0
+Version: 6.0.1
Release: 1%{?dist}
Summary: Handle HHVM/PHP environments, version %{major}
@@ -109,6 +109,9 @@ exit $ret
%changelog
+* Tue Apr 11 2023 Remi Collet <remi@remirepo.net> - 6.0.1-1
+- update to 6.0.1
+
* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 6.0.0-1
- update to 6.0.0
- raise dependency on PHP 8.1