Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fftw3 for openSUSE:Factory checked in at 2022-01-21 01:24:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fftw3 (Old) and /work/SRC/openSUSE:Factory/.fftw3.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fftw3" Fri Jan 21 01:24:59 2022 rev:57 rq:947266 version:3.3.10 Changes: -------- --- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes 2021-12-08 22:08:40.494854672 +0100 +++ /work/SRC/openSUSE:Factory/.fftw3.new.1938/fftw3.changes 2022-01-21 01:25:05.522722158 +0100 @@ -1,0 +2,6 @@ +Tue Jan 18 17:01:55 CET 2022 - ti...@suse.de + +- Don't install half-baked cmake files (bsc#1194728): + the files are incomplete and useless with the build using auto-tools + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fftw3.spec ++++++ --- /var/tmp/diff_new_pack.gfPjpM/_old 2022-01-21 01:25:06.354716454 +0100 +++ /var/tmp/diff_new_pack.gfPjpM/_new 2022-01-21 01:25:06.362716399 +0100 @@ -1,7 +1,7 @@ # -# spec file +# spec file for package fftw3 # -# 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 @@ -679,6 +679,9 @@ %fdupes -s doc +# cmake files are incomplete and useless when installed via auto-tools (bsc#1194728) +rm -rf %{buildroot}%{package_libdir}/cmake + %preun devel %install_info_delete --info-dir=%{package_infodir} %{package_infodir}/fftw3.info.gz @@ -758,8 +761,6 @@ %doc AUTHORS CONVENTIONS COPYRIGHT ChangeLog NEWS README TODO %doc doc/* %doc %{package_mandir}/man?/* -%dir %package_libdir/cmake -%dir %package_libdir/cmake/%{pname} %{package_infodir}/*.info* %{package_includedir}/fftw3.* %{package_includedir}/fftw3q.f03 @@ -768,9 +769,6 @@ %{package_libdir}/libfftw3f.so %{package_libdir}/libfftw3l.so %{package_libdir}/pkgconfig/*.pc -%dir %package_libdir/cmake -%dir %package_libdir/cmake/%{pname} -%{package_libdir}/cmake/%{pname}/FFTW3*.cmake %{package_bindir}/* %if %{without hpc}