From e18e6f765e5bb4f833f339fff4fc57c9b33d6170 Mon Sep 17 00:00:00 2001 From: remi Date: Fri, 2 Mar 2012 16:52:18 +0100 Subject: [PATCH] update to PHP 5.4.0 finale --- .gitignore | 1 + php.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7c78aa1..07e7112 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ php.spec~ /php-5.4.0RC6.tar.bz2 /php-5.4.0RC7.tar.bz2 /php-5.4.0RC8.tar.bz2 +/php-5.4.0.tar.bz2 diff --git a/php.spec b/php.spec index 2dd2bdb..7443e9a 100644 --- a/php.spec +++ b/php.spec @@ -4,12 +4,10 @@ %global zendver 20100525 %global pdover 20080721 # Extension version -%global fileinfover 1.0.5-dev +%global fileinfover 1.0.5 %global pharver 2.0.1 %global zipver 1.9.1 %global jsonver 1.2.1 -# For PHP Release Candidate version -%global rcver RC8 %global httpd_mmn %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel) %global mysql_sock %(mysql_config --socket || echo /var/lib/mysql/mysql.sock) @@ -46,7 +44,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: 5.4.0 -Release: 0.4.%{rcver}%{?dist} +Release: 1%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ @@ -1257,6 +1255,9 @@ fi %changelog +* Fri Mar 02 2012 Remi Collet 5.4.0-1 +- update to PHP 5.4.0 finale + * Sat Feb 18 2012 Remi Collet 5.4.0-0.4.RC8 - update to PHP 5.4.0RC8 diff --git a/sources b/sources index f4203bd..b02a8ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21b12e0c4db03fb742bac975fd8b2d1d php-5.4.0RC8.tar.bz2 +04bb6f9d71ea86ba05685439d50db074 php-5.4.0.tar.bz2