diff --git a/php.spec b/php.spec index 63cf08f..bda3dac 100644 --- a/php.spec +++ b/php.spec @@ -5,7 +5,7 @@ %define with_hardening_patch 0 Name: php -Version: 5.6.3 +Version: 5.6.4 Release: 1mamba Summary: The PHP HTML-embedded scripting language Group: Applications/Development @@ -365,6 +365,9 @@ EOF EOF done +# workaround +ln -sf %{_bindir}/phar.phar %{buildroot}%{_bindir}/phar + # split out the PDO modules cat files.pdo_mysql >> files.mysql cat files.pdo_odbc >> files.odbc @@ -478,6 +481,9 @@ exit 0 %defattr(-,root,root) %changelog +* Sat Dec 27 2014 Automatic Build System 5.6.4-1mamba +- automatic update by autodist + * Fri Nov 14 2014 Automatic Build System 5.6.3-1mamba - automatic version update by autodist