Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package restool for openSUSE:Factory checked in at 2021-12-03 20:35:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/restool (Old) and /work/SRC/openSUSE:Factory/.restool.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "restool" Fri Dec 3 20:35:43 2021 rev:2 rq:935463 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/restool/restool.changes 2021-11-08 17:25:37.932750363 +0100 +++ /work/SRC/openSUSE:Factory/.restool.new.31177/restool.changes 2021-12-03 20:36:11.928047661 +0100 @@ -1,0 +2,10 @@ +Fri Dec 3 13:30:11 UTC 2021 - Mian Yousaf Kaukab <[email protected]> + +- pandoc is removed using patch use-cmark-instead-of-pandoc.patch + +------------------------------------------------------------------- +Thu Dec 2 15:58:11 UTC 2021 - Mian Yousaf Kaukab <[email protected]> + +- Use cmark instead of pandoc due to missing dependencies in SLE + +------------------------------------------------------------------- New: ---- use-cmark-instead-of-pandoc.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ restool.spec ++++++ --- /var/tmp/diff_new_pack.z7L2ww/_old 2021-12-03 20:36:12.528045468 +0100 +++ /var/tmp/diff_new_pack.z7L2ww/_new 2021-12-03 20:36:12.532045454 +0100 @@ -15,18 +15,20 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: restool Version: 2.3.1 Release: 0 Summary: Tool to create and manage DPAA2 License: GPL-2.0-or-later +Group: Hardware/Other URL: https://source.codeaurora.org/external/qoriq/qoriq-components/restool/about/ Source0: %{name}-%{version}.tar.xz -Group: Hardware/Other +Patch1: use-cmark-instead-of-pandoc.patch ExclusiveArch: aarch64 +BuildRequires: cmark BuildRequires: gcc BuildRequires: make -BuildRequires: pandoc %description restool is a user space application providing the ability to dynamically create and manage DPAA2 containers and objects from Linux. ++++++ use-cmark-instead-of-pandoc.patch ++++++ >From 27acab928d42dc2e99bd58a8a867bf8758a28848 Mon Sep 17 00:00:00 2001 From: orthos <[email protected]> Date: Thu, 2 Dec 2021 14:35:39 +0100 Subject: [PATCH] use cmark instead of pandoc cmark has much less build dependencies and already available for SLE Signed-off-by: Mian Yousaf Kaukab <[email protected]> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ee669ae..86f89d7 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ restool: $(OBJ) $(CC) $(CFLAGS) -c $^ -o $@ %.1: %.md - pandoc --standalone --to man $^ -o $@ + cmark -t man $^ > $@ install: restool scripts/ls-main scripts/ls-append-dpl scripts/ls-debug scripts/restool_completion.sh $(MANPAGE) install -D -m 755 restool $(DESTDIR)$(bindir)/restool -- 2.31.1
