rpms/php/devel .cvsignore, 1.30, 1.31 php.spec, 1.139, 1.140 sources, 1.32, 1.33

Joe Orton (jorton) fedora-extras-commits at redhat.com
Fri Jun 8 15:15:42 UTC 2007


Author: jorton

Update of /cvs/extras/rpms/php/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2610

Modified Files:
	.cvsignore php.spec sources 
Log Message:
* Fri Jun  8 2007 Joe Orton <jorton at redhat.com> 5.2.3-2
- update to 5.2.3 (thanks to Jeff Sheltren)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php/devel/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- .cvsignore	8 May 2007 12:06:37 -0000	1.30
+++ .cvsignore	8 Jun 2007 15:15:07 -0000	1.31
@@ -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


Index: php.spec
===================================================================
RCS file: /cvs/extras/rpms/php/devel/php.spec,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- php.spec	9 May 2007 16:42:21 -0000	1.139
+++ php.spec	8 Jun 2007 15:15:07 -0000	1.140
@@ -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 @@
 [ "$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 @@
 %files pdo -f files.pdo
 
 %changelog
+* Fri Jun  8 2007 Joe Orton <jorton at redhat.com> 5.2.3-2
+- update to 5.2.3 (thanks to Jeff Sheltren)
+
 * Wed May  9 2007 Joe Orton <jorton at redhat.com> 5.2.2-4
 - fix php-pdo *_arg_force_ref global symbol abuse (#216125)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- sources	4 May 2007 10:08:53 -0000	1.32
+++ sources	8 Jun 2007 15:15:07 -0000	1.33
@@ -1 +1 @@
-7a920d0096900b2b962b21dc5c55fe3c  php-5.2.2.tar.gz
+df79b04d63fc4c1ccb6d8ea58a9cf3ac  php-5.2.3.tar.gz




More information about the fedora-extras-commits mailing list