summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-exporter6.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-exporter6.spec b/php-sebastian-exporter6.spec
index f475d8d..938e8e8 100644
--- a/php-sebastian-exporter6.spec
+++ b/php-sebastian-exporter6.spec
@@ -10,11 +10,11 @@
# disabled until phpunit11 available
%bcond_with tests
-%global gh_commit d0c0a93fc746b0c066037f1e7d09104129e868ff
+%global gh_commit f291e5a317c321c0381fa9ecc796fa2d21b186da
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project exporter
-%global gh_date 2024-02-02
+%global gh_date 2024-03-02
# Packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -27,7 +27,7 @@
%global pear_channel pear.phpunit.de
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 6.0.0
+Version: 6.0.1
Release: 1%{?dist}
Summary: Export PHP variables for visualization, version %{major}
@@ -131,6 +131,9 @@ exit $ret
%changelog
+* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 6.0.1-1
+- update to 6.0.1
+
* Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 6.0.0-1
- update to 6.0.0
- raise dependency on PHP 8.2