Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scsh for openSUSE:Factory checked in at 2022-06-10 15:57:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scsh (Old) and /work/SRC/openSUSE:Factory/.scsh.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scsh" Fri Jun 10 15:57:25 2022 rev:5 rq:981469 version:0.7+git114432435e4eadd54334df6b37fcae505079b49f Changes: -------- --- /work/SRC/openSUSE:Factory/scsh/scsh.changes 2021-09-27 20:09:18.898488987 +0200 +++ /work/SRC/openSUSE:Factory/.scsh.new.1548/scsh.changes 2022-06-10 15:57:41.872832480 +0200 @@ -1,0 +2,5 @@ +Thu Jun 9 09:36:18 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Let us use a %check section for testing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scsh.spec ++++++ --- /var/tmp/diff_new_pack.U1zscV/_old 2022-06-10 15:57:42.360833071 +0200 +++ /var/tmp/diff_new_pack.U1zscV/_new 2022-06-10 15:57:42.368833081 +0200 @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -100,8 +100,6 @@ %configure --with-scheme48=%{_libdir}/scheme48-%{scheme} %make_build SCHEME48VM=%{_libdir}/scheme48-%{scheme}/scheme48vm -make test - %if 0%{?bootstrap} == 0 cp -p rx/README README.rx cp -p README.md README @@ -130,6 +128,9 @@ rm -rf %{buildroot}%{_datadir}/scsh-%{scshver} %endif +%check +make test + %files %defattr(-,root,root) %if 0%{?bootstrap} > 0