fix pecl launcher
This commit is contained in:
parent
a947c8270d
commit
40f9b861b4
2
pecl.sh
2
pecl.sh
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user