Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package quantum-espresso for openSUSE:Factory checked in at 2022-09-03 23:19:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/quantum-espresso (Old) and /work/SRC/openSUSE:Factory/.quantum-espresso.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "quantum-espresso" Sat Sep 3 23:19:17 2022 rev:9 rq:1001016 version:6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/quantum-espresso/quantum-espresso.changes 2021-11-22 23:04:59.101770772 +0100 +++ /work/SRC/openSUSE:Factory/.quantum-espresso.new.2083/quantum-espresso.changes 2022-09-03 23:19:29.815881563 +0200 @@ -1,0 +2,8 @@ +Thu Sep 1 10:03:54 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- Add quantum-espresso-rpmlintrc file to disable false positives + about executable stacks in binaries. +- Parallel make leads to race issues causing build failures; + enforce -j1 when running %make_build. + +------------------------------------------------------------------- New: ---- quantum-espresso-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quantum-espresso.spec ++++++ --- /var/tmp/diff_new_pack.GUmshl/_old 2022-09-03 23:19:30.627883697 +0200 +++ /var/tmp/diff_new_pack.GUmshl/_new 2022-09-03 23:19:30.631883709 +0200 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package quantum-espresso # -# 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 @@ -108,6 +108,7 @@ URL: http://www.quantum-espresso.org Source0: https://gitlab.com/QEF/q-e/-/archive/qe-%{version}/q-e-qe-%{version}.tar.bz2 Source1: https://gitlab.com/max-centre/components/devicexlib/-/archive/%{devlibx_version}/devicexlib-%{devlibx_version}.tar.gz +Source2: %{pname}-rpmlintrc # PATCH-FEATURE-OPENSUSE quantum-espresso-devxlib-no-download.patch badshah...@gmail.com -- Do not try to download devxlib, use SOURCE1 instead. Patch1: quantum-espresso-devxlib-no-download.patch BuildRequires: blas-devel @@ -177,7 +178,7 @@ export FFT_LIBS="-lfftw3" %configure --disable-parallel %endif -%make_build all +%make_build -j1 all %install mkdir -p %{buildroot}%{my_bindir} ++++++ quantum-espresso-rpmlintrc ++++++ # Executable stack is needed addFilter("E: executable-stack")