Hello community,

here is the log from the commit of package php5-phalcon for openSUSE:Factory 
checked in at 2016-08-26 23:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-phalcon (Old)
 and      /work/SRC/openSUSE:Factory/.php5-phalcon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5-phalcon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5-phalcon/php5-phalcon.changes        
2016-06-19 10:49:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php5-phalcon.new/php5-phalcon.changes   
2016-08-26 23:18:11.000000000 +0200
@@ -1,0 +2,18 @@
+Thu Aug 25 07:34:57 UTC 2016 - [email protected]
+
+- Phalcon 3.0.1
+ * Fixed Phalcon\Cache\Backend\Redis::flush in order to flush cache correctly 
+ * Fixed Phalcon\Mvc\Model\Manager::getRelationRecords to correct using multi 
relation column #12035
+ * Fixed Phalcon\Acl\Resource. Now it implements Phalcon\Acl\ResourceInterface 
#11959
+ * Fixed save method for all cache backends. Now it updates the _lastKey 
property correctly #12050
+ * Fixed virtual foreign key check when having multiple keys #12071
+ * Phalcon\Config\Adapter\Ini constructor can now specify parse_ini_file() 
scanner mode #12079
+ * Fixed Phalcon\Cache\Backend\Apc::save due to which the 
Apc::increment/Apc::decrement could not be used properly #12109
+ * Fixed Phalcon\Mvc\Model\Criteria::inWhere so that now the second parameter 
can be an empty array #10676
+ * Fixed ORM related memory leak #12115, #11995, #12116
+ * Fixed incorrect Phalcon\Mvc\View::getActiveRenderPath behavior #12139
+ * Fixed Phalcon\Security\Random::base64Safe so that now the method returns 
correct safe string #12141
+ * Fixed the Phalcon\Translate\Adapter\Gettext::getOptionsDefault visibility 
#12157
+ * Enabled PHQL cache for PHP7 to improve performance and reuse plannings
+
+-------------------------------------------------------------------

Old:
----
  phalcon-v2.0.13.tar.gz

New:
----
  v3.0.1.tar.gz

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

Other differences:
------------------
++++++ php5-phalcon.spec ++++++
--- /var/tmp/diff_new_pack.kZR8GI/_old  2016-08-26 23:18:12.000000000 +0200
+++ /var/tmp/diff_new_pack.kZR8GI/_new  2016-08-26 23:18:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-phalcon
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,31 +15,31 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # See also http://en.opensuse.org/openSUSE:Shared_library_packaging_policy
 
 %define _php    php5
 %define _name   phalcon
 
 Name:           %{_php}-%{_name}
-Version:        2.0.13
+Version:        3.0.1
 Release:        0
 Summary:        PHP5 Extension Module
 License:        BSD-3-Clause
 Group:          Development/Libraries/PHP
 Url:            http://phalconphp.com/
-
-Source0:        
https://github.com/phalcon/cphalcon/archive/phalcon-v%{version}.tar.gz
+Source0:        https://github.com/phalcon/cphalcon/archive/v%{version}.tar.gz
 Source1:        
https://github.com/phalcon/zephir/archive/master.tar.gz#/zephir-master.tar.gz
-BuildRoot:      %_tmppath/%name-%version-build
-BuildRequires:  gcc
-BuildRequires:  re2c
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{_php}-ctype
 BuildRequires:  %{_php}-devel
 BuildRequires:  %{_php}-json
-BuildRequires:  %{_php}-ctype
 BuildRequires:  %{_php}-pdo
+BuildRequires:  gcc
+BuildRequires:  re2c
 
-Requires:       %{_php}-pear
 Requires:       %{_php}-mysql
+Requires:       %{_php}-pear
 
 %description
 Phalcon is an open source, full stack framework for PHP 5 
@@ -51,7 +51,7 @@
 a project like Phalcon.
 
 %prep
-%setup -n cphalcon-phalcon-v%version -a 1
+%setup -n cphalcon-%version -a 1
 
 %build
 export CC="gcc"

++++++ zephir-master.tar.gz ++++++
++++ 21097 lines of diff (skipped)


Reply via email to