Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2016-09-07 11:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5-ice (Old)
 and      /work/SRC/openSUSE:Factory/.php5-ice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5-ice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5-ice/php5-ice.changes        2016-08-31 
14:31:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2016-09-07 
11:48:00.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep  5 20:45:20 UTC 2016 - [email protected]
+
+- Ice 1.2.0 build 2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php5-ice.spec ++++++
--- /var/tmp/diff_new_pack.WDlCSY/_old  2016-09-07 11:48:01.000000000 +0200
+++ /var/tmp/diff_new_pack.WDlCSY/_new  2016-09-07 11:48:01.000000000 +0200
@@ -23,7 +23,7 @@
 
 Name:           %{_php}-%{_name}
 Version:        1.2.0
-Release:        0
+Release:        2
 Summary:        Simple and fast PHP framework delivered as C-extension
 License:        BSD-3-Clause
 Group:          Development/Libraries/PHP

++++++ php5-ice-1.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.0/build/php5/ice/version.zep.c 
new/framework-1.2.0/build/php5/ice/version.zep.c
--- old/framework-1.2.0/build/php5/ice/version.zep.c    2016-08-29 
14:12:08.000000000 +0200
+++ new/framework-1.2.0/build/php5/ice/version.zep.c    2016-09-05 
22:40:22.000000000 +0200
@@ -51,7 +51,7 @@
 
        zend_declare_class_constant_long(ice_version_ce, SL("STAGE"), 4 
TSRMLS_CC);
 
-       zend_declare_class_constant_long(ice_version_ce, SL("BUILD"), 1 
TSRMLS_CC);
+       zend_declare_class_constant_long(ice_version_ce, SL("BUILD"), 2 
TSRMLS_CC);
 
        return SUCCESS;
 
@@ -71,7 +71,7 @@
        add_assoc_long_ex(return_value, SS("minor"), 2);
        add_assoc_long_ex(return_value, SS("patch"), 0);
        add_assoc_long_ex(return_value, SS("stage"), 4);
-       add_assoc_long_ex(return_value, SS("build"), 1);
+       add_assoc_long_ex(return_value, SS("build"), 2);
        return;
 
 }
@@ -104,7 +104,7 @@
                }
                if (_0 == 1) {
                        ZEPHIR_SINIT_VAR(_1$$4);
-                       ZVAL_LONG(&_1$$4, 1);
+                       ZVAL_LONG(&_1$$4, 2);
                        ZEPHIR_INIT_VAR(_2$$4);
                        ZEPHIR_CONCAT_SV(_2$$4, "-alpha.", &_1$$4);
                        ZEPHIR_CPY_WRT(suffix, _2$$4);
@@ -112,7 +112,7 @@
                }
                if (_0 == 2) {
                        ZEPHIR_SINIT_VAR(_3$$5);
-                       ZVAL_LONG(&_3$$5, 1);
+                       ZVAL_LONG(&_3$$5, 2);
                        ZEPHIR_INIT_VAR(_4$$5);
                        ZEPHIR_CONCAT_SV(_4$$5, "-beta.", &_3$$5);
                        ZEPHIR_CPY_WRT(suffix, _4$$5);
@@ -120,7 +120,7 @@
                }
                if (_0 == 3) {
                        ZEPHIR_SINIT_VAR(_5$$6);
-                       ZVAL_LONG(&_5$$6, 1);
+                       ZVAL_LONG(&_5$$6, 2);
                        ZEPHIR_INIT_VAR(_6$$6);
                        ZEPHIR_CONCAT_SV(_6$$6, "-rc.", &_5$$6);
                        ZEPHIR_CPY_WRT(suffix, _6$$6);
@@ -177,7 +177,7 @@
        ZEPHIR_SINIT_NVAR(_1);
        ZVAL_LONG(&_1, 4);
        ZEPHIR_SINIT_NVAR(_2);
-       ZVAL_LONG(&_2, 1);
+       ZVAL_LONG(&_2, 2);
        ZEPHIR_INIT_VAR(id);
        ZEPHIR_CONCAT_VVVVV(id, &_0, _3, _5, &_1, &_2);
        RETURN_MM_LONG(zephir_get_intval(id));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.0/build/php5/php_ice.h 
new/framework-1.2.0/build/php5/php_ice.h
--- old/framework-1.2.0/build/php5/php_ice.h    2016-08-29 14:12:08.000000000 
+0200
+++ new/framework-1.2.0/build/php5/php_ice.h    2016-09-05 22:40:22.000000000 
+0200
@@ -14,7 +14,7 @@
 #define PHP_ICE_VERSION     "1.2.0"
 #define PHP_ICE_EXTNAME     "ice"
 #define PHP_ICE_AUTHOR      "Ice Team"
-#define PHP_ICE_ZEPVERSION  "0.9.4a-dev-a35d319b9d"
+#define PHP_ICE_ZEPVERSION  "0.9.4a-dev-1e1c234ef0"
 #define PHP_ICE_DESCRIPTION "Simple and fast PHP framework delivered as 
C-extension.<br>Copyright (c) 2014-2016 Ice Team."
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.0/build/php7/ice/version.zep.c 
new/framework-1.2.0/build/php7/ice/version.zep.c
--- old/framework-1.2.0/build/php7/ice/version.zep.c    2016-08-29 
14:12:08.000000000 +0200
+++ new/framework-1.2.0/build/php7/ice/version.zep.c    2016-09-05 
22:40:22.000000000 +0200
@@ -51,7 +51,7 @@
 
        zephir_declare_class_constant_long(ice_version_ce, SL("STAGE"), 4);
 
-       zephir_declare_class_constant_long(ice_version_ce, SL("BUILD"), 1);
+       zephir_declare_class_constant_long(ice_version_ce, SL("BUILD"), 2);
 
        return SUCCESS;
 
@@ -72,7 +72,7 @@
        add_assoc_long_ex(return_value, SL("minor"), 2);
        add_assoc_long_ex(return_value, SL("patch"), 0);
        add_assoc_long_ex(return_value, SL("stage"), 4);
-       add_assoc_long_ex(return_value, SL("build"), 1);
+       add_assoc_long_ex(return_value, SL("build"), 2);
        return;
 
 }
