SPECS: php-pear-PEAR.spec - do not try to load pcre extensiosn - i...

adamg adamg at pld-linux.org
Sat Sep 15 09:56:32 CEST 2007


Author: adamg                        Date: Sat Sep 15 07:56:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not try to load pcre extensiosn - it is built into core now
- release 2

---- Files affected:
SPECS:
   php-pear-PEAR.spec (1.139 -> 1.140) 

---- Diffs:

================================================================
Index: SPECS/php-pear-PEAR.spec
diff -u SPECS/php-pear-PEAR.spec:1.139 SPECS/php-pear-PEAR.spec:1.140
--- SPECS/php-pear-PEAR.spec:1.139	Sun Sep  9 21:45:34 2007
+++ SPECS/php-pear-PEAR.spec	Sat Sep 15 09:56:27 2007
@@ -19,7 +19,7 @@
 Summary(pl.UTF-8):	Podstawowy system PEAR
 Name:		php-pear-%{_pearname}
 Version:	1.6.2
-Release:	1
+Release:	2
 Epoch:		1
 License:	PHP 3.0
 Group:		Development/Languages/PHP
@@ -173,7 +173,7 @@
 # -n is there because devs on #pear said this avoids locking problems when replacing in use libraries.
 cat > $RPM_BUILD_ROOT%{_bindir}/pecl <<'EOF'
 #!/bin/sh
-%php_exec -dmemory_limit=24M -dsafe_mode=0 -n -dextension=pcre.so -dextension=xml.so %{php_pear_dir}/peclcmd.php "$@"
+%php_exec -dmemory_limit=24M -dsafe_mode=0 -n -dextension=xml.so %{php_pear_dir}/peclcmd.php "$@"
 EOF
 # for rpm to find interpreter
 chmod +x $RPM_BUILD_ROOT%{_bindir}/*
@@ -255,6 +255,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.140  2007/09/15 07:56:27  adamg
+- do not try to load pcre extensiosn - it is built into core now
+- release 2
+
 Revision 1.139  2007/09/09 19:45:34  adamg
 - updated to 1.6.2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-pear-PEAR.spec?r1=1.139&r2=1.140&f=u



More information about the pld-cvs-commit mailing list