summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-08 08:46:00 +0200
committerRemi Collet <remi@php.net>2023-09-08 08:46:00 +0200
commit04eebed63ca3b13a2084d2b184fdef1471aa0404 (patch)
tree296c6e4384df2b77771cb74d2c5a5cb93e8d258a
parent5e3d92561bec271b2feb623fbd839dcd8afeb851 (diff)
update to 5.0.1
-rw-r--r--composer.json4
-rw-r--r--php-sebastian-exporter5.spec9
2 files changed, 10 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 4d1e169..2e2c31c 100644
--- a/composer.json
+++ b/composer.json
@@ -26,6 +26,10 @@
"email": "bschussek@gmail.com"
}
],
+ "support": {
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
+ "security": "https://github.com/sebastianbergmann/exporter/security/policy"
+ },
"config": {
"platform": {
"php": "8.1.0"
diff --git a/php-sebastian-exporter5.spec b/php-sebastian-exporter5.spec
index c4b7d1b..3a72542 100644
--- a/php-sebastian-exporter5.spec
+++ b/php-sebastian-exporter5.spec
@@ -9,7 +9,7 @@
%bcond_without tests
-%global gh_commit f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0
+%global gh_commit 32ff03d078fed1279c4ec9a407d08c5e9febb480
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project exporter
@@ -25,8 +25,8 @@
%global pear_channel pear.phpunit.de
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 5.0.0
-Release: 3%{?dist}
+Version: 5.0.1
+Release: 1%{?dist}
Summary: Export PHP variables for visualization, version %{major}
License: BSD-3-Clause
@@ -129,6 +129,9 @@ exit $ret
%changelog
+* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 5.0.1-1
+- update to 5.0.1
+
* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 5.0.0-3
- Enable test suite