osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-hslua revision:1, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=32
This commit is contained in:
parent
cf95c27ca8
commit
cb5f64355a
@ -1,89 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 12 08:32:16 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update hslua to version 0.9.5.1.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 09:35:36 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Fix build with the new lua package layout by specifying
|
||||
--extra-include-dirs based on lua.pc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 10 17:22:35 UTC 2016 - psimons@suse.com
|
||||
|
||||
- Update to version 0.4.1 revision 0 with cabal2obs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 13 12:46:14 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.4.1
|
||||
* Bugfix: tolist wasn't popping elements of the list from stack.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 7 07:36:15 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.4.0
|
||||
* pushstring and tostring now uses ByteString instead of [Char].
|
||||
* StackValue [Char] instance is removed, StackValue ByteString is added.
|
||||
* StackValue a => StackValue [a] instance is added. It pushes a Lua array to the stack. pushlist,
|
||||
islist and tolist functions are added.
|
||||
* Type errors in Haskell functions now propagated differently. See the Scripting.Lua
|
||||
documentation for detailed explanation. This should fix segfaults reported several times.
|
||||
* lua_error function is removed, it's never safe to call in Haskell.
|
||||
* Pkgconf-based setup removed. Cabal is now using extra-libraries to link with Lua.
|
||||
* luajit flag is added to link hslua with LuaJIT.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 21 11:57:18 UTC 2015 - mimi.vx@gmail.com
|
||||
|
||||
- update to 0.3.13
|
||||
* `pushrawhsfunction` and `registerrawhsfunction` functions are added.
|
||||
* `luaL_ref` and `luaL_unref` functions are added.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 7 16:55:39 UTC 2015 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
- update to 0.3.9
|
||||
- drop include-lua_neutralize_longjmp.patch
|
||||
* fixed upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 26 15:48:38 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
- fix license tag
|
||||
* license file contradicts license tag in cabal file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 1 15:35:25 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- Proper lua-devel BuildRequires for SLE_11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 20:44:15 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- include-lua_neutralize_longjmp.patch:
|
||||
Include custom lua_neutralize_longjmp function when compiling
|
||||
using system lua libraries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 14:39:23 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- Use lua51. Pandoc needs 5.1 API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 17:24:24 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
- use system provided lua library
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 17:38:11 UTC 2013 - sbahling@suse.com
|
||||
|
||||
- Intial package - version 0.3.7
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name hslua
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.9.5.1
|
||||
Version: 0.9.5.2
|
||||
Release: 0
|
||||
Summary: A Lua language interpreter embedding in Haskell
|
||||
License: MIT
|
||||
@ -68,7 +68,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%define cabal_configure_options -f-system-lua
|
||||
%ghc_lib_build
|
||||
|
||||
%install
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:681ffb1775e948143c0dd4be3086259f2eda8a9f7b09ce94016150c57e9d74d0
|
||||
size 228252
|
3
hslua-0.9.5.2.tar.gz
Normal file
3
hslua-0.9.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e4d26f8a76cbfb219851f33d31417c4a3c8f193123367a0749f047103d8bbe5
|
||||
size 228293
|
Loading…
Reference in New Issue
Block a user