From ec89cf5d55ac2e5e177d6a124a33da19de745324fd6444e0e62f45e4ce5bc2b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 12 Apr 2023 22:13:51 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-pandoc-lua-engine revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-engine?expand=0&rev=5 --- ghc-pandoc-lua-engine.changes | 6 ++++++ ghc-pandoc-lua-engine.spec | 10 +++++----- pandoc-lua-engine-0.1.tar.gz | 3 --- pandoc-lua-engine-0.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 pandoc-lua-engine-0.1.tar.gz create mode 100644 pandoc-lua-engine-0.2.tar.gz diff --git a/ghc-pandoc-lua-engine.changes b/ghc-pandoc-lua-engine.changes index 742710f..a5103fa 100644 --- a/ghc-pandoc-lua-engine.changes +++ b/ghc-pandoc-lua-engine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 27 23:56:19 UTC 2023 - Peter Simons + +- Update pandoc-lua-engine to version 0.2. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Thu Mar 30 17:07:47 UTC 2023 - Peter Simons diff --git a/ghc-pandoc-lua-engine.spec b/ghc-pandoc-lua-engine.spec index 636660d..2b8e53d 100644 --- a/ghc-pandoc-lua-engine.spec +++ b/ghc-pandoc-lua-engine.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1 +Version: 0.2 Release: 0 Summary: Lua engine to power custom pandoc conversions License: GPL-2.0-or-later @@ -29,6 +29,8 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-SHA-devel BuildRequires: ghc-SHA-prof +BuildRequires: ghc-aeson-devel +BuildRequires: ghc-aeson-prof BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof BuildRequires: ghc-bytestring-devel @@ -45,10 +47,6 @@ BuildRequires: ghc-doctemplates-devel BuildRequires: ghc-doctemplates-prof BuildRequires: ghc-exceptions-devel BuildRequires: ghc-exceptions-prof -BuildRequires: ghc-hslua-aeson-devel -BuildRequires: ghc-hslua-aeson-prof -BuildRequires: ghc-hslua-core-devel -BuildRequires: ghc-hslua-core-prof BuildRequires: ghc-hslua-devel BuildRequires: ghc-hslua-module-doclayout-devel BuildRequires: ghc-hslua-module-doclayout-prof @@ -63,6 +61,8 @@ BuildRequires: ghc-hslua-module-version-prof BuildRequires: ghc-hslua-module-zip-devel BuildRequires: ghc-hslua-module-zip-prof BuildRequires: ghc-hslua-prof +BuildRequires: ghc-hslua-repl-devel +BuildRequires: ghc-hslua-repl-prof BuildRequires: ghc-lpeg-devel BuildRequires: ghc-lpeg-prof BuildRequires: ghc-mtl-devel diff --git a/pandoc-lua-engine-0.1.tar.gz b/pandoc-lua-engine-0.1.tar.gz deleted file mode 100644 index f788176..0000000 --- a/pandoc-lua-engine-0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8119b69cfd0c541f9329b73a10a7cfd56f872cc24a0d6ae67ba5f89b6fb2723 -size 74120 diff --git a/pandoc-lua-engine-0.2.tar.gz b/pandoc-lua-engine-0.2.tar.gz new file mode 100644 index 0000000..dbf996a --- /dev/null +++ b/pandoc-lua-engine-0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9dfddd0bf72e04de7aac1c2d1433ef6e6a9d1e073e116f0c9ef504566f6a666 +size 80432 From c293ae511719b60760c996ef7ce177ca4f36db793f241330ba06fe03cc5746aa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 13 Apr 2023 12:30:50 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-pandoc-lua-engine revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-lua-engine?expand=0&rev=6 --- ghc-pandoc-lua-engine.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-pandoc-lua-engine.changes b/ghc-pandoc-lua-engine.changes index a5103fa..78a7707 100644 --- a/ghc-pandoc-lua-engine.changes +++ b/ghc-pandoc-lua-engine.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Mon Mar 27 23:56:19 UTC 2023 - Peter Simons +Thu Apr 13 23:56:19 UTC 2023 - Peter Simons - Update pandoc-lua-engine to version 0.2. Upstream does not provide a change log file.