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-11-08 10:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-phalcon (Old)
 and      /work/SRC/openSUSE:Factory/.php-phalcon.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-phalcon"

Tue Nov  8 10:54:03 2022 rev:4 rq:1034273 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-phalcon/php-phalcon.changes  2022-10-11 
18:05:46.534106704 +0200
+++ /work/SRC/openSUSE:Factory/.php-phalcon.new.1597/php-phalcon.changes        
2022-11-08 10:54:15.893672433 +0100
@@ -1,0 +2,56 @@
+Sat Nov  5 21:13:25 UTC 2022 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- update to 5.1.0
+  * Fixed `Phalcon\Mvc\View\Engine\Volt\Compiler::isTagFactory` to
+    correctly detect a `TagFactory` object without throwing an error
+    [#16097]
+  * Fixed default values for `Phalcon\Cli`, `Phalcon\Dispatcher` and
+    `Phalcon\Application` components to ensure not `null` values are
+     passed to methods [#16186]
+  * Fixed `Phalcon\Form::clear` to correctly clear the elements and not
+    recurse [#15956]
+  * Added `Phalcon\Http\Request::getPatch()` to get a value from a
+    PATCH request [#16188]
+  * Added `Phalcon\Http\Request::getFilteredPatch()` to get a value
+    filtered from a PATCH request [#16188]
+  * Added `Phalcon\Http\Request::hasPatch()` to check if a value exist
+    in a PATCH request [#16188]
+
+- update to 5.0.5
+  * Fixed `Phalcon\Config\Config::setData` to pass the `insensitive`
+    flag to child objects [#16171]
+  * Fixed `Phalcon\Config\Adapter\Groupped::__construct` to pass the
+    `insensitive` flag to child objects [#16171]
+  * Fixed `Phalcon\Session\Manager::setName`, removing the regex check
+    for the name for custom adapters to work with `create_sid()`
+    [#16170]
+  * Fixed `PdoResult::fetchAll` when passed class name in 2nd argument
+    [#16177]
+  * Fixed `Forms\Form::label` to accept an array as a default variable
+    [#16180]
+
+- update to 5.0.4
+  * Fixed `Phalcon\Encryption\Security` to take into account the
+    `workFactor` in the cost calculation [#16153]
+  * Removed double unserializing during Model caching [#16035]
+  * Fixed `Phalcon\Db\Adapter\Pdo\Mysql::describeIndexes` to assign an
+    empty string in the index type of `null` and remove warnings
+    [#16157]
+  * Fixed `Phalcon\Db\Adapter\Pdo\Sqlite::describeIndexes` to assign an
+    empty string in the index type of `null` and remove warnings
+    [#16157]
+  * Fixed `Phalcon\Mvc\Model\Manager::notifyEvent` to return `true`
+    instead of `null` on success [#16161]
+  * Fixed `Phalcon\Encryption\Security\JWT\Validator::validateExpiration`
+    to correctly validate the `exp` claim [#16166]
+
+-------------------------------------------------------------------
+Mon Oct 17 20:37:00 UTC 2022 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- update to 5.0.3
+  * Fixed `Phalcon\Filter\Sanitize\StringVal` to accept flags for
+    `htmlspecialchars()` [#16135]
+  * Fixed `Phalcon\Html\Escaper::attributes()` to honor the `$flags`
+    set for `htmlspecialchars()` [#16134]
+
+-------------------------------------------------------------------

Old:
----
  phalcon-5.0.2.tgz

New:
----
  phalcon-5.1.0.tgz

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

Other differences:
------------------
++++++ php-phalcon.spec ++++++
--- /var/tmp/diff_new_pack.YS3BiA/_old  2022-11-08 10:54:16.429673695 +0100
+++ /var/tmp/diff_new_pack.YS3BiA/_new  2022-11-08 10:54:16.433673704 +0100
@@ -31,9 +31,9 @@
 %endif
 
 Name:           %{php_name}-%{pkg_name}
-Version:        5.0.2
+Version:        5.1.0
 Release:        0
-Summary:        PHP7 Extension Module
+Summary:        PHP Extension Module
 License:        BSD-3-Clause
 Group:          Development/Libraries/PHP
 URL:            https://pecl.php.net/package/%{pkg_name}
@@ -46,10 +46,10 @@
 BuildRequires:  gcc
 %if "%{php_name}" == "php7"
 BuildRequires:  %{php_name}-json
-BuildRequires:  php >= 7.4.1
+BuildRequires:  %{php_name} >= 7.4.1
 %endif
 %if "%{php_name}" == "php8"
-BuildRequires:  php < 8.2.0
+BuildRequires:  %{php_name} < 8.2.0
 %endif
 
 Requires:       %{php_name}-mysql

++++++ phalcon-5.0.2.tgz -> phalcon-5.1.0.tgz ++++++
++++ 510865 lines of diff (skipped)

Reply via email to