commit php5-ice for openSUSE:Factory

2017-02-24 Thread root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2017-02-25 00:54:51

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.changes2017-02-19 
01:04:36.977370161 +0100
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2017-02-25 
00:54:52.504351246 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 00:26:18 UTC 2017 - m...@poczta.onet.pl
+
+- Ice 1.2.9
+ * Unique validator, fix mongodb
+
+---

Old:

  php5-ice-1.2.8.tar.gz

New:

  php5-ice-1.2.9.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.OLoYXF/_old  2017-02-25 00:54:53.148252460 +0100
+++ /var/tmp/diff_new_pack.OLoYXF/_new  2017-02-25 00:54:53.148252460 +0100
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.2.8
+Version:1.2.9
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.2.8.tar.gz -> php5-ice-1.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.8/CHANGELOG.md 
new/framework-1.2.9/CHANGELOG.md
--- old/framework-1.2.8/CHANGELOG.md2017-02-18 19:55:14.0 +0100
+++ new/framework-1.2.9/CHANGELOG.md2017-02-24 01:36:45.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Feb 24 00:26:18 UTC 2017
+
+- Ice 1.2.9
+ * Unique validator, fix mongodb
+
+---
 Sat Feb 18 18:50:05 UTC 2017
 
 - Ice 1.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/framework-1.2.8/build/php5/ice/validation/validator/unique.zep.c 
