]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
fix php_version provide as well auto/th/hhvm-3.3.1-2
authorElan Ruusamäe <glen@delfi.ee>
Wed, 19 Nov 2014 18:25:25 +0000 (20:25 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 19 Nov 2014 18:25:25 +0000 (20:25 +0200)
hhvm.spec

index 3b28ab83ff93b6e9a4d56be8e3469129c8d45889..a958c5537544d0126207fb8675ee0ba76f118a62 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -17,6 +17,9 @@
 
 # must be in sync with source. extra check ensuring that it is so is done in %%build
 %define                hhvm_api_version        20140829
+# hphp/system/idl/constants.idl.json defines it as 5.6.99-hhvm, but use some saner value
+%define                php_version                     5.6.0
+
 # git show HHVM-3.3.1
 %define                githash e0c98e21167b425dddf1fc9efe78c9f7a36db268
 # these hashes are git submodules (be sure to check them on proper branch)
@@ -176,8 +179,6 @@ Obsoletes:  hiphop-php < 2.3.2-0.2
 ExclusiveArch: %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# hphp/system/idl/constants.idl.json defines it as 5.6.99-hhvm, but use some saner value
-%define                php_version                     5.6.0
 
 %define                hhvm_extensiondir       %{_libdir}/hhvm
 
This page took 0.037606 seconds and 4 git commands to generate.