Accepting request 703474 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/703474 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua?expand=0&rev=14
This commit is contained in:
commit
0fbbb4c7b9
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 02:01:19 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update hslua to version 1.0.3.1.
|
||||
### 1.0.3.1
|
||||
|
||||
Released 2019-05-08.
|
||||
|
||||
- Prevent filenames being treated as strings in debug messages.
|
||||
Lua's `loadbuffer` takes a `source` description as an argument,
|
||||
which is used for debug messages. The `loadfile` function now
|
||||
adds a special prefix (`@`) to `source`, thus marking it as a
|
||||
filename.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 5 02:01:21 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name hslua
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.3
|
||||
Version: 1.0.3.1
|
||||
Release: 0
|
||||
Summary: Bindings to Lua, an embeddable scripting language
|
||||
License: MIT
|
||||
|
3
hslua-1.0.3.1.tar.gz
Normal file
3
hslua-1.0.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35f93fa818d948254fc2aff855bb7adaf94f4f9b0f61f6e56fb250a9596921f0
|
||||
size 236734
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4112b86ec616fd0b29c8adfd4188a20bfcf89deb2a396ac480ca13e91ca354bc
|
||||
size 236586
|
Loading…
Reference in New Issue
Block a user