Browse Source

php5-5.5.5-2

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

+ 7 - 4
p/php5/php5-vl.spec

@@ -52,7 +52,7 @@ Name: php5
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
 Version: 5.5.5
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 
 Vendor: Project Vine
 Distribution: Vine Linux
@@ -79,8 +79,9 @@ Source29: php_params
 Source30: find-provides.sh.in
 
 Patch33: php-5.2.4-phpincludedir.patch
-# Additional feature
 
+# Additional feature
+Patch100: php55-htmlspecialchars-compat53.patch
 
 # security fix
 #Patch1000: php-5.3.7-bug55439.patch
@@ -455,8 +456,7 @@ on each request.
 %setup -q -n %{srcname}
 
 %patch33 -p1 -b .phpincludedir
-
-##%patch2000 -p0 -b .fix319823
+%patch100 -p1 -b .htmlspecialchars
 
 # Prevent %%doc confusion over LICENSE files
 cp Zend/LICENSE Zend/ZEND_LICENSE
@@ -951,6 +951,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Mon Oct 28 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-2
+- added Patch100.
+
 * Thu Oct 17 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.5-1
 - new upstream release.