Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cjs for openSUSE:Factory checked in at 2024-05-07 18:04:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cjs (Old) and /work/SRC/openSUSE:Factory/.cjs.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cjs" Tue May 7 18:04:15 2024 rev:21 rq:1172349 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cjs/cjs.changes 2023-11-26 19:37:58.055624349 +0100 +++ /work/SRC/openSUSE:Factory/.cjs.new.1880/cjs.changes 2024-05-07 18:04:55.913840883 +0200 @@ -1,0 +2,7 @@ +Fri Feb 2 08:44:35 UTC 2024 - Max Lin <[email protected]> + +- Use BuildRequires readline-devel for Leap15 + * SLE15's readline-devel doesn't have pkgconfig file, readline-devel + should be used at the buildtime + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cjs.spec ++++++ --- /var/tmp/diff_new_pack.EWy5Gj/_old 2024-05-07 18:04:57.333892519 +0200 +++ /var/tmp/diff_new_pack.EWy5Gj/_new 2024-05-07 18:04:57.349893100 +0200 @@ -1,7 +1,7 @@ # # spec file for package cjs # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,7 +43,11 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 BuildRequires: pkgconfig(libffi) BuildRequires: pkgconfig(mozjs-102) +%if 0%{?suse_version} > 1500 BuildRequires: pkgconfig(readline) +%else +BuildRequires: readline-devel +%endif BuildRequires: pkgconfig(sysprof-capture-4) %description
