Hello community,

here is the log from the commit of package php7-redis for openSUSE:Factory 
checked in at 2019-08-07 14:01:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-redis (Old)
 and      /work/SRC/openSUSE:Factory/.php7-redis.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-redis"

Wed Aug  7 14:01:10 2019 rev:16 rq:721453 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes    2019-07-02 
10:39:46.162707223 +0200
+++ /work/SRC/openSUSE:Factory/.php7-redis.new.9556/php7-redis.changes  
2019-08-07 14:01:14.160852987 +0200
@@ -1,0 +2,18 @@
+Wed Aug  7 07:36:40 UTC 2019 - Илья Индиго <[email protected]>
+
+- Refresh spec-file with manual optmizations
+  * Remove version limit from BuildRequires:php7-devel (no actual).
+  * Remove BuildRequires:php7-soap (no needed).
+  * Add BuildRequires:php7-json (need for tests, but still does not load).
+  * Add %make_build and %make_install macros.
+- Update to 5.0.2
+  * https://pecl.php.net/package-changelog.php?package=redis&release=5.0.2
+  * RedisCluster segfaults after second connection with cache_slots enabled.
+  * Cleanup TSRMLS_* usage.
+  * Replace ulong with zend_ulong.
+  * Replace uint with uint32_t.
+  * Fix regression for conntecting to ports > 32767.
+  * RedisCluster segfaults after second connection with cache_slots enabled.
+  * Documentation improvements.
+
+-------------------------------------------------------------------

Old:
----
  redis-5.0.0.tgz

New:
----
  redis-5.0.2.tgz

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

Other differences:
------------------
++++++ php7-redis.spec ++++++
--- /var/tmp/diff_new_pack.DTeuqz/_old  2019-08-07 14:01:16.548852961 +0200
+++ /var/tmp/diff_new_pack.DTeuqz/_new  2019-08-07 14:01:16.564852961 +0200
@@ -19,7 +19,7 @@
 %define php_name    php7
 %define pkg_name    redis
 Name:           %{php_name}-%{pkg_name}
-Version:        5.0.0
+Version:        5.0.2
 Release:        0
 Summary:        API for communicating with Redis servers
 License:        PHP-3.01
@@ -27,8 +27,8 @@
 URL:            https://pecl.php.net/package/%{pkg_name}
 Source0:        https://pecl.php.net/get/%{pkg_name}-%{version}.tgz
 Source1:        %{pkg_name}.ini
-BuildRequires:  %{php_name}-devel >= 7.0.1
-BuildRequires:  %{php_name}-soap
+BuildRequires:  %{php_name}-devel
+BuildRequires:  %{php_name}-json
 BuildRequires:  re2c
 Requires:       php(api) = %{php_core_api}
 Requires:       php(zend-abi) = %{php_zend_api}
@@ -45,13 +45,13 @@
 export CFLAGS="%{optflags} -fvisibility=hidden"
 %{_bindir}/phpize
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test
+%make_build PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test
 
 %install
-make DESTDIR=%{buildroot} install INSTALL_ROOT=%{buildroot}
+%make_install INSTALL_ROOT=%{buildroot}
 mkdir -p %{buildroot}%{_sysconfdir}/%{php_name}/conf.d
 install -m644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini
 

++++++ redis-5.0.0.tgz -> redis-5.0.2.tgz ++++++
++++ 74248 lines of diff (skipped)


Reply via email to