Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-pandoc-lua-engine for
openSUSE:Factory checked in at 2023-06-22 23:25:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-lua-engine (Old)
and /work/SRC/openSUSE:Factory/.ghc-pandoc-lua-engine.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-lua-engine"
Thu Jun 22 23:25:30 2023 rev:3 rq:1094442 version:0.2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-pandoc-lua-engine/ghc-pandoc-lua-engine.changes
2023-04-14 13:13:22.939668238 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pandoc-lua-engine.new.15902/ghc-pandoc-lua-engine.changes
2023-06-22 23:25:56.605805575 +0200
@@ -1,0 +2,6 @@
+Fri Jun 9 17:03:36 UTC 2023 - Peter Simons <[email protected]>
+
+- Update pandoc-lua-engine to version 0.2.0.1.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
pandoc-lua-engine-0.2.tar.gz
New:
----
pandoc-lua-engine-0.2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pandoc-lua-engine.spec ++++++
--- /var/tmp/diff_new_pack.OFLx7R/_old 2023-06-22 23:25:57.217808696 +0200
+++ /var/tmp/diff_new_pack.OFLx7R/_new 2023-06-22 23:25:57.221808716 +0200
@@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2
+Version: 0.2.0.1
Release: 0
Summary: Lua engine to power custom pandoc conversions
License: GPL-2.0-or-later
++++++ pandoc-lua-engine-0.2.tar.gz -> pandoc-lua-engine-0.2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-lua-engine-0.2/pandoc-lua-engine.cabal
new/pandoc-lua-engine-0.2.0.1/pandoc-lua-engine.cabal
--- old/pandoc-lua-engine-0.2/pandoc-lua-engine.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/pandoc-lua-engine-0.2.0.1/pandoc-lua-engine.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-lua-engine
-version: 0.2
+version: 0.2.0.1
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -27,6 +27,7 @@
, test/lua/*.lua
, test/lua/module/*.lua
, test/lua/module/partial.test
+ , test/lua/module/sample.svg
, test/lua/module/tiny.epub
, test/sample.lua
, test/tables.custom
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-lua-engine-0.2/src/Text/Pandoc/Lua/Custom.hs
new/pandoc-lua-engine-0.2.0.1/src/Text/Pandoc/Lua/Custom.hs
--- old/pandoc-lua-engine-0.2/src/Text/Pandoc/Lua/Custom.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/pandoc-lua-engine-0.2.0.1/src/Text/Pandoc/Lua/Custom.hs 2001-09-09
03:46:40.000000000 +0200
@@ -36,7 +36,7 @@
luaFile' <- fromMaybe luaFile <$>
findFileWithDataFallback "custom" luaFile
either throw pure <=< runLuaWith luaState $ do
- let globals = [ PANDOC_SCRIPT_FILE luaFile ]
+ let globals = [ PANDOC_SCRIPT_FILE luaFile' ]
setGlobals globals
dofileTrace (Just luaFile') >>= \case
OK -> pure ()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-lua-engine-0.2/test/lua/module/sample.svg
new/pandoc-lua-engine-0.2.0.1/test/lua/module/sample.svg
--- old/pandoc-lua-engine-0.2/test/lua/module/sample.svg 1970-01-01
01:00:00.000000000 +0100
+++ new/pandoc-lua-engine-0.2.0.1/test/lua/module/sample.svg 2001-09-09
03:46:40.000000000 +0200
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ viewBox="-35 -35 70 70">
+ <title>Single-Source-Publishing Logo</title>
+ <defs>
+ <g id="doc">
+ <!-- document shape -->
+ <polygon points="-10,-31.53 -10,-3.25 0,0 10,-3.25 10,-23.53 2,-31.53" />
+ <!-- the "fold" triangle -->
+ <polygon points="2,-23.53 2,-31.53 10,-23.53" fill-opacity="90%" />
+ </g>
+ </defs>
+
+ <g transform="rotate(30)">
+ <!-- colored docs -->
+ <g fill-opacity="75%">
+ <use href="#doc" fill="#ffce54" transform="rotate(000)" />
+ <use href="#doc" fill="#ed5564" transform="rotate(072)" />
+ <use href="#doc" fill="#ac92eb" transform="rotate(144)" />
+ <use href="#doc" fill="#4fc1e8" transform="rotate(216)" />
+ <use href="#doc" fill="#a0d568" transform="rotate(288)" />
+ </g>
+
+ <!-- Add blackish border -->
+ <g stroke="#555555"
+ stroke-width="0.5"
+ stroke-linejoin="round"
+ fill="none">
+ <use href="#doc" transform="rotate(000)" />
+ <use href="#doc" transform="rotate(072)" />
+ <use href="#doc" transform="rotate(144)" />
+ <use href="#doc" transform="rotate(216)" />
+ <use href="#doc" transform="rotate(288)" />
+ </g>
+ </g>
+</svg>