rpms/php-extras/FC-5 php-extras.spec,1.6,1.7 sources,1.3,1.4

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Mon Oct 23 12:52:30 UTC 2006


Author: buc

Update of /cvs/extras/rpms/php-extras/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26521

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



Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/FC-5/php-extras.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- php-extras.spec	22 Jun 2006 11:48:48 -0000	1.6
+++ php-extras.spec	23 Oct 2006 12:52:00 -0000	1.7
@@ -14,15 +14,15 @@
 %define list	%{?_with_dbase:dbase} %{?_with_readline:readline} %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_mhash:mhash} %{?_with_tidy:tidy} %{?_with_mssql:mssql}
 
 
-%define extdir	%(php-config --extension-dir 2>/dev/null || echo be_happy_mock)
-%define apiver	%(( phpize --version 2>/dev/null || echo 'PHP Api Version: be_happy_mock' ) | sed -n '/PHP Api Version/ s/.*:[ 	]*//p')
+%global extdir	%(php-config --extension-dir 2>/dev/null || echo "undefined")
+%global apiver	%((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
 
 
 Name: php-extras
 Summary: Additional PHP modules from the standard PHP distribution
-#Version: %(php-config --version)
-Version: 5.1.4
-Release: 2%{?dist}
+#Version: %(php-config --version 2>/dev/null || echo 0)
+Version: 5.1.6
+Release: 1%{?dist}
 Group: Development/Languages
 License: The PHP License
 URL: http://www.php.net/
@@ -117,7 +117,7 @@
 
 %build
 
-export CFLAGS="$RPM_OPT_FLAGS -Wall -fno-strict-aliasing"
+export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign"
 
 
 for mod in %{list}
@@ -251,6 +251,9 @@
 
 
 %changelog
+* Mon Oct 23 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.6-1
+- update to 5.1.6
+
 * Thu Jun 22 2006 Dmitry Butskoy <Dmitry at Butskoy.name> - 5.1.4-2
 - auto-detect extdir and apiver again (needed for x86_64)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-extras/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Jun 2006 16:56:08 -0000	1.3
+++ sources	23 Oct 2006 12:52:00 -0000	1.4
@@ -1 +1 @@
-4b7c93c9730ef7807f59732697470dad  php-5.1.4.tar.gz
+04d6166552289eaeff771f5ec953b065  php-5.1.6.tar.gz




More information about the scm-commits mailing list