From f7b5b3389cffb82b4f5a5c43553084b3463eb387e2220ee49319729fa662e2f7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 23 Aug 2019 09:08:12 +0000 Subject: [PATCH] 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 --- ghc-hslua.changes | 23 +++++++++++++++++++++++ ghc-hslua.spec | 2 +- hslua-1.0.3.1.tar.gz | 3 --- hslua-1.0.3.2.tar.gz | 3 +++ 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 hslua-1.0.3.1.tar.gz create mode 100644 hslua-1.0.3.2.tar.gz diff --git a/ghc-hslua.changes b/ghc-hslua.changes index 545a70c..c365000 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -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 diff --git a/ghc-hslua.spec b/ghc-hslua.spec index 5a93b3f..07b6164 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -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 diff --git a/hslua-1.0.3.1.tar.gz b/hslua-1.0.3.1.tar.gz deleted file mode 100644 index 384a095..0000000 --- a/hslua-1.0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35f93fa818d948254fc2aff855bb7adaf94f4f9b0f61f6e56fb250a9596921f0 -size 236734 diff --git a/hslua-1.0.3.2.tar.gz b/hslua-1.0.3.2.tar.gz new file mode 100644 index 0000000..2a996cd --- /dev/null +++ b/hslua-1.0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d40b0c143ef58d26203f34d96d4220f1a20077386e4a5216be74260b7d6ba0 +size 237230