From 1682bb61155d7119a1a18b714d5e9c66c3d7bebb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Nov 2020 16:52:25 +0100 Subject: update to 4.1.0 --- php-phalcon4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phalcon4.spec') diff --git a/php-phalcon4.spec b/php-phalcon4.spec index 74830bc..98f307d 100644 --- a/php-phalcon4.spec +++ b/php-phalcon4.spec @@ -22,12 +22,12 @@ %global pecl_name phalcon # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini -%global upstream_ver 4.0.6 +%global upstream_ver 4.1.0 #global upstream_pre rc.3 Name: %{?sub_prefix}php-phalcon4 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Phalcon Framework License: MIT @@ -255,6 +255,9 @@ fi %changelog +* Tue Nov 10 2020 Remi Collet - 4.1.0-1 +- update to 4.1.0 + * Wed Jul 22 2020 Remi Collet - 4.0.6-2 - rebuild for PHP 7.4.8 see https://github.com/phalcon/cphalcon/issues/15107 -- cgit