From 1e146de6812f1e5babe23d094214209179ea11c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Jul 2013 14:37:16 +0200 Subject: oracle-instantclient: 12.1.0.1.0 --- php55.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php55.spec b/php55.spec index eececbe..d5dccfa 100644 --- a/php55.spec +++ b/php55.spec @@ -17,7 +17,7 @@ %ifarch ppc ppc64 %global oraclever 10.2.0.2 %else -%global oraclever 11.2 +%global oraclever 12.1 %endif # Regression tests take a long time, you can skip 'em with this @@ -89,7 +89,7 @@ Version: 5.5.1 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 2%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1812,6 +1812,9 @@ fi %changelog +* Fri Jul 26 2013 Remi Collet - 5.5.1-2 +- test build with oracle instantclient 12.1 + * Mon Jul 22 2013 Remi Collet - 5.5.1-1 - update to 5.5.1 - add Provides: php(pdo-abi), for consistency with php(api) -- cgit