new/framework-1.2.9/build/php5/ice/validation/validator/unique.zep.c
--- old/framework-1.2.8/build/php5/ice/validation/validator/unique.zep.c
2017-02-18 19:55:14.0 +0100
+++ new/framework-1.2.9/build/php5/ice/validation/validator/unique.zep.c
2017-02-24 01:36:45.0 +0100
@@ -69,13 +69,13 @@
  */
 PHP_METHOD(Ice_Validation_Validator_Unique, validate) {
 
-   zval *_21$$18, *_22$$19;
+   zval *_22$$18, *_23$$19;
zephir_nts_static zend_class_entry *_17$$15 = NULL;
-   zend_bool _0, _30$$20;
+   zend_bool _0, _31$$20;
zephir_fcall_cache_entry *_1 = NULL;
int ZEPHIR_LAST_CALL_STATUS;
zval *field = NULL;
-   zval *validation, *field_param = NULL, *value = NULL, *label = NULL, 
*message = NULL, *i18n = NULL, *replace = NULL, *di = NULL, *db = NULL, *from = 
NULL, *custom = NULL, *except = NULL, *tmp = NULL, *caseInsensitive = NULL, 
*result = NULL, *id = NULL, *_2 = NULL, *_3 = NULL, *_6 = NULL, *_9 = NULL, 
*_12 = NULL, *_4$$4, *_5$$5, *_7$$6, *_8$$7, *_10$$9, *_11$$10, *_13$$11, 
*_14$$12, *_15$$13 = NULL, *_16$$14 = NULL, *_18$$15, *_19$$16, *_20$$18 = 
NULL, *_23$$20 = NULL, *_24$$20 = NULL, *_26$$20 = NULL, *_29$$20 = NULL, 
*_31$$20 = NULL, *_32$$20 = NULL, *_36$$20 = NULL, *_25$$21, *_27$$23, 
*_28$$24, *_33$$25 = NULL, *_34$$25, *_35$$25 = NULL;
+   zval *validation, *field_param = NULL, *value = NULL, *label = NULL, 
*message = NULL, *i18n = NULL, *replace = NULL, *di = NULL, *db = NULL, *from = 
NULL, *custom = NULL, *except = NULL, *tmp = NULL, *caseInsensitive = NULL, 
*result = NULL, *id = NULL, *_2 = NULL, *_3 = NULL, *_6 = NULL, *_9 = NULL, 
*_12 = NULL, *_4$$4, *_5$$5, *_7$$6, *_8$$7, *_10$$9, *_11$$10, *_13$$11, 
*_14$$12, *_15$$13 = NULL, *_16$$14 = NULL, *_18$$15, *_19$$15, *_20$$16, 
*_21$$18 = NULL, *_24$$20 = NULL, *_25$$20 = NULL, *_27$$20 = NULL, *_30$$20 = 
NULL, *_32$$20 = NULL, *_33$$20 = NULL, *_37$$20 = NULL, *_26$$21, *_28$$23, 
*_29$$24, *_34$$25 = NULL, *_35$$25, *_36$$25 = NULL;
 
ZEPHIR_MM_GROW();
zephir_fetch_params(1, 2, 0, , _param);
@@ -190,16 +190,18 @@
object_init_ex(value, _17$$15);
if (zephir_has_constructor(value TSRMLS_CC)) {
ZEPHIR_INIT_VAR(_18$$15);
-   ZVAL_STRING(_18$$15, "i", 
ZEPHIR_TEMP_PARAM_COPY);
-   ZEPHIR_CALL_METHOD(NULL, value, 
"__construct", NULL, 0, tmp, _18$$15);
-   zephir_check_temp_parameter(_18$$15);
+   ZEPHIR_CONCAT_SVS(_18$$15, "^", tmp, 
"$");
+   ZEPHIR_INIT_VAR(_19$$15);
+   

commit php5-ice for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2017-02-19 01:04:35

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.changes2017-02-13 
07:51:11.684466000 +0100
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2017-02-19 
01:04:36.977370161 +0100
@@ -1,0 +2,12 @@
+Sat Feb 18 18:50:05 UTC 2017 - m...@poczta.onet.pl
+
+- Ice 1.2.8
+ * Facebook, add fields to API call
+
+---
+Sat Feb 18 15:05:57 UTC 2017 - m...@poczta.onet.pl
+
+- Ice 1.2.7
+ * Social auth, get scope from options, use static url
+
+---

Old:

  php5-ice-1.2.6.tar.gz

New:

  php5-ice-1.2.8.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.afxAbh/_old  2017-02-19 01:04:37.369315087 +0100
+++ /var/tmp/diff_new_pack.afxAbh/_new  2017-02-19 01:04:37.377313963 +0100
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.2.6
+Version:1.2.8
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.2.6.tar.gz -> php5-ice-1.2.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.6/CHANGELOG.md 
new/framework-1.2.8/CHANGELOG.md
--- old/framework-1.2.6/CHANGELOG.md2017-02-10 22:28:47.0 +0100
+++ new/framework-1.2.8/CHANGELOG.md2017-02-18 19:55:14.0 +0100
@@ -1,4 +1,16 @@
 ---
+Sat Feb 18 18:50:05 UTC 2017
+
+- Ice 1.2.8
+ * Facebook, add fields to API call
+
+---
+Sat Feb 18 15:05:57 UTC 2017
+
+- Ice 1.2.7
+ * Social auth, get scope from options, use static url
+
+---
 Fri Feb 10 21:20:56 UTC 2017
 
 - Ice 1.2.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/framework-1.2.6/build/php5/ice/auth/social/adapter.zep.c 
new/framework-1.2.8/build/php5/ice/auth/social/adapter.zep.c
--- old/framework-1.2.6/build/php5/ice/auth/social/adapter.zep.c
2017-02-10 22:28:47.0 +0100
+++ new/framework-1.2.8/build/php5/ice/auth/social/adapter.zep.c
2017-02-18 19:55:14.0 +0100
@@ -36,6 +36,8 @@
 
ZEPHIR_REGISTER_CLASS(Ice\\Auth\\Social, Adapter, ice, 
auth_social_adapter, ice_auth_social_adapter_method_entry, 
ZEND_ACC_EXPLICIT_ABSTRACT_CLASS);
 
+   zend_declare_property_null(ice_auth_social_adapter_ce, SL("options"), 
ZEND_ACC_PROTECTED TSRMLS_CC);
+
zend_declare_property_null(ice_auth_social_adapter_ce, 
SL("accessToken"), ZEND_ACC_PROTECTED TSRMLS_CC);
 
zend_declare_property_null(ice_auth_social_adapter_ce, SL("clientId"), 
ZEND_ACC_PROTECTED TSRMLS_CC);
@@ -106,11 +108,11 @@
  */
 PHP_METHOD(Ice_Auth_Social_Adapter, __construct) {
 
-   zval *_15$$8;
-   zend_bool _10, _12, _4$$3;
+   zval *_18$$8;
+   zend_bool _13, _15, _3$$3;
int ZEPHIR_LAST_CALL_STATUS;
-   zephir_fcall_cache_entry *_1 = NULL;
-   zval *config = NULL, *clientId = NULL, *clientSecret = NULL, 
*redirectUri = NULL, *tmp = NULL, *_9, *_11, *_13, *_0$$3 = NULL, *_2$$3 = 
NULL, *_3$$3 = NULL, *_5$$3 = NULL, *_6$$3, *_7$$4 = NULL, *_8$$4, *_14$$8, 
*_16$$8 = NULL;
+   zephir_fcall_cache_entry *_0 = NULL;
+   zval *config = NULL, *clientId = NULL, *clientSecret = NULL, 
*redirectUri = NULL, *di = NULL, *auth = NULL, *_12, *_14, *_16, *_1$$3 = NULL, 
*_2$$3 = NULL, *_4$$3 = NULL, *_5$$3, *_6$$4 = NULL, *_7$$4, *_8$$7 = NULL, 
*_9$$7 = NULL, *_10$$7 = NULL, *_11$$7 = NULL, *_17$$8, *_19$$8 = NULL;
 
ZEPHIR_MM_GROW();
zephir_fetch_params(1, 0, 1, );
@@ -123,31 +125,31 @@
}
 
 
+   ZEPHIR_CALL_CE_STATIC(, ice_di_ce, "fetch", &_0, 1);
+   zephir_check_call_status();
if (!(zephir_fast_count_int(config TSRMLS_CC))) {
-   ZEPHIR_CALL_CE_STATIC(&_0$$3, ice_di_ce, "fetch", &_1, 1);
-   zephir_check_call_status();
-   ZEPHIR_INIT_VAR(_3$$3);
-   ZVAL_STRING(_3$$3, "config", ZEPHIR_TEMP_PARAM_COPY);
-   ZEPHIR_CALL_METHOD(&_2$$3, _0$$3, "get", NULL, 0, _3$$3);
-   zephir_check_temp_parameter(_3$$3);
+   ZEPHIR_INIT_VAR(_2$$3);
+   ZVAL_STRING(_2$$3, "config", ZEPHIR_TEMP_PARAM_COPY);
+   

commit php5-ice for openSUSE:Factory

2017-02-12 Thread root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2017-02-13 07:51:10

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.changes2017-01-23 
11:41:24.387697343 +0100
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2017-02-13 
07:51:11.684466000 +0100
@@ -1,0 +2,10 @@
+Fri Feb 10 21:20:56 UTC 2017 - m...@poczta.onet.pl
+
+- Ice 1.2.6
+ * Unique, fix mongodb driver
+ * Mongodb, fix timestamp if value is NULL on getDateTime
+ * Tag, add end_form()
+ * Validators, update doc
+ * Validation, fix revalidate, add more tests
+
+---

Old:

  php5-ice-1.2.5.tar.gz

New:

  php5-ice-1.2.6.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.GwczG8/_old  2017-02-13 07:51:12.740315268 +0100
+++ /var/tmp/diff_new_pack.GwczG8/_new  2017-02-13 07:51:12.744314696 +0100
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.2.5
+Version:1.2.6
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.2.5.tar.gz -> php5-ice-1.2.6.tar.gz ++
 1870 lines of diff (skipped)




commit php5-ice for openSUSE:Factory

2017-01-23 Thread root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2017-01-23 11:41:23

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.changes2017-01-16 
11:16:09.558339883 +0100
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2017-01-23 
11:41:24.387697343 +0100
@@ -1,0 +2,10 @@
+Sun Jan 22 18:57:00 UTC 2017 - m...@poczta.onet.pl
+
+- Ice 1.2.5
+ * Model, set rules if there is no validation rules on create
+ * Unique, fix case insensitive on mongodb
+ * Url, fix uri starts with # or ?
+ * Fix memory leak in preg_match
+ * Auth, add force login
+
+---

Old:

  php5-ice-1.2.4.tar.gz

New:

  php5-ice-1.2.5.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.320XwF/_old  2017-01-23 11:41:24.799638912 +0100
+++ /var/tmp/diff_new_pack.320XwF/_new  2017-01-23 11:41:24.803638345 +0100
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.2.4
+Version:1.2.5
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.2.4.tar.gz -> php5-ice-1.2.5.tar.gz ++
 2347 lines of diff (skipped)




commit php5-ice for openSUSE:Factory

2017-01-16 Thread root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2017-01-16 11:16:08

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.changes2017-01-09 
11:02:42.592484350 +0100
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2017-01-16 
11:16:09.558339883 +0100
@@ -1,0 +2,6 @@
+Sun Jan 15 18:05:25 UTC 2017 - m...@poczta.onet.pl
+
+- Ice 1.2.4
+ * Model, add autoincrement property
+
+---

Old:

  php5-ice-1.2.3.tar.gz

New:

  php5-ice-1.2.4.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.yfrBap/_old  2017-01-16 11:16:10.046270706 +0100
+++ /var/tmp/diff_new_pack.yfrBap/_new  2017-01-16 11:16:10.050270139 +0100
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.2.3.tar.gz -> php5-ice-1.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.3/CHANGELOG.md 
new/framework-1.2.4/CHANGELOG.md
--- old/framework-1.2.3/CHANGELOG.md2017-01-08 19:53:34.0 +0100
+++ new/framework-1.2.4/CHANGELOG.md2017-01-15 19:16:39.0 +0100
@@ -1,4 +1,10 @@
 ---
+Sun Jan 15 18:05:25 UTC 2017
+
+- Ice 1.2.4
+ * Model, add autoincrement property
+
+---
 Sun Jan  8 18:39:44 UTC 2017
 
 - Ice 1.2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/framework-1.2.3/build/php5/ice/mvc/model.zep.c 
new/framework-1.2.4/build/php5/ice/mvc/model.zep.c
--- old/framework-1.2.3/build/php5/ice/mvc/model.zep.c  2017-01-08 
19:53:34.0 +0100
+++ new/framework-1.2.4/build/php5/ice/mvc/model.zep.c  2017-01-15 
19:16:39.0 +0100
@@ -46,6 +46,8 @@
 
zend_declare_property_null(ice_mvc_model_ce, SL("primary"), 
ZEND_ACC_PROTECTED TSRMLS_CC);
 
+   zend_declare_property_bool(ice_mvc_model_ce, SL("autoincrement"), 1, 
ZEND_ACC_PROTECTED TSRMLS_CC);
+
zend_declare_property_null(ice_mvc_model_ce, SL("filters"), 
ZEND_ACC_PROTECTED TSRMLS_CC);
 
zend_declare_property_null(ice_mvc_model_ce, SL("fields"), 
ZEND_ACC_PROTECTED TSRMLS_CC);
@@ -120,6 +122,18 @@
 
 }
 
+PHP_METHOD(Ice_Mvc_Model, setAutoincrement) {
+
+   zval *autoincrement;
+
+   zephir_fetch_params(0, 1, 0, );
+
+
+
+   zephir_update_property_this(this_ptr, SL("autoincrement"), 
autoincrement TSRMLS_CC);
+
+}
+
 PHP_METHOD(Ice_Mvc_Model, setFilters) {
 
zval *filters;
@@ -287,7 +301,7 @@
ZEPHIR_CALL_METHOD(&_12$$6, this_ptr, "loadone", NULL, 0, 
filters);
zephir_check_call_status();
if (!(zephir_is_true(_12$$6))) {
-   ZEPHIR_THROW_EXCEPTION_DEBUG_STR(ice_exception_ce, "Not 
Found", "ice/mvc/model.zep", 70);
+   ZEPHIR_THROW_EXCEPTION_DEBUG_STR(ice_exception_ce, "Not 
Found", "ice/mvc/model.zep", 71);
return;
}
}
@@ -464,7 +478,7 @@
zephir_array_fast_append(_6$$4, data);
ZEPHIR_LAST_CALL_STATUS = 
zephir_create_instance_params(_4$$4, _5$$4, _6$$4 TSRMLS_CC);
zephir_check_call_status();
-   zephir_array_append(, _4$$4, PH_SEPARATE, 
"ice/mvc/model.zep", 155);
+   zephir_array_append(, _4$$4, PH_SEPARATE, 
"ice/mvc/model.zep", 156);
}
_3$$3->funcs->dtor(_3$$3 TSRMLS_CC);
}
@@ -569,7 +583,7 @@
  * Prepare fields for validation on create/update.
  *
  * @param mixed fields Fields to save or valid fields
- * @param booleat primary Keept primary keys
+ * @param boolean primary Keep primary key
  * @return array
  */
 PHP_METHOD(Ice_Mvc_Model, fields) {
@@ -692,10 +706,10 @@
  */
 PHP_METHOD(Ice_Mvc_Model, create) {
 
-   zend_bool _8$$4;
-   zval *_5, *_29, *_32, *_41;
+   zend_bool _9$$4;
+   zval *_6, *_30, *_33, *_42;
int ZEPHIR_LAST_CALL_STATUS;
-   zval *fields = NULL, *extra = NULL, *status = NULL, *_0 = NULL, *_1 = 
NULL, *_4, *_6, *_28, *_30, *_31, *_33, *_34, *_35 = NULL, *_40, *_2$$3 = NULL, 
*_3$$3 = NULL, *_7$$4, *_9$$4, *_11$$4, *_12$$4, *_13$$4, *_14$$4, *_15$$4, 
*_16$$4, *_17$$4, *_18$$4 = NULL, 

commit php5-ice for openSUSE:Factory

2016-11-14 Thread h_root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2016-11-14 20:14:44

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.changes2016-09-07 
11:48:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2016-11-14 
20:14:45.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov 12 10:30:34 UTC 2016 - m...@poczta.onet.pl
+
+- Ice 1.2.1
+ * Db, remove legacy mongo from php 7
+ * Digit validator, allow for int
+ * Dump, add plain text attribute
+ * Model, get date time
+ * Mongodb, result as associative array
+
+---

Old:

  php5-ice-1.2.0.tar.gz

New:

  php5-ice-1.2.1.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.bgfJoa/_old  2016-11-14 20:14:46.0 +0100
+++ /var/tmp/diff_new_pack.bgfJoa/_new  2016-11-14 20:14:46.0 +0100
@@ -22,8 +22,8 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.2.0
-Release:2
+Version:1.2.1
+Release:1
 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 -> php5-ice-1.2.1.tar.gz ++
 8373 lines of diff (skipped)




commit php5-ice for openSUSE:Factory

2016-09-07 Thread h_root
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.changes2016-08-31 
14:31:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2016-09-07 
11:48:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  5 20:45:20 UTC 2016 - m...@poczta.onet.pl
+
+- Ice 1.2.0 build 2
+
+---



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.WDlCSY/_old  2016-09-07 11:48:01.0 +0200
+++ /var/tmp/diff_new_pack.WDlCSY/_new  2016-09-07 11:48:01.0 +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.c2016-08-29 
14:12:08.0 +0200
+++ new/framework-1.2.0/build/php5/ice/version.zep.c2016-09-05 
22:40:22.0 +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_V(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.h2016-08-29 14:12:08.0 
+0200
+++ new/framework-1.2.0/build/php5/php_ice.h2016-09-05 22:40:22.0 
+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.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.c2016-08-29 
14:12:08.0 +0200
+++ new/framework-1.2.0/build/php7/ice/version.zep.c2016-09-05 
22:40:22.0 +0200
@@ -51,7 +51,7 @@
 
zephir_declare_class_constant_long(ice_version_ce, SL("STAGE"), 4);
 
-  

commit php5-ice for openSUSE:Factory

2016-08-31 Thread h_root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2016-08-31 14:31:39

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.changes2016-06-19 
10:49:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2016-08-31 
14:31:40.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug 29 11:42:20 UTC 2016 - m...@poczta.onet.pl
+
+- Ice 1.2.0
+ * Db, add mongodb driver
+ * Validation, translate fields on With validator fix #123
+ * Url, uri starts with // fix #121
+
+---

Old:

  php5-ice-1.1.5.tar.gz

New:

  php5-ice-1.2.0.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.R8mWue/_old  2016-08-31 14:31:41.0 +0200
+++ /var/tmp/diff_new_pack.R8mWue/_new  2016-08-31 14:31:41.0 +0200
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.1.5
+Version:1.2.0
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.1.5.tar.gz -> php5-ice-1.2.0.tar.gz ++
 8668 lines of diff (skipped)




commit php5-ice for openSUSE:Factory

2016-06-19 Thread h_root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2016-06-19 10:49:24

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.changes2016-06-03 
16:39:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2016-06-19 
10:49:28.0 +0200
@@ -1,0 +2,13 @@
+Wed Jun 15 13:24:17 UTC 2016 - m...@poczta.onet.pl
+
+- Ice 1.1.5
+ * Router, fastRoute code improvements
+ * Di, fix url auto-resolving
+ * Response, move messages to function, remove di property
+ * Router, add default routes, remove di property
+ * Dump, add skip di property
+ * FastRoute, fix #120 and update to nikic/FastRoute@30470b6
+ * Copyright, update year
+ * Sleet, allow for multi-line tags, fix #118
+
+---

Old:

  php5-ice-1.1.4.tar.gz

New:

  php5-ice-1.1.5.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.rriDmw/_old  2016-06-19 10:49:29.0 +0200
+++ /var/tmp/diff_new_pack.rriDmw/_new  2016-06-19 10:49:29.0 +0200
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.1.4
+Version:1.1.5
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.1.4.tar.gz -> php5-ice-1.1.5.tar.gz ++
 11192 lines of diff (skipped)




commit php5-ice for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package php5-ice for openSUSE:Factory 
checked in at 2016-06-03 16:38: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.changes2016-05-19 
12:14:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.php5-ice.new/php5-ice.changes   2016-06-03 
16:39:21.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun  3 08:57:28 UTC 2016 - m...@poczta.onet.pl
+
+- Ice 1.1.4
+ * Pdo, change where to protected, fix #116
+ * View, add setLayout alias of setMainView
+ * Response, detect redirect loop
+ * Assets, add collections
+ * Tag, allow to clear meta tags
+ * Flash, allow to overwrite options later
+ * Validation, merge revalidate into validate
+ * Validation, add revalidate method
+ * Tag, Pagination, services are predefined
+ * Validation, use arr object to store data
+ * Arr, add only() and getValue() methods
+ * View, looking for a view in multiple dirs if viewsDir is an array
+ * Build, change directories to lowercase
+
+---

Old:

  php5-ice-1.1.3.tar.gz

New:

  php5-ice-1.1.4.tar.gz



Other differences:
--
++ php5-ice.spec ++
--- /var/tmp/diff_new_pack.5CDc5N/_old  2016-06-03 16:39:21.0 +0200
+++ /var/tmp/diff_new_pack.5CDc5N/_new  2016-06-03 16:39:21.0 +0200
@@ -22,7 +22,7 @@
 %define _name   ice
 
 Name:   %{_php}-%{_name}
-Version:1.1.3
+Version:1.1.4
 Release:0
 Summary:Simple and fast PHP framework delivered as C-extension
 License:BSD-3-Clause

++ php5-ice-1.1.3.tar.gz -> php5-ice-1.1.4.tar.gz ++
 11047 lines of diff (skipped)