From 45f5560c5dda150997952e74f10e3edc700593a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Jun 2023 10:45:41 +0200 Subject: update to 5.2.2 --- php-phalcon5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phalcon5.spec') diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 7303afd..9b238fd 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -22,7 +22,7 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 5.2.1 +%global upstream_ver 5.2.2 #global upstream_pre RC4 #global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]') @@ -31,7 +31,7 @@ Version: %{upstream_ver}%{?upstream_pre:~%{upstream_low}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework -License: BSD 3-Clause +License: BSD-3-Clause URL: https://pecl.php.net/package/phalcon # when missing on pecl, generated from git # git checkout v#.#.# @@ -252,6 +252,9 @@ fi %changelog +* Mon Jun 19 2023 Remi Collet - 5.2.2-1 +- update to 5.2.2 + * Wed Mar 1 2023 Remi Collet - 5.2.1-1 - update to 5.2.1 -- cgit