diff options
author | Remi Collet <remi@remirepo.net> | 2024-12-05 11:23:29 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-12-05 11:23:29 +0100 |
commit | cf28366d1aefe15c9563136e11edcd9765af90db (patch) | |
tree | a61e99426731b6ac97f22246fdcd6b2132f09079 | |
parent | 1d75c9dc08c5f2085035098528e9ffa2d9c7ac29 (diff) |
-rw-r--r-- | php-sebastian-exporter6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-exporter6.spec b/php-sebastian-exporter6.spec index a434c29..b7ecece 100644 --- a/php-sebastian-exporter6.spec +++ b/php-sebastian-exporter6.spec @@ -10,7 +10,7 @@ # disabled until phpunit11 available %bcond_with tests -%global gh_commit 44a33386ec6f9cdf6e3cac11fc326ae71fdf5787 +%global gh_commit 3473f61172093b2da7de1fb5782e1f24cc036dc3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -27,7 +27,7 @@ %global pear_channel pear.phpunit.de Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.2.0 +Version: 6.3.0 Release: 1%{?dist} Summary: Export PHP variables for visualization, version %{major} @@ -118,6 +118,9 @@ exit $ret %changelog +* Thu Dec 5 2024 Remi Collet <remi@remirepo.net> - 6.3.0-1 +- update to 6.3.0 + * Thu Dec 5 2024 Remi Collet <remi@remirepo.net> - 6.2.0-1 - update to 6.2.0 |