diff --git a/ghc-pandoc-lua-marshal.changes b/ghc-pandoc-lua-marshal.changes index a76e6f1..b59e8ff 100644 --- a/ghc-pandoc-lua-marshal.changes +++ b/ghc-pandoc-lua-marshal.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Jan 18 17:01:10 UTC 2023 - Peter Simons + +- Update pandoc-lua-marshal to version 0.2.0. + ## 0.2.0 + + Release pending. + + - Depend on pandoc-types 1.23: the `Null` Block constructor has + been removed, and a `Figure` constructor has been added. + + - Support for Lua 5.3 has been dropped; the package now requires + hslua 2.2 or later. + + - The implementation for `List` has been moved to the separate + `hslua-list` module. This module no longer contains C code. + ------------------------------------------------------------------- Sat Jul 16 13:29:37 UTC 2022 - Peter Simons diff --git a/ghc-pandoc-lua-marshal.spec b/ghc-pandoc-lua-marshal.spec index 3b30232..ac750e8 100644 --- a/ghc-pandoc-lua-marshal.spec +++ b/ghc-pandoc-lua-marshal.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-pandoc-lua-marshal # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name pandoc-lua-marshal %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.7 +Version: 0.2.0 Release: 0 Summary: Use pandoc types in Lua License: MIT @@ -30,6 +30,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-hslua-devel +BuildRequires: ghc-hslua-list-devel BuildRequires: ghc-hslua-marshalling-devel BuildRequires: ghc-lua-devel BuildRequires: ghc-pandoc-types-devel diff --git a/pandoc-lua-marshal-0.1.7.tar.gz b/pandoc-lua-marshal-0.1.7.tar.gz deleted file mode 100644 index a3f7066..0000000 --- a/pandoc-lua-marshal-0.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b29415580645e78824b134f8508eae3800cab4fd647d736622c0d286dc59c95e -size 42225 diff --git a/pandoc-lua-marshal-0.2.0.tar.gz b/pandoc-lua-marshal-0.2.0.tar.gz new file mode 100644 index 0000000..3c96e2d --- /dev/null +++ b/pandoc-lua-marshal-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4812e815c503bc379f6ef65564e1eb9ef1a20c73421c22d16178bebb170aea +size 37736