Hello community,

here is the log from the commit of package php7-phalcon for openSUSE:Leap:15.2 
checked in at 2020-05-23 16:07:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/php7-phalcon (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.php7-phalcon.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-phalcon"

Sat May 23 16:07:10 2020 rev:20 rq:808174 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/php7-phalcon/php7-phalcon.changes      
2020-01-15 15:43:53.931270612 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.php7-phalcon.new.2738/php7-phalcon.changes    
2020-05-23 16:07:16.517034434 +0200
@@ -1,0 +2,76 @@
+Fri Dec 27 15:07:30 UTC 2019 - Arjen de Korte <[email protected]>
+
+- Update to 4.0.0
+  * Provided PHP 7.4 support
+  * Added the ability to Phalcon\Model::findFirstBy* and 
Phalcon\Model::findBy* to process passed
+    parameters (for order etc.)
+  * Added Phalcon\Helper\Str::decrement to remove a number from a string or 
decrements that number
+    if it already is defined
+  * Added Exception storing and getting in the Phalcon\Domain\Payload\*
+  * Added options array in Phalcon\Http\Cookie in the constructor as well as 
getOptions and
+    setOptions
+  * Added options array in Phalcon\Http\Response\Cookies in the set()
+  * Changed Phalcon\Mvc\Router\Annotations to use converters instead of 
conversors
+  * Changed Phalcon\Di::setRaw to Phalcon\Di::setService to align more with 
the use of the method
+  * Changed Phalcon\Http\CookieInterface to 
Phalcon\Http\Cookie\CookieInterface to avoid confusion
+  * Changed Phalcon\Storage\Adapter\*::getKeys to accept an optional $prefix 
so as to filter the
+    keys returned
+  * Changed dates reported by the logger to use the "c" date mask for better 
sorting
+  * Changed the Phalcon\Storage\Adapter\* constructors to require the
+    Phalcon\Storage\SerializerFactory object
+  * Fixed PhalconMvc\Model to ignore internal setters if properties have the 
same name as the
+    setter
+  * Fixed Phalcon\Logger\Formatter\Line to not add PHP_EOL at the end of the 
message and added it
+    to the Phalcon\Logger\Adapter\Stream
+  * Fixed Phalcon\Mvc\Model\MetaData\Apcu and Phalcon\Mvc\Model\MetaData\Redis 
to allow setting the
+    prefix and lifetime using the options or use the default.
+  * Fixed Phalcon\Storage\Adapter\AbstractAdapter, 
Phalcon\Storage\Adapter\AbstractInterface
+    getters to contain a default value
+  * Fixed Phalcon\Storage\Adapter\Memory initializing the array store correctly
+  * Fixed Phalcon\Storage\Adapter\Stream to capture notice if the stream is 
not opened properly
+  * Fixed Phalcon\Security::getRandomBytes to return int
+  * Fixed Phalcon\Security to use 10 as the default work factor
+  * Fixed Phalcon\Helper\Arr::validateAny and 
Phalcon\Helper\Arr::validateAllto use null as default
+    for the callback method
+  * Fixed Phalcon\Escaper::escapeHtml and Phalcon\Escaper::escapeHtmlAttr to 
allow null values
+  * Fixed Phalcon\Mvc\Model::cloneResultMap to correctly recognize aliased 
fields and include them
+    in the resultset
+  * Fixed 
Phalcon\Http\Request::getQuery,Phalcon\Http\Request::getPut,Phalcon\Http\Request::getPost
+    to treat 0 as non empty for allowNoEmpty
+  * Fixed Phalcon\Router::handle() to use the / route on empty string
+  * Fixed Phalcon\Storage\Adapter\Libmemcached::getKeys and 
Phalcon\Storage\Adapter\Redis::getKeys
+    to return the keys that are prefixed only for that adapter
+  * Fixed factories to return a new instance when calling newInstance and not 
a cached one from the
+    internal mapper
+    + Phalcon/Annotations/AnnotationsFactory
+    + Phalcon/Cache/AdapterFactory
+    + Phalcon/Config/ConfigFactory
+    + Phalcon/Db/Adapter/PdoFactory
+    + Phalcon/Image/ImageFactory
+    + Phalcon/Logger/AdapterFactory
+    + Phalcon/Paginator/PaginatorFactory
+    + Phalcon/Storage/AdapterFactory
+    + Phalcon/Storage/SerializerFactory
+    + Phalcon/Translate/InterpolatorFactory
+    + Phalcon/Translate/TranslateFactory
+    + Phalcon/Validation/ValidatorFactory
+  * Fixed Phalcon\Mvc\Model::cloneResultMap to cast integers when fields are 
TYPE_BIGINTEGER,
+    TYPE_INTEGER, TYPE_MEDIUMINTEGER, TYPE_SMALLINTEGER, TYPE_TINYINTEGER
+  * Fixed Phalcon\Http\Response::setCookies to use the correct interface
+  * Fixed Phalcon\Test\Unit\Image\Adapter\Gd::processBackground to correctly 
calculate the alpha
+    value.
+  * Fixed Phalcon\Logger\Adapter\AdapterInterface adding missing 
inTransaction()
+  * Fixed Phalcon\Mvc\Model::cloneResultsetMap to remove fatal error when 
looking up the columnMap.
+  * Fixed Phalcon\Http\Request\FileInterface by adding getError that was 
missing.
+- Update to 3.4.5
+  * Fixed segfault in Phalcon\Mvc\Micro\LazyLoader::__call() when the handler 
has a syntax error.
+  * Fixed RuntimeException in Phalcon\Db\Adapter\Pdo Trying to call method 
upper on a non-object.
+  * Fixed Phalcon\Storage\Adapter\Redis::delete() deprecated warning from 
php-redis
+- Update to 3.4.4
+  * Generated Dialect Class referring to a PHP class can't be found
+  * Changed default gcc's CFLAGS so that, the extension should be properly 
generated for most hosts,
+    including Docker
+  * Phalcon\Forms\Form::clear() now correctly clears single fields.
+  * Used latest stable Zephir from 0.10.x branch to prevent segfaults with PHP 
7.3.6
+
+-------------------------------------------------------------------

Old:
----
  cphalcon-3.4.3.tar.gz

New:
----
  cphalcon-4.0.0.tar.gz

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

Other differences:
------------------
++++++ php7-phalcon.spec ++++++
--- /var/tmp/diff_new_pack.sz4stf/_old  2020-05-23 16:07:16.909035274 +0200
+++ /var/tmp/diff_new_pack.sz4stf/_new  2020-05-23 16:07:16.913035283 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php7-phalcon
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,7 +22,7 @@
 %define _architecture   %([[ %{_arch} == "i586" ]] && echo "32bits" || echo 
"64bits")
 
 Name:           %{_php}-phalcon
-Version:        3.4.3
+Version:        4.0.0
 Release:        0
 Summary:        PHP7 Extension Module
 License:        BSD-3-Clause

++++++ cphalcon-3.4.3.tar.gz -> cphalcon-4.0.0.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/php7-phalcon/cphalcon-3.4.3.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.php7-phalcon.new.2738/cphalcon-4.0.0.tar.gz 
differ: char 12, line 1


Reply via email to