@@ -117,7 +117,7 @@
                }
                if (_0 == 1) {
                        ZEPHIR_SINIT_VAR(_1$$4);
-                       ZVAL_LONG(&_1$$4, 1);
+                       ZVAL_LONG(&_1$$4, 2);
                        ZEPHIR_INIT_VAR(&_2$$4);
                        ZEPHIR_CONCAT_SV(&_2$$4, "-alpha.", &_1$$4);
                        ZEPHIR_CPY_WRT(&suffix, &_2$$4);
@@ -125,7 +125,7 @@
                }
                if (_0 == 2) {
                        ZEPHIR_SINIT_VAR(_3$$5);
-                       ZVAL_LONG(&_3$$5, 1);
+                       ZVAL_LONG(&_3$$5, 2);
                        ZEPHIR_INIT_VAR(&_4$$5);
                        ZEPHIR_CONCAT_SV(&_4$$5, "-beta.", &_3$$5);
                        ZEPHIR_CPY_WRT(&suffix, &_4$$5);
@@ -133,7 +133,7 @@
                }
                if (_0 == 3) {
                        ZEPHIR_SINIT_VAR(_5$$6);
-                       ZVAL_LONG(&_5$$6, 1);
+                       ZVAL_LONG(&_5$$6, 2);
                        ZEPHIR_INIT_VAR(&_6$$6);
                        ZEPHIR_CONCAT_SV(&_6$$6, "-rc.", &_5$$6);
                        ZEPHIR_CPY_WRT(&suffix, &_6$$6);
@@ -198,7 +198,7 @@
        ZEPHIR_SINIT_VAR(_6);
        ZVAL_LONG(&_6, 4);
        ZEPHIR_SINIT_VAR(_7);
-       ZVAL_LONG(&_7, 1);
+       ZVAL_LONG(&_7, 2);
        ZEPHIR_INIT_VAR(&id);
        ZEPHIR_CONCAT_VVVVV(&id, &_0, &_3, &_5, &_6, &_7);
        RETURN_MM_LONG(zephir_get_intval(&id));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.0/build/php7/kernel/array.c 
new/framework-1.2.0/build/php7/kernel/array.c
--- old/framework-1.2.0/build/php7/kernel/array.c       2016-08-29 
14:12:08.000000000 +0200
+++ new/framework-1.2.0/build/php7/kernel/array.c       2016-09-05 
22:40:22.000000000 +0200
@@ -109,8 +109,6 @@
 {
        zval *zv;
 
-       ZVAL_NULL(fetched);
-
        if (likely(Z_TYPE_P(arr) == IS_ARRAY)) {
                if ((zv = zend_hash_str_find(Z_ARRVAL_P(arr), index, 
index_length)) != NULL) {
                        if (!readonly) {
@@ -121,6 +119,9 @@
                        return 1;
                }
        }
+
+       ZVAL_NULL(fetched);
+
        return 0;
 }
 
@@ -128,8 +129,6 @@
 {
        zval *zv;
 
-       ZVAL_NULL(fetched);
-
        if (likely(Z_TYPE_P(arr) == IS_ARRAY)) {
                if ((zv = zend_hash_index_find(Z_ARRVAL_P(arr), index)) != 
NULL) {
                        if (!readonly) {
@@ -140,6 +139,9 @@
                        return 1;
                }
        }
+
+       ZVAL_NULL(fetched);
+
        return 0;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.0/build/php7/php_ice.h 
new/framework-1.2.0/build/php7/php_ice.h
--- old/framework-1.2.0/build/php7/php_ice.h    2016-08-29 14:12:08.000000000 
+0200
+++ new/framework-1.2.0/build/php7/php_ice.h    2016-09-05 22:40:22.000000000 
+0200
@@ -14,7 +14,7 @@
 #define PHP_ICE_VERSION     "1.2.0"
 #define PHP_ICE_EXTNAME     "ice"
 #define PHP_ICE_AUTHOR      "Ice Team"
-#define PHP_ICE_ZEPVERSION  "0.9.4a-dev-a35d319b9d"
+#define PHP_ICE_ZEPVERSION  "0.9.4a-dev-1e1c234ef0"
 #define PHP_ICE_DESCRIPTION "Simple and fast PHP framework delivered as 
C-extension.<br>Copyright (c) 2014-2016 Ice Team."
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.0/ice/version.zep 
new/framework-1.2.0/ice/version.zep
--- old/framework-1.2.0/ice/version.zep 2016-08-29 14:12:08.000000000 +0200
+++ new/framework-1.2.0/ice/version.zep 2016-09-05 22:40:22.000000000 +0200
@@ -24,7 +24,7 @@
     const MINOR = 2;
     const PATCH = 0;
     const STAGE = self::STABLE;
-    const BUILD = 1;
+    const BUILD = 2;
 
     /**
      * Get version array.


Reply via email to