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 2024-02-14 23:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-phalcon (Old)
 and      /work/SRC/openSUSE:Factory/.php-phalcon.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-phalcon"

Wed Feb 14 23:19:03 2024 rev:14 rq:1146488 version:5.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-phalcon/php-phalcon.changes  2024-01-25 
18:41:15.506770920 +0100
+++ /work/SRC/openSUSE:Factory/.php-phalcon.new.1815/php-phalcon.changes        
2024-02-14 23:19:04.560982471 +0100
@@ -1,0 +2,20 @@
+Tue Feb 13 21:38:26 UTC 2024 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- update to 5.6.1
+  * Changed `Phalcon\Cli\Router::setDefaultAction` and
+    `Phalcon\Cli\Router::setDefaultModule` to return the object back for a
+    fluent interface [#16328]
+  * Fixed `Phalcon\Db\Adapter\Pdo\Postgresql::describeColumns()` to return
+    the correct string back [#16371]
+  * Fixed `Phalcon/Filter/Validation::validate()` and
+    `Phalcon/Filter/Validation/ValidationInterface::validate()` to return
+    also `bool` [#16337]
+  * Fixed `Phalcon\Mvc\Model::toArray` to ignore getters when the field
+    name is `source`. [#16514]
+  * Fixed `Phalcon\Http\Request::getPut` to correctly get form encoded data
+    [#16519]
+  * Fixed deprecation warning in callables `Use of "static" in callables is
+    deprecated` for PHP 8.2+ [#16263]
+- Minimum required PHP version is 8.0.0
+
+-------------------------------------------------------------------

Old:
----
  phalcon-5.6.0.tgz

New:
----
  phalcon-5.6.1.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php-phalcon.spec ++++++
--- /var/tmp/diff_new_pack.hezzHE/_old  2024-02-14 23:19:05.169004391 +0100
+++ /var/tmp/diff_new_pack.hezzHE/_new  2024-02-14 23:19:05.169004391 +0100
@@ -19,7 +19,7 @@
 %define pkg_name    phalcon
 
 %define flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == "" || (0%{?suse_version} >= 1550 && "%{flavor}" == "php7")
+%if "%{flavor}" == "" || "%{flavor}" == "php7"
 %define php_name php
 ExclusiveArch:  do-not-build
 %else
@@ -31,7 +31,7 @@
 %endif
 
 Name:           %{php_name}-%{pkg_name}
-Version:        5.6.0
+Version:        5.6.1
 Release:        0
 Summary:        PHP Extension Module
 License:        BSD-3-Clause
@@ -44,16 +44,11 @@
 BuildRequires:  %{php_name}-pdo
 BuildRequires:  %{php_name}-psr >= 0.7.0
 BuildRequires:  gcc
-%if "%{php_name}" == "php7"
-BuildRequires:  %{php_name} >= 7.4.1
-BuildRequires:  %{php_name}-json
-%else
-BuildRequires:  %{php_name} < 8.3
-%endif
+BuildRequires:  %{php_name} < 8.4
 Requires:       %{php_name}-mysql
 
 %description
-Phalcon is a framework for PHP7 written as a C extension.
+Phalcon is a framework for PHP8 written as a C extension.
 Zephir is a high-level language, something between C and PHP. It is
 both dynamic and static typed and it supports the features we need to
 create and maintain a project like Phalcon.

++++++ phalcon-5.6.0.tgz -> phalcon-5.6.1.tgz ++++++
++++ 478441 lines of diff (skipped)

Reply via email to