Hello community,

here is the log from the commit of package php7 for openSUSE:Factory checked in 
at 2018-03-24 16:06:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php7 (Old)
 and      /work/SRC/openSUSE:Factory/.php7.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php7"

Sat Mar 24 16:06:36 2018 rev:35 rq:589255 version:7.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/php7/php7.changes        2018-03-14 
19:26:01.408933787 +0100
+++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes   2018-03-24 
16:06:39.334367882 +0100
@@ -1,0 +2,10 @@
+Tue Mar 20 14:15:11 UTC 2018 - [email protected]
+
+- Fix build for %arm and aarch64
+
+-------------------------------------------------------------------
+Fri Mar 16 08:18:26 UTC 2018 - [email protected]
+
+- drop imap extension [bsc#1084461]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php7.spec ++++++
--- /var/tmp/diff_new_pack.wBAvVn/_old  2018-03-24 16:06:40.482326499 +0100
+++ /var/tmp/diff_new_pack.wBAvVn/_new  2018-03-24 16:06:40.490326211 +0100
@@ -54,7 +54,7 @@
 Summary:        Interpreter for the PHP scripting language version 7
 License:        PHP-3.01
 Group:          Development/Languages/Other
-URL:            https://secure.php.net
+Url:            https://secure.php.net
 Source0:        https://secure.php.net/distributions/php-%{version}.tar.xz
 Source1:        php-suse-addons.tar.bz2
 Source2:        https://download.suhosin.org/suhosin-%{suhosin_version}.tar.gz
@@ -104,7 +104,6 @@
 BuildRequires:  freetype2-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
-BuildRequires:  imap-devel
 BuildRequires:  krb5-devel
 BuildRequires:  libapparmor-devel
 BuildRequires:  libbz2-devel
@@ -540,17 +539,6 @@
 Unicode character set. Supported character sets depend on the iconv
 implementation of your system.
 
-%package imap
-Summary:        IMAP protocol support for PHP
-Group:          Development/Libraries/PHP
-Requires:       %{name} = %{version}
-Provides:       php-imap = %{version}
-Obsoletes:      php5-imap
-
-%description imap
-These functions enable you to operate with the IMAP protocol, as well
-as the NNTP, POP3 and local mailbox access methods.
-
 %package intl
 Summary:        ICU integration for PHP
 Group:          Development/Libraries/PHP
@@ -1079,6 +1067,8 @@
 export PHP_MYSQLND_COMPRESSION_SUPPORT=yes
 # fix build-cli: libc-client.so needs -lssl
 export IMAP_SHARED_LIBADD='-lssl'
+# Fix build-cli for %arm and aarch64
+export LIBS=-ltinfo
 
 # build function
 Build()
@@ -1204,9 +1194,7 @@
     --with-gettext=shared \
     --with-gmp=shared \
     --with-iconv=shared \
-    --with-imap=shared \
     --with-kerberos \
-    --with-imap-ssl \
     --enable-json=shared \
     --with-ldap=shared \
     --with-ldap-sasl=%{_usr} \
@@ -1595,11 +1583,6 @@
 %{extension_dir}/iconv.so
 %config(noreplace) %{php_sysconf}/conf.d/iconv.ini
 
-%files imap
-%defattr(644,root,root,755)
-%{extension_dir}/imap.so
-%config(noreplace) %{php_sysconf}/conf.d/imap.ini
-
 %files intl
 %defattr(644,root,root,755)
 %{extension_dir}/intl.so





Reply via email to