fix pecl launcher

This commit is contained in:
remi 2011-06-10 18:43:20 +02:00
parent a947c8270d
commit 40f9b861b4
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
exec /usr/bin/php -C -n -q exec /usr/bin/php -C -n -q \
-d include_path=/usr/share/pear \ -d include_path=/usr/share/pear \
-d date.timezone=UTC \ -d date.timezone=UTC \
-d output_buffering=1 \ -d output_buffering=1 \

View File

@ -9,7 +9,7 @@
Summary: PHP Extension and Application Repository framework Summary: PHP Extension and Application Repository framework
Name: php-pear Name: php-pear
Version: 1.9.3 Version: 1.9.3
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 1 Epoch: 1
# PEAR, Archive_Tar, XML_Util are BSD # PEAR, Archive_Tar, XML_Util are BSD
# XML-RPC, Console_Getopt are PHP # XML-RPC, Console_Getopt are PHP
@ -170,6 +170,9 @@ rm new-pear.conf
%changelog %changelog
* Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-2
- fix pecl launcher
* Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-1 * Fri Jun 10 2011 Remi Collet <Fedora@FamilleCollet.com> 1:1.9.3-1
- update to 1.9.3 - update to 1.9.3
- sync options in launcher (pecl, pear, peardev) with upstream - sync options in launcher (pecl, pear, peardev) with upstream