Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-phalcon for openSUSE:Factory checked in at 2022-10-11 18:03:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-phalcon (Old) and /work/SRC/openSUSE:Factory/.php-phalcon.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-phalcon" Tue Oct 11 18:03:19 2022 rev:3 rq:1009675 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/php-phalcon/php-phalcon.changes 2021-06-04 00:33:53.120926917 +0200 +++ /work/SRC/openSUSE:Factory/.php-phalcon.new.2275/php-phalcon.changes 2022-10-11 18:05:46.534106704 +0200 @@ -1,0 +2,45 @@ +Fri Sep 30 18:11:23 UTC 2022 - Arjen de Korte <[email protected]> + +- Update to 5.0.2 + * Fixed `Phalcon\Html\Escaper::attributes()` to accept any value and + transform it to string [#16123] + * Fixed `Phalcon\Logger\AbstractLogger::getLevelNumber()` to better + check for string levels [#16123] + +- Update to 5.0.1 + * Fixed `Phalcon\Encryption\Security\JWT\Token\Token::validate()` to + correctly call validator methods [#16115] + * Added `Phalcon\Encryption\Security\JWT\Validator::get()` and + `Phalcon\Encryption\Security\JWT\Validator::set()` for validation + data [#16115] + +- Update to 5.0.0 + * Changed `Phalcon\Logger\Adapter\Stream::process` to open the log + file, check for locks, write contents and close the stream [#16072] + * Changed getters and setters from shorthand format to full methods + [#16102] + * Changed return types to `array` in `Phalcon\Annotations\Reflection` + class methods [#16106] + * Changed `Phalcon\Html\Escaper::attributes()` to also accept an + array of attributes [#16108] + * Fixed and improved return type of `object` and `?object` [#16023] + * Fixed `Phalcon\Filter\Validation\Validator\Digit` to use only + strings for `ctype_*` calls [#16064] + * Fixed `Phalcon\Flash\AbstractFlash::outputMessage` to return the + message (implicitFlush) [#16063] + * Fixed `Phalcon\Filter\Validation\Validator\Numericality` to + correctly detect illegal characters within string numbers [#16070] + * Fixed segmentation fault on Reflection of `Phalcon\Mvc\Model` class + [#16080] + * Fixed segmentation fault on Reflection [#16096] + * Added `Phalcon\Encryption\Security\JWT\Token::validate()` to + validate a token's claims [#16094] + * Added `Phalcon\Encryption\Security\JWT\Token::verify()` to verify a + token's signature [#16094] + * Added `Phalcon\Encryption\Security\JWT\Validator::getErrors()` to + return any errors with the validation as an array [#16094] + +- Full changelog can be found at: + https://github.com/phalcon/cphalcon/blob/master/CHANGELOG-5.0.md + +------------------------------------------------------------------- Old: ---- phalcon-4.1.2.tgz New: ---- phalcon-5.0.2.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-phalcon.spec ++++++ --- /var/tmp/diff_new_pack.ehVS3s/_old 2022-10-11 18:05:47.006107467 +0200 +++ /var/tmp/diff_new_pack.ehVS3s/_new 2022-10-11 18:05:47.010107473 +0200 @@ -1,7 +1,7 @@ # # spec file for package php-phalcon # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ %endif Name: %{php_name}-%{pkg_name} -Version: 4.1.2 +Version: 5.0.2 Release: 0 Summary: PHP7 Extension Module License: BSD-3-Clause @@ -46,7 +46,12 @@ BuildRequires: gcc %if "%{php_name}" == "php7" BuildRequires: %{php_name}-json +BuildRequires: php >= 7.4.1 %endif +%if "%{php_name}" == "php8" +BuildRequires: php < 8.2.0 +%endif + Requires: %{php_name}-mysql %description ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.ehVS3s/_old 2022-10-11 18:05:47.042107525 +0200 +++ /var/tmp/diff_new_pack.ehVS3s/_new 2022-10-11 18:05:47.046107532 +0200 @@ -1,5 +1,5 @@ <multibuild> <package>php7</package> - <!--<package>php8</package>--> + <package>php8</package> </multibuild> ++++++ phalcon-4.1.2.tgz -> phalcon-5.0.2.tgz ++++++ ++++ 515940 lines of diff (skipped)
