diff options
Diffstat (limited to 'php-sebastian-exporter5.spec')
-rw-r--r-- | php-sebastian-exporter5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-exporter5.spec b/php-sebastian-exporter5.spec index 5f42f92..6a6b83b 100644 --- a/php-sebastian-exporter5.spec +++ b/php-sebastian-exporter5.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit c3fa8483f9539b190f7cd4bfc4a07631dd1df344 +%global gh_commit 64f51654862e0f5e318db7e9dcc2292c63cdbddc %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: 5.1.0 +Version: 5.1.1 Release: 1%{?dist} Summary: Export PHP variables for visualization, version %{major} @@ -129,6 +129,9 @@ exit $ret %changelog +* Mon Sep 25 2023 Remi Collet <remi@remirepo.net> - 5.1.1-1 +- update to 5.1.1 + * Mon Sep 18 2023 Remi Collet <remi@remirepo.net> - 5.1.0-1 - update to 5.1.0 |