rpms/php-extras/devel .cvsignore, 1.3, 1.4 php-extras.spec, 1.7, 1.8 sources, 1.3, 1.4 needs.rebuild, 1.1, NONE

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Sep 1 15:15:59 UTC 2006


Author: buc

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	16 Jun 2006 16:21:22 -0000	1.3
+++ .cvsignore	1 Sep 2006 15:15:59 -0000	1.4
@@ -1 +1 @@
-php-5.1.4.tar.gz
+php-5.1.6.tar.gz


Index: php-extras.spec
===================================================================
RCS file: /cvs/extras/rpms/php-extras/devel/php-extras.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-extras.spec	22 Jun 2006 11:50:07 -0000	1.7
+++ php-extras.spec	1 Sep 2006 15:15:59 -0000	1.8
@@ -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
+* Fri Sep  1 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/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	16 Jun 2006 16:21:22 -0000	1.3
+++ sources	1 Sep 2006 15:15:59 -0000	1.4
@@ -1 +1 @@
-4b7c93c9730ef7807f59732697470dad  php-5.1.4.tar.gz
+04d6166552289eaeff771f5ec953b065  php-5.1.6.tar.gz


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list