Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-pandoc-server for
openSUSE:Factory checked in at 2026-06-10 16:04:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-server (Old)
and /work/SRC/openSUSE:Factory/.ghc-pandoc-server.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-server"
Wed Jun 10 16:04:45 2026 rev:13 rq:1358420 version:0.1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-server/ghc-pandoc-server.changes
2025-09-12 21:10:11.764912191 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pandoc-server.new.2375/ghc-pandoc-server.changes
2026-06-10 16:07:56.993508534 +0200
@@ -1,0 +2,6 @@
+Thu Jun 4 15:00:43 UTC 2026 - Peter Simons <[email protected]>
+
+- Update pandoc-server to version 0.1.3.
+ Upstream does not provide a change log file.
+
+-------------------------------------------------------------------
Old:
----
pandoc-server-0.1.1.tar.gz
New:
----
pandoc-server-0.1.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pandoc-server.spec ++++++
--- /var/tmp/diff_new_pack.jDftYh/_old 2026-06-10 16:07:59.205600204 +0200
+++ /var/tmp/diff_new_pack.jDftYh/_new 2026-06-10 16:07:59.205600204 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-pandoc-server
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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-server
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
-Version: 0.1.1
+Version: 0.1.3
Release: 0
Summary: Pandoc document conversion as an HTTP servant-server
License: GPL-2.0-or-later
++++++ pandoc-server-0.1.1.tar.gz -> pandoc-server-0.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-server-0.1.1/COPYING.md
new/pandoc-server-0.1.3/COPYING.md
--- old/pandoc-server-0.1.1/COPYING.md 2001-09-09 03:46:40.000000000 +0200
+++ new/pandoc-server-0.1.3/COPYING.md 2001-09-09 03:46:40.000000000 +0200
@@ -3,8 +3,8 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-
+ <https://fsf.org/>
+
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -317,10 +317,9 @@
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
+
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper
mail.
@@ -358,4 +357,4 @@
applications with the library. If this is what you want to do, use the
[GNU Lesser General Public
License](https://www.gnu.org/licenses/lgpl.html) instead of this
-License.
\ No newline at end of file
+License.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-server-0.1.1/pandoc-server.cabal
new/pandoc-server-0.1.3/pandoc-server.cabal
--- old/pandoc-server-0.1.1/pandoc-server.cabal 2001-09-09 03:46:40.000000000
+0200
+++ new/pandoc-server-0.1.3/pandoc-server.cabal 2001-09-09 03:46:40.000000000
+0200
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: pandoc-server
-version: 0.1.1
+version: 0.1.3
build-type: Simple
license: GPL-2.0-or-later
license-file: COPYING.md
@@ -49,10 +49,10 @@
library
import: common-options
- build-depends: pandoc >= 3.8 && < 3.9,
+ build-depends: pandoc >= 3.10 && < 3.11,
pandoc-types >= 1.22 && < 1.24,
containers >= 0.6.0.1 && < 0.9,
- aeson >= 2.0 && < 2.3,
+ aeson >= 2.0 && < 2.4,
bytestring >= 0.9 && < 0.13,
base64-bytestring >= 0.1 && < 1.3,
doctemplates >= 0.11 && < 0.12,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-server-0.1.1/src/Text/Pandoc/Server.hs
new/pandoc-server-0.1.3/src/Text/Pandoc/Server.hs
--- old/pandoc-server-0.1.1/src/Text/Pandoc/Server.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/pandoc-server-0.1.3/src/Text/Pandoc/Server.hs 2001-09-09
03:46:40.000000000 +0200
@@ -304,6 +304,7 @@
optDefaultImageExtension opts
, readerTrackChanges = optTrackChanges opts
, readerStripComments = optStripComments opts
+ , readerTypstInputs = optTypstInputs opts
}
let writeropts = WriterOptions