Browse Source

php5-5.3.10-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5561 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 13 years ago
parent
commit
957179b7b3
1 changed files with 10 additions and 1 deletions
  1. 10 1
      p/php5/php5-vl.spec

+ 10 - 1
p/php5/php5-vl.spec

@@ -29,7 +29,7 @@
 Name: php5
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 5.3.9
+Version: 5.3.10
 Release: 1%{_dist_release}
 
 Vendor: Project Vine
@@ -58,6 +58,9 @@ Patch51: php-5.3.0-session_strict_mode.patch
 # security fix
 #Patch1000: php-5.3.7-bug55439.patch
 
+#bugfix
+Patch2000: fix319823.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: autoconf
 BuildRequires: automake
@@ -394,6 +397,8 @@ in their scripts.
 %patch33 -p1 -b .phpincludedir
 %patch51 -p1 -b .strict_session
 
+%patch2000 -p0 -b .fix319823
+
 # Prevent %%doc confusion over LICENSE files
 cp Zend/LICENSE Zend/ZEND_LICENSE
 cp Zend/ChangeLog Zend/ZEND_ChangeLog
@@ -832,6 +837,10 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Fri Feb 03 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.10-1
+- new upstream release.
+- reverted revision #319823 (bug#60723).
+
 * Thu Jan 12 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.9-1
 - new upstream release.