diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-01 16:14:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-01 16:14:31 +0100 |
commit | 988b89b087ec924afda4513698baa36a9028f04c (patch) | |
tree | 80e5972dadc186cf96d0589ee51dfbed135b2fd9 | |
parent | a2b209b2c72fd10fc14541243e8e7160b2f724e2 (diff) |
update to 5.2.1
-rw-r--r-- | PHPINFO | 4 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | phalcon-php82.patch | 28 | ||||
-rw-r--r-- | php-phalcon5.spec | 10 |
4 files changed, 7 insertions, 37 deletions
@@ -5,8 +5,8 @@ phalcon Phalcon is a full stack PHP framework, delivered as a PHP extension, offering lower resource consumption and high performance. phalcon => enabled Author => Phalcon Team and contributors -Version => 5.2.0 -Build Date => Feb 28 2023 00:00:00 +Version => 5.2.1 +Build Date => Mar 1 2023 00:00:00 Powered by Zephir => Version 0.17.0-$Id$ Directive => Local Value => Master Value @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 phalcon version 5.2.0 ] { +Extension [ <persistent> extension #117 phalcon version 5.2.1 ] { - Dependencies { Dependency [ pdo (Required) ] diff --git a/phalcon-php82.patch b/phalcon-php82.patch deleted file mode 100644 index 9ba2843..0000000 --- a/phalcon-php82.patch +++ /dev/null @@ -1,28 +0,0 @@ -Partial fix taken from - - -From 2141babe8b5b00c34a8677489d673e7b322384ef Mon Sep 17 00:00:00 2001 -From: Anton Vasiliev <aionbase@gmail.com> -Date: Tue, 28 Feb 2023 10:07:02 +0000 -Subject: [PATCH 2/2] #16293 - Regenerate phalcon.zep.c - ---- - build/phalcon/phalcon.zep.c | 310572 +++++++++++++++++---------------- - 1 file changed, 155288 insertions(+), 155284 deletions(-) - -diff --git a/build/phalcon/phalcon.zep.c b/build/phalcon/phalcon.zep.c -index e56befbd5e3..ec2ab669faf 100644 ---- a/build/phalcon/phalcon.zep.c -+++ b/build/phalcon/phalcon.zep.c -@@ -82,6 +82,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - #include <ext/spl/spl_iterators.h> - #include <ext/spl/spl_array.h> - -+#if defined ZEPHIR_USE_PHP_PCRE && ZEPHIR_USE_PHP_PCRE -+#include <ext/pcre/php_pcre.h> -+#endif -+ - #include <ext/pdo/php_pdo_driver.h> - #include <ext/hash/php_hash.h> - #include <ext/date/php_date.h> - diff --git a/php-phalcon5.spec b/php-phalcon5.spec index b58154b..7303afd 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.0 +%global upstream_ver 5.2.1 #global upstream_pre RC4 #global upstream_low %%(echo %%{upstream_pre} | tr '[:upper:]' '[:lower:]') @@ -39,9 +39,6 @@ URL: https://pecl.php.net/package/phalcon # pecl package Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_ver}%{?upstream_pre}.tgz -# See https://github.com/phalcon/cphalcon/pull/16296 -Patch0: %{pecl_name}-php82.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.4.1 BuildRequires: %{?scl_prefix}php-devel < 8.3 @@ -95,8 +92,6 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO mv %{pecl_name}-%{upstream_ver}%{?upstream_pre} NTS cd NTS -%patch0 -p3 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_PHALCON_VERSION/{s/.* "//;s/".*$//;p}' php_phalcon.h) if test "x${extver}" != "x%{upstream_ver}%{?upstream_pre:%{upstream_pre}}"; then @@ -257,6 +252,9 @@ fi %changelog +* Wed Mar 1 2023 Remi Collet <remi@remirepo.net> - 5.2.1-1 +- update to 5.2.1 + * Tue Feb 28 2023 Remi Collet <remi@remirepo.net> - 5.2.0-1 - update to 5.2.0 - fix License |