[php-pear] fix pecl launcher

Remi Collet remi at fedoraproject.org
Fri Jun 10 16:44:05 UTC 2011


commit 40f9b861b40816b23de26713c3359520a144b7ee
Author: remi <fedora at famillecollet.com>
Date:   Fri Jun 10 18:43:20 2011 +0200

    fix pecl launcher

 pecl.sh       |    2 +-
 php-pear.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
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 <Fedora at FamilleCollet.com> 1:1.9.3-2
+- fix pecl launcher
+
 * Fri Jun 10 2011 Remi Collet <Fedora at FamilleCollet.com> 1:1.9.3-1
 - update to 1.9.3
 - sync options in launcher (pecl, pear, peardev) with upstream


More information about the scm-commits mailing list