Hello community,

here is the log from the commit of package php7-redis for openSUSE:Factory 
checked in at 2018-03-09 10:45:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7-redis (Old)
 and      /work/SRC/openSUSE:Factory/.php7-redis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7-redis"

Fri Mar  9 10:45:49 2018 rev:7 rq:584401 version:3.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7-redis/php7-redis.changes    2018-02-01 
21:31:48.342288849 +0100
+++ /work/SRC/openSUSE:Factory/.php7-redis.new/php7-redis.changes       
2018-03-09 10:46:07.551694214 +0100
@@ -1,0 +2,6 @@
+Thu Mar  8 11:42:07 UTC 2018 - i...@ilya.pp.ua
+
+- Remove %configure/make duplicates.
+- Add %licence macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php7-redis.spec ++++++
--- /var/tmp/diff_new_pack.DMWfle/_old  2018-03-09 10:46:08.539658628 +0100
+++ /var/tmp/diff_new_pack.DMWfle/_new  2018-03-09 10:46:08.543658484 +0100
@@ -12,10 +12,9 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org
 #
 
-
 %define php_name    php7
 %define pkg_name    redis
 Name:           %{php_name}-%{pkg_name}
@@ -24,7 +23,7 @@
 Summary:        API for communicating with Redis servers
 License:        PHP-3.01
 Group:          Productivity/Networking/Web/Servers
-Url:            https://pecl.php.net/package/%{pkg_name}
+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
@@ -46,15 +45,11 @@
 %setup -q -n %{pkg_name}-%{version}
 
 %build
-export CFLAGS="%optflags -fvisibility=hidden"
+export CFLAGS="%{optflags} -fvisibility=hidden"
 %{_bindir}/phpize
 %configure
 make %{?_smp_mflags}
 
-%{__phpize}
-%configure
-make %{?_smp_mflags}
-
 %check
 make %{?_smp_mflags} PHP_EXECUTABLE=%{__php} NO_INTERACTION=1 test
 
@@ -66,6 +61,7 @@
 %files
 %{_libdir}/%{php_name}/extensions/%{pkg_name}.so
 %config(noreplace) %{_sysconfdir}/%{php_name}/conf.d/%{pkg_name}.ini
-%doc COPYING CREDITS README.markdown
+%license COPYING
+%doc CREDITS README.markdown
 
 %changelog


Reply via email to