rpms/php-extras/devel .cvsignore, 1.2, 1.3 php-extras.spec, 1.4, 1.5 sources, 1.2, 1.3

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jun 16 16:21:22 UTC 2006


Author: buc

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

Modified Files:
	.cvsignore php-extras.spec sources 
Log Message:



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Mar 2006 18:13:47 -0000	1.2
+++ .cvsignore	16 Jun 2006 16:21:22 -0000	1.3
@@ -1 +1 @@
-php-5.1.2.tar.gz
+php-5.1.4.tar.gz


Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/php-extras.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-extras.spec	31 Mar 2006 14:29:13 -0000	1.4
+++ php-extras.spec	16 Jun 2006 16:21:22 -0000	1.5
@@ -15,14 +15,14 @@
 
 
 %define extdir	%(php-config --extension-dir)
-%define apiver	%(cd %{_tmppath}; echo PHP_API_VERSION | %{__cc} -E --include=php.h `php-config --includes` - | tail -1)
+%define apiver	%(phpize --version | sed -n '/PHP Api Version/ s/.*:[ 	]*//p')
 
 
 Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
 #Version: %(php-config --version)
-Version: 5.1.2
-Release: 3%{?dist}
+Version: 5.1.4
+Release: 1%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -251,6 +251,10 @@
 
 
 %changelog
+* Fri Jun 16 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.4-1
+- update to upstream php 5.1.4
+- an easier way to auto-detect php-api version
+
 * Fri Mar 31 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.2-3
 - ppc arch hack: change dir before %%apiver auto-detecting
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Mar 2006 18:13:47 -0000	1.2
+++ sources	16 Jun 2006 16:21:22 -0000	1.3
@@ -1 +1 @@
-b5b6564e8c6a0d5bc1d2b4787480d792  php-5.1.2.tar.gz
+4b7c93c9730ef7807f59732697470dad  php-5.1.4.tar.gz




More information about the fedora-extras-commits mailing list