Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mujs for openSUSE:Factory checked in at 2023-03-11 18:24:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mujs (Old) and /work/SRC/openSUSE:Factory/.mujs.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mujs" Sat Mar 11 18:24:12 2023 rev:9 rq:1070845 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mujs/mujs.changes 2023-01-14 20:32:35.613523214 +0100 +++ /work/SRC/openSUSE:Factory/.mujs.new.31432/mujs.changes 2023-03-11 18:24:49.619126688 +0100 @@ -1,0 +2,5 @@ +Sat Mar 11 09:32:09 UTC 2023 - Luigi Baldoni <aloi...@gmx.com> + +- Allow build on leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mujs.spec ++++++ --- /var/tmp/diff_new_pack.3spV1R/_old 2023-03-11 18:24:49.979128564 +0100 +++ /var/tmp/diff_new_pack.3spV1R/_new 2023-03-11 18:24:49.983128585 +0100 @@ -25,7 +25,11 @@ URL: https://mujs.com Source0: https://mujs.com/downloads/%{name}-%{version}.tar.xz BuildRequires: pkgconfig +%if 0%{?suse_version} > 1500 BuildRequires: pkgconfig(readline) +%else +BuildRequires: readline-devel +%endif %description MuJS is a lightweight Javascript interpreter designed for embedding in other software to extend them with scripting capabilities.