[php] update to 5.4.1

Remi Collet remi at fedoraproject.org
Fri Apr 27 16:39:56 UTC 2012


commit 7839e2a782e07e36f79dc85010b642e7de737417
Author: remi <fedora at famillecollet.com>
Date:   Fri Apr 27 18:38:32 2012 +0200

    update to 5.4.1

 .gitignore                   |    1 +
 php-5.3.1-systzdata-v7.patch |  615 ------------------------------------------
 php-5.4.0-httpd24.patch      |   85 ------
 php.spec                     |    9 +-
 sources                      |    2 +-
 5 files changed, 7 insertions(+), 705 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 90f158c..3c299f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ php.spec~
 /php-5.4.0RC8.tar.bz2
 /php-5.4.0.tar.bz2
 /php-5.?.?
+/php-5.4.1.tar.bz2
diff --git a/php.spec b/php.spec
index 1b9cf45..d3273ff 100644
--- a/php.spec
+++ b/php.spec
@@ -55,8 +55,8 @@
 
 Summary: PHP scripting language for creating dynamic web sites
 Name: php
-Version: 5.4.0
-Release: 6%{?dist}
+Version: 5.4.1
+Release: 1%{?dist}
 License: PHP
 Group: Development/Languages
 URL: http://www.php.net/
@@ -73,7 +73,6 @@ Source8: php-fpm.sysconfig
 Source9: php.modconf
 
 # Build fixes
-Patch1: php-5.4.0-httpd24.patch
 Patch5: php-5.2.0-includedir.patch
 Patch6: php-5.2.4-embed.patch
 Patch7: php-5.3.0-recode.patch
@@ -573,7 +572,6 @@ support for using the enchant library to PHP.
 %prep
 %setup -q -n php-%{version}%{?rcver}
 
-%patch1 -p1 -b .httpd24
 %patch5 -p1 -b .includedir
 %patch6 -p1 -b .embed
 %patch7 -p1 -b .recode
@@ -1280,6 +1278,9 @@ fi
 
 
 %changelog
+* Fri Apr 27 2012 Remi Collet <remi at fedoraproject.org> 5.4.1-1
+- update to 5.4.1
+
 * Wed Apr 25 2012 Joe Orton <jorton at redhat.com> - 5.4.0-6
 - rebuild for new icu
 - switch (conditionally) to libdb-devel
diff --git a/sources b/sources
index b02a8ba..4a1c4d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-04bb6f9d71ea86ba05685439d50db074  php-5.4.0.tar.bz2
+5b9529ed89dbc48c498e9693d1af3caf  php-5.4.1.tar.bz2


More information about the scm-commits mailing list