From 008ef89805176649c7c6ae43ed088a4174694887 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Sep 2021 17:15:32 +0200 Subject: update to 5.0.0alpha5 --- PHPINFO | 6 +++--- REFLECTION | 2 +- build.patch | 19 ------------------- php-phalcon5.spec | 12 +++++------- 4 files changed, 9 insertions(+), 30 deletions(-) delete mode 100644 build.patch diff --git a/PHPINFO b/PHPINFO index 30bc6ac..086b731 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,9 +5,9 @@ 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.0.0alpha4 -Build Date => Sep 7 2021 00:00:00 -Powered by Zephir => Version 0.13.5-1232784 +Version => 5.0.0alpha5 +Build Date => Sep 9 2021 00:00:00 +Powered by Zephir => Version 0.14.0-beta.3-0be9ad5 Directive => Local Value => Master Value phalcon.db.escape_identifiers => On => On diff --git a/REFLECTION b/REFLECTION index 335aa8f..650d578 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #121 phalcon version 5.0.0alpha4 ] { +Extension [ extension #121 phalcon version 5.0.0alpha5 ] { - Dependencies { Dependency [ pdo (Required) ] diff --git a/build.patch b/build.patch deleted file mode 100644 index b4b9950..0000000 --- a/build.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- ./phalcon.zep.c.old 2021-09-07 14:01:41.790270964 +0200 -+++ ./phalcon.zep.c 2021-09-07 14:01:46.532264202 +0200 -@@ -88,6 +88,16 @@ - #include - #include - -+#if PHP_VERSION_ID >= 80000 -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#endif -+ - #include - #include - #include diff --git a/php-phalcon5.spec b/php-phalcon5.spec index 510a0d5..b1fc229 100644 --- a/php-phalcon5.spec +++ b/php-phalcon5.spec @@ -23,7 +23,7 @@ # after 40-json.ini, 20-pdo.ini, 40-psr.ini %global ini_name 50-%{pecl_name}.ini %global upstream_ver 5.0.0 -%global upstream_pre alpha4 +%global upstream_pre alpha5 Name: %{?scl_prefix}php-phalcon5 Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}} @@ -34,13 +34,10 @@ License: MIT URL: https://pecl.php.net/package/phalcon # when missing on pecl, generated from git # git checkout v#.#.# -# ln -s build/php7/safe/* . +# ln -s build/phalcon/* . # pecl package Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_ver}%{?upstream_pre}.tgz -# See https://github.com/phalcon/cphalcon/pull/15646 -Patch0: build.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.4.1 BuildRequires: %{?scl_prefix}php-pear @@ -99,8 +96,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 -p1 - # 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 @@ -260,6 +255,9 @@ fi %changelog +* Thu Sep 9 2021 Remi Collet - 5.0.0~alpha5-1 +- update to 5.0.0alpha5 + * Tue Sep 7 2021 Remi Collet - 5.0.0~alpha4-1 - update to 5.0.0alpha4 - raise dependency on psr 1.1.0 -- cgit