|
@@ -52,7 +52,7 @@ Name: php5
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
Summary(ja): HTML 埋め込み型スクリプト言語 PHP
|
|
Version: 5.5.7
|
|
Version: 5.5.7
|
|
-Release: 1%{_dist_release}
|
|
|
|
|
|
+Release: 2%{_dist_release}
|
|
|
|
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
@@ -466,6 +466,8 @@ cp TSRM/LICENSE TSRM_LICENSE
|
|
mkdir -p %{_name}-apache2
|
|
mkdir -p %{_name}-apache2
|
|
cp %{SOURCE20} %{_name}-apache2/README.vine
|
|
cp %{SOURCE20} %{_name}-apache2/README.vine
|
|
|
|
|
|
|
|
+perl -pi -e 's,/freetype2/freetype/,/freetype2/,g' configure
|
|
|
|
+
|
|
# Source is built three times:
|
|
# Source is built three times:
|
|
# once for /usr/bin/php, once for the Apache1 module, once for the Apache2 module.
|
|
# once for /usr/bin/php, once for the Apache1 module, once for the Apache2 module.
|
|
mkdir build-cgi build-fpm build-apache build-apache2
|
|
mkdir build-cgi build-fpm build-apache build-apache2
|
|
@@ -951,6 +953,9 @@ rm -f files.*
|
|
|
|
|
|
#======================================================================
|
|
#======================================================================
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Dec 31 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.7-2
|
|
|
|
+- rebuilt with icu-52.1.
|
|
|
|
+
|
|
* Fri Dec 13 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.7-1
|
|
* Fri Dec 13 2013 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.5.7-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|