diff options
-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 |