From 40f9b861b40816b23de26713c3359520a144b7ee Mon Sep 17 00:00:00 2001 From: remi Date: Jun 10 2011 16:43:20 +0000 Subject: fix pecl launcher --- diff --git a/pecl.sh b/pecl.sh index 31288eb..0b6d757 100644 --- a/pecl.sh +++ b/pecl.sh @@ -1,5 +1,5 @@ #!/bin/sh -exec /usr/bin/php -C -n -q +exec /usr/bin/php -C -n -q \ -d include_path=/usr/share/pear \ -d date.timezone=UTC \ -d output_buffering=1 \ diff --git a/php-pear.spec b/php-pear.spec index fb03d7c..4a0e652 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -9,7 +9,7 @@ Summary: PHP Extension and Application Repository framework Name: php-pear Version: 1.9.3 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 # PEAR, Archive_Tar, XML_Util are BSD # XML-RPC, Console_Getopt are PHP @@ -170,6 +170,9 @@ rm new-pear.conf %changelog +* Fri Jun 10 2011 Remi Collet 1:1.9.3-2 +- fix pecl launcher + * Fri Jun 10 2011 Remi Collet 1:1.9.3-1 - update to 1.9.3 - sync options in launcher (pecl, pear, peardev) with upstream