Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clisp for openSUSE:Factory checked in at 2022-10-26 14:21:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clisp (Old) and /work/SRC/openSUSE:Factory/.clisp.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clisp" Wed Oct 26 14:21:55 2022 rev:50 rq:1031152 version:2.49.92 Changes: -------- --- /work/SRC/openSUSE:Factory/clisp/clisp.changes 2019-09-09 12:39:34.557431174 +0200 +++ /work/SRC/openSUSE:Factory/.clisp.new.2275/clisp.changes 2022-10-26 14:21:56.659885954 +0200 @@ -1,0 +2,6 @@ +Fri Oct 21 12:57:41 UTC 2022 - Martin Li??ka <[email protected]> + +- Depends on gzip as CLISP memory image data are compressed + with gzip (boo#1132118). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clisp.spec ++++++ --- /var/tmp/diff_new_pack.llqNGF/_old 2022-10-26 14:21:57.595887552 +0200 +++ /var/tmp/diff_new_pack.llqNGF/_new 2022-10-26 14:21:57.603887566 +0200 @@ -1,7 +1,7 @@ # # spec file for package clisp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ # Included gllib is GPL-3.0-or-later License: GPL-2.0-or-later AND GPL-3.0-or-later Group: Development/Languages/Other -Url: https://gitlab.com/gnu-clisp/clisp +URL: https://gitlab.com/gnu-clisp/clisp Source: %name-%version.tar.bz2 Source3: clisp-rpmlintrc Source4: README.SUSE @@ -87,6 +87,8 @@ Requires(pre): vim Requires(pre): vim-data Requires: ffcall +# CLISP memory image data are compressed with gzip +Requires: /usr/bin/gzip Provides: %{name}-devel Suggests: %{name}-doc @@ -327,6 +329,7 @@ type -p ip > /dev/null 2>&1 && ip link || : type -p ss > /dev/null 2>&1 && ss -x || : fi + # %install #
