diff --git a/.gitignore b/.gitignore
index decbea9..ad67dc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ php-5.3*.bz2
/php-5.4.9.tar.bz2
/php-5.4.10.tar.bz2
/php-5.4.11RC1.tar.bz2
+/php-5.4.11.tar.bz2
diff --git a/php.conf b/php.conf
index 201efb7..64eb5fd 100644
--- a/php.conf
+++ b/php.conf
@@ -4,7 +4,10 @@
SetHandler application/x-httpd-php
-# Need for Multiviews
+
+#
+# Allow php to handle Multiviews
+#
AddType text/html .php
#
diff --git a/php.spec b/php.spec
index 1339727..a73b632 100644
--- a/php.spec
+++ b/php.spec
@@ -53,12 +53,12 @@
%global db_devel libdb-devel
%endif
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: 5.4.11
-Release: 0.2.rc1%{?dist}
+Release: 1%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -1403,6 +1403,9 @@ fi
%changelog
+* Wed Jan 16 2013 Remi Collet 5.4.11-1
+- update to 5.4.10
+
* Thu Jan 10 2013 Remi Collet 5.4.11-0.2.RC1
- fix php.conf to allow MultiViews managed by php scripts
diff --git a/sources b/sources
index 912efdc..c09a98e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c645e16d131189a1237033681b5cb52 php-5.4.11RC1.tar.bz2
+9975e68c22b86b013b934743ad2d2276 php-5.4.11.tar.bz2