From 3389bdde6614f56baa645ab05359d50d758fcf35 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Oct 2023 09:11:00 +0200 Subject: update to 5.4.0 --- php-phalcon5.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-phalcon5.spec') diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 3fde07b..f8c4248 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -13,7 +13,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 5.3.1 +%global upstream_ver 5.4.0 #global upstream_pre RC4 #global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_ver}%{?upstream_pre} @@ -231,6 +231,9 @@ fi %changelog +* Thu Oct 26 2023 Remi Collet - 5.4.0-1 +- update to 5.4.0 + * Tue Sep 12 2023 Remi Collet - 5.3.1-1 - update to 5.3.1 -- cgit