diff --git a/ghc-hslua.changes b/ghc-hslua.changes index f455b57..57cd9cb 100644 --- a/ghc-hslua.changes +++ b/ghc-hslua.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-hslua.spec b/ghc-hslua.spec index ea20157..e89dc68 100644 --- a/ghc-hslua.spec +++ b/ghc-hslua.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hslua # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,15 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name hslua Name: ghc-hslua -Version: 0.3.9 +Version: 0.3.13 Release: 0 Summary: A Lua language interpreter embedding in Haskell +License: MIT Group: System/Libraries -License: MIT Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,7 +34,7 @@ BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-mtl-devel # End cabal-rpm deps -%if 0%{?sles_version} +%if 0%{?suse_version} == 1110 BuildRequires: lua-devel %else BuildRequires: lua51-devel @@ -66,31 +67,24 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %define cabal_configure_options -f system-lua %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc COPYRIGHT - %files devel -f %{name}-devel.files %defattr(-,root,root,-) - %changelog diff --git a/hslua-0.3.13.tar.gz b/hslua-0.3.13.tar.gz new file mode 100644 index 0000000..dd3d423 --- /dev/null +++ b/hslua-0.3.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95774d21ac4378e799af4b8dce9068bfedd3109bf13b717d9ecb5817f86430a +size 128230 diff --git a/hslua-0.3.9.tar.gz b/hslua-0.3.9.tar.gz deleted file mode 100644 index 386499b..0000000 --- a/hslua-0.3.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec00c9afca374b7e8f17eadcaf6b6ab6ec7b39633f6e73f783919f1998834967 -size 127831