rebuilt with --with-mysql-sock=/run/mysqld/mysql.sock (mariadb) [release 5.6.8-2mamba;Sat May 02 2015]
This commit is contained in:
parent
ae39398918
commit
47c33a9107
18
php.spec
18
php.spec
@ -5,8 +5,8 @@
|
|||||||
%define with_hardening_patch 0
|
%define with_hardening_patch 0
|
||||||
|
|
||||||
Name: php
|
Name: php
|
||||||
Version: 5.6.7
|
Version: 5.6.8
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The PHP HTML-embedded scripting language
|
Summary: The PHP HTML-embedded scripting language
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -48,7 +48,7 @@ BuildRequires: libkrb5-devel
|
|||||||
BuildRequires: libltdl-devel
|
BuildRequires: libltdl-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libmcrypt-devel
|
BuildRequires: libmcrypt-devel
|
||||||
BuildRequires: libmysql5-devel
|
BuildRequires: libmysqlclient-devel
|
||||||
BuildRequires: libodbc-devel
|
BuildRequires: libodbc-devel
|
||||||
BuildRequires: libopenldap-devel
|
BuildRequires: libopenldap-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
@ -318,7 +318,8 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
|
|||||||
--enable-soap \
|
--enable-soap \
|
||||||
--enable-zip \
|
--enable-zip \
|
||||||
--enable-exif \
|
--enable-exif \
|
||||||
--enable-intl
|
--enable-intl \
|
||||||
|
--with-mysql-sock=/run/mysqld/mysql.sock
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -485,6 +486,15 @@ exit 0
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.8-2mamba
|
||||||
|
- rebuilt with --with-mysql-sock=/run/mysqld/mysql.sock (mariadb)
|
||||||
|
|
||||||
|
* Thu Apr 16 2015 Automatic Build System <autodist@mambasoft.it> 5.6.8-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 28 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.7-2mamba
|
||||||
|
- rebuilt with mariadb 5.5.42
|
||||||
|
|
||||||
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 5.6.7-1mamba
|
* Fri Mar 27 2015 Automatic Build System <autodist@mambasoft.it> 5.6.7-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user