diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-24 09:03:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-24 09:03:32 +0200 |
commit | 12c5b5a046e0ccc24ab59e18dc6ed728cb821921 (patch) | |
tree | 2bd28e927558551a41019db50dc22fd47efa412e | |
parent | f46cecfb1bad3cc86677a548fc247fa6e6061356 (diff) |
-rw-r--r-- | php-sebastian-exporter4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-exporter4.spec b/php-sebastian-exporter4.spec index 5c3dd5c..561910e 100644 --- a/php-sebastian-exporter4.spec +++ b/php-sebastian-exporter4.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit eb49b981ef0817890129cb70f774506bebe57740 +%global gh_commit 14c6ba52f95a36c3d27c835d65efc7123c446e8c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -25,7 +25,7 @@ %global pear_channel pear.phpunit.de Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.7 +Version: 4.0.8 Release: 1%{?dist} Summary: Export PHP variables for visualization, version %{major} @@ -125,6 +125,9 @@ exit $ret %changelog +* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 4.0.8-1 +- update to 4.0.8 + * Mon Sep 22 2025 Remi Collet <remi@remirepo.net> - 4.0.7-1 - update to 4.0.7 |