From e6e735fe0420196b22ab91222a6a6815bb346ba4 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 30 Jul 2013 11:05:04 +0000 Subject: [PATCH] - php 5.5 is now default, build as php54 - updated requires to match other php versions --- php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 7654d32..510d11f 100644 --- a/php.spec +++ b/php.spec @@ -39,7 +39,7 @@ # Reflection # # Conditional build: -%bcond_without default_php # use this PHP as default PHP in distro +%bcond_with default_php # use this PHP as default PHP in distro %bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs) %bcond_with oci8 # with Oracle oci8 extension module (BR: proprietary libs) %bcond_with instantclient # build Oracle oci8 extension module against oracle-instantclient package @@ -306,12 +306,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # Extension versions %define bz2ver 1.0 %define enchantver 1.1.0 -%define fileinfover 1.0.5 +%define fileinfover 1.0.5-dev %define hashver 1.0 %define intlver 1.1.0 %define jsonver 1.2.1 %define pharver 2.0.1 -%define sqlite3ver 0.7 +%define sqlite3ver 0.7-dev %define zipver 1.11.0 %define zend_zts %{!?with_zts:0}%{?with_zts:1} -- 2.44.0