osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hslua revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=47
This commit is contained in:
parent
6ec45c8956
commit
f7b5b3389c
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 02:02:16 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update hslua to version 1.0.3.2.
|
||||
### 1.0.3.2
|
||||
|
||||
Released 2019-08-21.
|
||||
|
||||
- Added flag to use hardcoded values for registry keys: The names
|
||||
of the registry keys used to store package information are
|
||||
available as CPP values from file lauxlib.h since Lua 5.3.4;
|
||||
compiling HsLua against older Lua versions was not possible, as
|
||||
those values were expected to exist.
|
||||
|
||||
The respective values are now hardcoded into HsLua, and a new
|
||||
flag `hardcode-reg-key` is introduced, which will cause the use
|
||||
of these hardcoded values instead of those defined in
|
||||
lauxlib.h. Using this flag makes it possible to compile hslua
|
||||
against all Lua 5.3.* versions.
|
||||
|
||||
- Added missing C files for benchmarking to list of
|
||||
*extra-source-files*.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 02:01:19 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name hslua
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.3.1
|
||||
Version: 1.0.3.2
|
||||
Release: 0
|
||||
Summary: Bindings to Lua, an embeddable scripting language
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35f93fa818d948254fc2aff855bb7adaf94f4f9b0f61f6e56fb250a9596921f0
|
||||
size 236734
|
3
hslua-1.0.3.2.tar.gz
Normal file
3
hslua-1.0.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2d40b0c143ef58d26203f34d96d4220f1a20077386e4a5216be74260b7d6ba0
|
||||
size 237230
|
Loading…
Reference in New Issue
Block a user