From 761e543448ef5fa46f7b0385ec1834f80381dd1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jul 2025 17:10:30 +0200 Subject: update to 0.19.1 --- REFLECTION | 2 +- php-pecl-vld.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index e7137bf..15e80c0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 vld version 0.19.0 ] { +Extension [ extension #121 vld version 0.19.1 ] { - INI { Entry [ vld.active ] diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index 10b5bc0..bd6dfc3 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -20,7 +20,7 @@ Summary: Dump the internal representation of PHP scripts Name: %{?scl_prefix}php-pecl-%{pecl_name} License: PHP-3.01 -Version: 0.19.0 +Version: 0.19.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{sources}.tgz @@ -161,6 +161,9 @@ done %changelog +* Tue Jul 15 2025 Remi Collet - 0.19.1-1 +- update to 0.19.1 + * Wed Jul 2 2025 Remi Collet - 0.19.0-1 - update to 0.19.0 - re-license spec file to CECILL-2.1 -- cgit