forked from pool/ghc-pandoc-lua-engine
Compare commits
39 Commits
Author | SHA256 | Date | |
---|---|---|---|
b0a9b8a7d9 | |||
a12c8dd6c4 | |||
04c94acb4f | |||
0f3812e28c | |||
3c7347e720 | |||
eb07a74e8e | |||
edd8387b0d | |||
abafd62962 | |||
9dc77392a6 | |||
56c49e7e9b | |||
bfdbf893df | |||
0c11add0f6 | |||
a69a2c04f6 | |||
d423b5adab | |||
e3b1595107 | |||
1edd977996 | |||
a47d9ffcc6 | |||
061d29dbac | |||
a0e27f1ac6 | |||
ae5a89ce34 | |||
c249a93763 | |||
4c9f18f175 | |||
386f6304ad | |||
732f5ba4d4 | |||
f13b8ab236 | |||
04bf63baaf | |||
7c140087ca | |||
d1c4436d12 | |||
c269498fa8 | |||
7223fbdbb9 | |||
24b323b852 | |||
dd0f601b41 | |||
f83a5a98f5 | |||
c293ae5117 | |||
ec89cf5d55 | |||
3c1b581bc2 | |||
5b6acf6afd | |||
ccb798459e | |||
044b573087 |
@@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 26 17:41:41 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.3 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 20 15:33:55 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.3 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 27 07:51:17 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- jailbreak for hslua-2.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 07:13:36 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.3.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 15 04:26:39 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.2.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 16 18:56:42 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.1.1.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 19:46:55 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.1.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 05:29:07 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.4.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 21:05:45 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.3.3.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 17:25:21 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pandoc-lua-engine to version 0.3.2.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 00:06:32 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pandoc-lua-engine
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,15 +20,14 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.1
|
||||
Version: 0.4.3
|
||||
Release: 0
|
||||
Summary: Lua engine to power custom pandoc conversions
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-SHA-devel
|
||||
BuildRequires: ghc-SHA-prof
|
||||
BuildRequires: ghc-aeson-devel
|
||||
BuildRequires: ghc-aeson-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
@@ -39,6 +38,8 @@ BuildRequires: ghc-citeproc-devel
|
||||
BuildRequires: ghc-citeproc-prof
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-crypton-devel
|
||||
BuildRequires: ghc-crypton-prof
|
||||
BuildRequires: ghc-data-default-devel
|
||||
BuildRequires: ghc-data-default-prof
|
||||
BuildRequires: ghc-doclayout-devel
|
||||
@@ -126,6 +127,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5b24af299c28ff4af42a4c94a50ae27582bbeff1d482100618ae68410095434
|
||||
size 84963
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b81cf0342e3b0c43c5af421a85b54f5e27eb5eee85db36a68d1f9ca4063d59cc
|
||||
size 87515
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7f87444c19f4a478ae28312ee0ab421ccdc5e20fe472601f0e8dfd21e41373e
|
||||
size 87166
|
3
pandoc-lua-engine-0.4.3.tar.gz
Normal file
3
pandoc-lua-engine-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c5622ad682760ebac2528ed8b3b558853f065b952343f4320ea8e40770dafe8
|
||||
size 95053
|
@@ -1,11 +1,11 @@
|
||||
cabal-version: 2.4
|
||||
name: pandoc-lua-engine
|
||||
version: 0.2.1.5
|
||||
x-revision: 1
|
||||
version: 0.4.3
|
||||
x-revision: 2
|
||||
build-type: Simple
|
||||
license: GPL-2.0-or-later
|
||||
license-file: COPYING.md
|
||||
copyright: © 2006-2022 John MacFarlane, 2017-2022 Albert Krewinkel
|
||||
copyright: © 2006-2024 John MacFarlane, 2017-2024 Albert Krewinkel
|
||||
author: John MacFarlane, Albert Krewinkel
|
||||
maintainer: Albert Krewinkel <albert@hslua.org>
|
||||
bug-reports: https://github.com/jgm/pandoc/issues
|
||||
@@ -27,8 +27,10 @@ extra-source-files: README.md
|
||||
, test/extensions.lua
|
||||
, test/lua/*.lua
|
||||
, test/lua/module/*.lua
|
||||
, test/lua/module/include.tex
|
||||
, test/lua/module/partial.test
|
||||
, test/lua/module/sample.svg
|
||||
, test/lua/module/sample.epub
|
||||
, test/lua/module/tiny.epub
|
||||
, test/sample.lua
|
||||
, test/tables.custom
|
||||
@@ -68,9 +70,11 @@ library
|
||||
hs-source-dirs: src
|
||||
exposed-modules: Text.Pandoc.Lua
|
||||
other-modules: Text.Pandoc.Lua.Custom
|
||||
, Text.Pandoc.Lua.Engine
|
||||
, Text.Pandoc.Lua.Filter
|
||||
, Text.Pandoc.Lua.Global
|
||||
, Text.Pandoc.Lua.Init
|
||||
, Text.Pandoc.Lua.Module
|
||||
, Text.Pandoc.Lua.Marshal.Chunks
|
||||
, Text.Pandoc.Lua.Marshal.CommonState
|
||||
, Text.Pandoc.Lua.Marshal.Context
|
||||
@@ -99,31 +103,32 @@ library
|
||||
, Text.Pandoc.Lua.Module.Utils
|
||||
, Text.Pandoc.Lua.Orphans
|
||||
, Text.Pandoc.Lua.PandocLua
|
||||
, Text.Pandoc.Lua.Run
|
||||
, Text.Pandoc.Lua.SourcePos
|
||||
, Text.Pandoc.Lua.Writer.Classic
|
||||
, Text.Pandoc.Lua.Writer.Scaffolding
|
||||
|
||||
build-depends: SHA >= 1.6 && < 1.7
|
||||
, aeson
|
||||
build-depends: aeson
|
||||
, bytestring >= 0.9 && < 0.13
|
||||
, citeproc >= 0.8 && < 0.9
|
||||
, containers >= 0.6.0.1 && < 0.8
|
||||
, data-default >= 0.4 && < 0.8
|
||||
, doclayout >= 0.4 && < 0.5
|
||||
, crypton >= 0.30 && < 1.1
|
||||
, citeproc >= 0.8 && < 0.10
|
||||
, containers >= 0.6.0.1 && < 0.9
|
||||
, data-default >= 0.4 && < 0.9
|
||||
, doclayout >= 0.5 && < 0.6
|
||||
, doctemplates >= 0.11 && < 0.12
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
, hslua >= 2.3 && < 2.4
|
||||
, hslua-module-doclayout>= 1.1 && < 1.2
|
||||
, hslua >= 2.3 && < 2.5
|
||||
, hslua-module-doclayout>= 1.2 && < 1.3
|
||||
, hslua-module-path >= 1.1 && < 1.2
|
||||
, hslua-module-system >= 1.1 && < 1.2
|
||||
, hslua-module-system >= 1.1 && < 1.3
|
||||
, hslua-module-text >= 1.1 && < 1.2
|
||||
, hslua-module-version >= 1.1 && < 1.2
|
||||
, hslua-module-zip >= 1.1.3 && < 1.2
|
||||
, hslua-repl >= 0.1.1 && < 0.2
|
||||
, lpeg >= 1.1 && < 1.2
|
||||
, mtl >= 2.2 && < 2.4
|
||||
, pandoc >= 3.2 && < 3.3
|
||||
, pandoc-lua-marshal >= 0.2.7 && < 0.3
|
||||
, pandoc >= 3.7 && < 3.8
|
||||
, pandoc-lua-marshal >= 0.3 && < 0.4
|
||||
, pandoc-types >= 1.22 && < 1.24
|
||||
, parsec >= 3.1 && < 3.2
|
||||
, text >= 1.1.1 && < 2.2
|
||||
@@ -140,7 +145,7 @@ test-suite test-pandoc-lua-engine
|
||||
, data-default
|
||||
, exceptions >= 0.8 && < 0.11
|
||||
, filepath
|
||||
, hslua >= 2.3 && < 2.4
|
||||
, hslua >= 2.3 && < 2.5
|
||||
, pandoc
|
||||
, pandoc-types >= 1.22 && < 1.24
|
||||
, tasty
|
||||
|
Reference in New Issue
Block a user