Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kissfft for openSUSE:Factory checked in at 2023-02-25 19:55:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kissfft (Old) and /work/SRC/openSUSE:Factory/.kissfft.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kissfft" Sat Feb 25 19:55:30 2023 rev:3 rq:1067695 version:131.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kissfft/kissfft.changes 2021-04-14 10:11:19.305528408 +0200 +++ /work/SRC/openSUSE:Factory/.kissfft.new.31432/kissfft.changes 2023-02-25 19:55:31.855421594 +0100 @@ -1,0 +2,6 @@ +Sat Feb 25 00:14:54 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- enable build for all architectures, there is no assembly + or other architecture dependent issue here + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kissfft.spec ++++++ --- /var/tmp/diff_new_pack.9d7HIs/_old 2023-02-25 19:55:32.335424553 +0100 +++ /var/tmp/diff_new_pack.9d7HIs/_new 2023-02-25 19:55:32.339424577 +0100 @@ -1,7 +1,7 @@ # # spec file for package kissfft # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2020 Packman Team <pack...@links2linux.de> # Copyright (c) 2017-2020 Fedora Release Engineering <rel...@fedoraproject.org> # Copyright (c) 2016 FrantiÅ¡ek DvoÅák <val...@civ.zcu.cz> @@ -29,15 +29,15 @@ URL: https://github.com/mborgerding/kissfft Source0: https://github.com/mborgerding/kissfft/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: pkgconfig(libpng) # TESTS BuildRequires: gcc-c++ +BuildRequires: pkgconfig BuildRequires: procps BuildRequires: python3 BuildRequires: python3-numpy BuildRequires: pkgconfig(fftw3) +BuildRequires: pkgconfig(libpng) # /TESTS -ExclusiveArch: x86_64 %description A Fast Fourier Transform based up on the principle, "Keep It Simple, Stupid".