* Fri Jun 8 2007 Joe Orton <jorton@redhat.com> 5.2.3-2

- update to 5.2.3 (thanks to Jeff Sheltren)
This commit is contained in:
jorton 2007-06-08 15:15:07 +00:00
parent 695917a253
commit c372a23346
3 changed files with 10 additions and 21 deletions

View File

@ -1,9 +1,2 @@
*.rpm
i386
*.tgz
*.tar.gz
XML_RPC-1.4.4.tgz
XML_Parser-1.2.7.tgz
Mail-1.1.9.tgz
php-5.2.2
php-5.2.2.tar.gz
php-5.2.3
clog

View File

@ -5,8 +5,8 @@
Summary: The PHP HTML-embedded scripting language
Name: php
Version: 5.2.2
Release: 4
Version: 5.2.3
Release: 2
License: The PHP License v3.01
Group: Development/Languages
URL: http://www.php.net/
@ -493,17 +493,10 @@ unset NO_INTERACTION REPORT_EXIT_STATUS MALLOC_CHECK_
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
# Install everything from the CGI SAPI build
pushd build-cgi
make install INSTALL_ROOT=$RPM_BUILD_ROOT
mv $RPM_BUILD_ROOT%{_bindir}/php $RPM_BUILD_ROOT%{_bindir}/php-cgi
# Install the CLI SAPI as /usr/bin/php
make install-cli INSTALL_ROOT=$RPM_BUILD_ROOT
popd
make -C build-cgi install INSTALL_ROOT=$RPM_BUILD_ROOT
# Install the Apache module
pushd build-apache
make install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
popd
make -C build-apache install-sapi INSTALL_ROOT=$RPM_BUILD_ROOT
# Install the default configuration file and icons
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/
@ -633,6 +626,9 @@ rm files.* macros.php
%files pdo -f files.pdo
%changelog
* Fri Jun 8 2007 Joe Orton <jorton@redhat.com> 5.2.3-2
- update to 5.2.3 (thanks to Jeff Sheltren)
* Wed May 9 2007 Joe Orton <jorton@redhat.com> 5.2.2-4
- fix php-pdo *_arg_force_ref global symbol abuse (#216125)

View File

@ -1 +1 @@
7a920d0096900b2b962b21dc5c55fe3c php-5.2.2.tar.gz
df79b04d63fc4c1ccb6d8ea58a9cf3ac php-5.2.3.tar.gz