Hello community,

here is the log from the commit of package php7-ice for openSUSE:Factory 
checked in at 2018-10-31 13:21:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-ice (Old)
 and      /work/SRC/openSUSE:Factory/.php7-ice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-ice"

Wed Oct 31 13:21:26 2018 rev:4 rq:645602 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-ice/php7-ice.changes        2018-03-29 
11:57:46.069701902 +0200
+++ /work/SRC/openSUSE:Factory/.php7-ice.new/php7-ice.changes   2018-10-31 
13:22:06.823019700 +0100
@@ -1,0 +2,40 @@
+Tue Oct 30 07:19:50 UTC 2018 - Mariusz Laczak <m...@poczta.onet.pl>
+
+- Ice 1.4.0
+ * Exception, add a hook for pretty exceptions, fix #234
+ * Session, robust start a session
+ * Pdo, fixed things for different DBMS
+ * Response, add toJson and toXml
+ * Db, Model, rename the remove method to delete fix #221
+ * Env, add environment helper
+ * Auth, token enhancement, rename Model driver to Db
+ * Router, refactor, rename old router to FastRouter
+ * Auth, password hash enhancement
+ * Di, hook bug fixed #208
+ * Model, clear save status #205
+ * Pdo, add query method fix #166
+ * Model, fixed retry to save invalid model bug #202
+ * Cli, add websocket component #201
+ * Auth, make model classes in users configurable #199
+ * Request, allow for empty string on get, post #197
+ * Model, enhanced and bugs fix #185
+ * Pdo, make it competitable with other dbms #188
+ * Di, resolve bug fix #190
+ * View, allow to render file with specific engine
+ * Tests, add db and model tests
+ * Dispatcher, add reset
+ * Always return this from setters
+ * Response, send file
+ * App, add new module to the app
+ * App, allow to render page without main layout fix #169
+ * Response, set response content in controller fail fix #168
+ * Request, implement interface
+ * Config, load config from php file
+ * PHP, fix declaration errors
+ * Travis, update to xenial dist
+ * Composer, use zephir v0.11.0 and zephir-parser v1.1.2
+ * View, stop finding view when it meets the right engine and file
+ * Modules, use loader from di and pass it to autoloaders fix #156
+ * Loader, no namespace classes loading for the loader fix #154 
+
+-------------------------------------------------------------------

Old:
----
  ice-1.3.0.tar.gz

New:
----
  ice-1.4.0.tar.gz

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

Other differences:
------------------
++++++ php7-ice.spec ++++++
--- /var/tmp/diff_new_pack.J2DItJ/_old  2018-10-31 13:22:07.831018762 +0100
+++ /var/tmp/diff_new_pack.J2DItJ/_new  2018-10-31 13:22:07.843018751 +0100
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:           %{_php}-%{_name}
-Version:        1.3.0
+Version:        1.4.0
 Release:        0
 Summary:        PHP framework delivered as C extension
 License:        BSD-3-Clause

++++++ ice-1.3.0.tar.gz -> ice-1.4.0.tar.gz ++++++
++++ 53393 lines of diff (skipped)

++++++ ice-notime.diff ++++++
--- /var/tmp/diff_new_pack.J2DItJ/_old  2018-10-31 13:22:08.219018401 +0100
+++ /var/tmp/diff_new_pack.J2DItJ/_new  2018-10-31 13:22:08.223018397 +0100
@@ -3,10 +3,10 @@
  build/php7/ice.c |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-Index: framework-1.1.3/build/php5/ice.c
+Index: framework-1.4.0/build/php5/ice.c
 ===================================================================
---- framework-1.1.3.orig/build/php5/ice.c
-+++ framework-1.1.3/build/php5/ice.c
+--- framework-1.4.0.orig/build/php5/ice.c
++++ framework-1.4.0/build/php5/ice.c
 @@ -352,7 +352,7 @@ static PHP_MINFO_FUNCTION(ice)
        php_info_print_table_header(2, PHP_ICE_NAME, "enabled");
        php_info_print_table_row(2, "Author", PHP_ICE_AUTHOR);
@@ -15,11 +15,11 @@
 +      php_info_print_table_row(2, "Build Date", "");
        php_info_print_table_row(2, "Powered by Zephir", "Version " 
PHP_ICE_ZEPVERSION);
        php_info_print_table_end();
-       php_info_print_table_start();
-Index: framework-1.1.3/build/php7/ice.c
+               php_info_print_table_start();
+Index: framework-1.4.0/build/php7/ice.c
 ===================================================================
---- framework-1.1.3.orig/build/php7/ice.c
-+++ framework-1.1.3/build/php7/ice.c
+--- framework-1.4.0.orig/build/php7/ice.c
++++ framework-1.4.0/build/php7/ice.c
 @@ -327,7 +327,7 @@ static PHP_MINFO_FUNCTION(ice)
        php_info_print_table_header(2, PHP_ICE_NAME, "enabled");
        php_info_print_table_row(2, "Author", PHP_ICE_AUTHOR);
@@ -28,4 +28,4 @@
 +      php_info_print_table_row(2, "Build Date", "");
        php_info_print_table_row(2, "Powered by Zephir", "Version " 
PHP_ICE_ZEPVERSION);
        php_info_print_table_end();
-       php_info_print_table_start();
+               php_info_print_table_start();


Reply via email to