diff --git a/.cvsignore b/.cvsignore index 05696a7..1d7c4a6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -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 diff --git a/php.spec b/php.spec index dcbda11..59aa569 100644 --- a/php.spec +++ b/php.spec @@ -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 5.2.3-2 +- update to 5.2.3 (thanks to Jeff Sheltren) + * Wed May 9 2007 Joe Orton 5.2.2-4 - fix php-pdo *_arg_force_ref global symbol abuse (#216125) diff --git a/sources b/sources index f67ea63..19db8fa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a920d0096900b2b962b21dc5c55fe3c php-5.2.2.tar.gz +df79b04d63fc4c1ccb6d8ea58a9cf3ac php-5.2.3.tar.gz