]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
fix Extension API provides
authorElan Ruusamäe <glen@delfi.ee>
Wed, 19 Nov 2014 18:23:37 +0000 (20:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 19 Nov 2014 18:23:37 +0000 (20:23 +0200)
hhvm.spec

index 129b06f2d5f5fcfa1ea5de158b03a5f6e0ce8bcb..3b28ab83ff93b6e9a4d56be8e3469129c8d45889 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -15,6 +15,8 @@
 # NOTES:
 # - hphp/runtime/base/runtime-option.cpp evalJitDefault enables jit if /.hhvm-jit exists (yes, in filesystem root)
 
+# must be in sync with source. extra check ensuring that it is so is done in %%build
+%define                hhvm_api_version        20140829
 # git show HHVM-3.3.1
 %define                githash e0c98e21167b425dddf1fc9efe78c9f7a36db268
 # these hashes are git submodules (be sure to check them on proper branch)
@@ -23,7 +25,7 @@
 Summary:       Virtual Machine, Runtime, and JIT for PHP
 Name:          hhvm
 Version:       3.3.1
-Release:       1
+Release:       2
 License:       PHP 3.01 and BSD
 Group:         Development/Languages
 Source0:       https://github.com/facebook/hhvm/archive/HHVM-%{version}.tar.gz
@@ -174,8 +176,6 @@ Obsoletes:  hiphop-php < 2.3.2-0.2
 ExclusiveArch: %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-# 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
 
This page took 0.100598 seconds and 4 git commands to generate.