Hello community, here is the log from the commit of package php7-redis for openSUSE:Factory checked in at 2018-03-20 22:00:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-redis (Old) and /work/SRC/openSUSE:Factory/.php7-redis.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-redis" Tue Mar 20 22:00:04 2018 rev:8 rq:588465 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes 2018-03-09 10:46:07.551694214 +0100 +++ /work/SRC/openSUSE:Factory/.php7-redis.new/php7-redis.changes 2018-03-20 22:00:27.237479150 +0100 @@ -1,0 +2,23 @@ +Mon Mar 19 09:23:42 UTC 2018 - [email protected] + +- Update to 4.0.0 + * https://pecl.php.net/package-changelog.php?package=redis&release=4.0.0 + * Add proper ARGINFO for all methods. + * Let EXISTS take multiple keys. + * Use zend_string as returning value for ra_extract_key and ra_call_extractor. + * Implement SWAPDB and UNLINK commands. + * Return real connection error as exception. + * Disallow using empty string as session name. + * Use zend_string for storing auth and prefix members. + * The element of z_seeds may be a reference on php7. + * Avoid connection in helper methods. + * Add tcp_keepalive option to redis sock. + * More robust GEORADIUS COUNT validation. + * Add LZF compression (experimental). + * Allow to use empty string as persistant_id. + * Don't use convert_to_string in redis_hmget_cmd. + * Allow mixing MULTI and PIPELINE modes (experimental). + * PHP >=7.3.0 uses zend_string to store `php_url` elements. + * Documentation improvements. + +------------------------------------------------------------------- Old: ---- redis-3.1.6.tgz New: ---- redis-4.0.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-redis.spec ++++++ --- /var/tmp/diff_new_pack.unfvKP/_old 2018-03-20 22:00:28.349439114 +0100 +++ /var/tmp/diff_new_pack.unfvKP/_new 2018-03-20 22:00:28.353438970 +0100 @@ -18,7 +18,7 @@ %define php_name php7 %define pkg_name redis Name: %{php_name}-%{pkg_name} -Version: 3.1.6 +Version: 4.0.0 Release: 0 Summary: API for communicating with Redis servers License: PHP-3.01 @@ -29,14 +29,10 @@ BuildRequires: %{php_name}-devel >= 7.0.1 BuildRequires: %{php_name}-soap BuildRequires: re2c -Provides: php-%{pkg_name} = %{version} -Obsoletes: php-%{pkg_name} < %{version} -%if %{?php_zend_api}0 Requires: php(api) = %{php_core_api} Requires: php(zend-abi) = %{php_zend_api} -%else -%requires_eq %{php_name} -%endif +Provides: php-%{pkg_name} = %{version} +Obsoletes: php-%{pkg_name} < %{version} %description This extension provides an API for communicating with Redis servers @@ -59,9 +55,10 @@ install -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini %files -%{_libdir}/%{php_name}/extensions/%{pkg_name}.so -%config(noreplace) %{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini +%defattr(0644,root,root,-) %license COPYING %doc CREDITS README.markdown +%config(noreplace) %{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini +%{_libdir}/%{php_name}/extensions/%{pkg_name}.so %changelog ++++++ redis-3.1.6.tgz -> redis-4.0.0.tgz ++++++ ++++ 64358 lines of diff (skipped)
