Browse Source

php70-7.0.7-1

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

+ 5 - 2
p/php70/php70-vl.spec

@@ -45,7 +45,7 @@
 Name: php70
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 7.0.6
+Version: 7.0.7
 Release: 1%{_dist_release}
 Conflicts: php5 < 5.6.11
 
@@ -495,7 +495,7 @@ export EXTENSION_DIR=%{_libdir}/%{_name}
 # Shell function to configure and build a PHP tree.
 build() {
 ln -sf ../configure
-CFLAGS="-fPIC" \
+CFLAGS="%{optflags} -fPIC" \
 %configure \
   --cache-file=../config.cache \
   --prefix=%{_prefix} \
@@ -1008,6 +1008,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Fri May 27 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.7-1
+- new upstream release.
+
 * Fri Apr 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.6-1
 - new upstream release.