Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pspp for openSUSE:Factory checked in at 2024-03-15 20:30:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pspp (Old) and /work/SRC/openSUSE:Factory/.pspp.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pspp" Fri Mar 15 20:30:28 2024 rev:23 rq:1158060 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pspp/pspp.changes 2024-03-13 22:18:21.871799339 +0100 +++ /work/SRC/openSUSE:Factory/.pspp.new.1905/pspp.changes 2024-03-15 20:30:51.131133541 +0100 @@ -1,0 +2,5 @@ +Thu Mar 14 16:48:21 UTC 2024 - opensuse.lietuviu.ka...@gmail.com + +- Do not ship testsuite.log with pspp-devel package (boo#1221321) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pspp.spec ++++++ --- /var/tmp/diff_new_pack.bDagPe/_old 2024-03-15 20:30:51.943163450 +0100 +++ /var/tmp/diff_new_pack.bDagPe/_new 2024-03-15 20:30:51.943163450 +0100 @@ -71,7 +71,7 @@ BuildRequires: texinfo BuildRequires: zlib-devel AutoReqProv: Yes -Recommends: %{name}-doc +Recommends: %{name}-doc = %{version} %description PSPP is a program for statistical analysis of sampled data. It @@ -99,7 +99,7 @@ %package devel -Summary: Development files for pspp, a statistical analysis program +Summary: Development files for PSPP, a statistical analysis program License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: cairo-devel @@ -114,7 +114,7 @@ %if 0%{?suse_version} Requires: xz-devel %endif -Recommends: %{name}-devel-doc +Recommends: %{name}-devel-doc = %{version} %description devel PSPP is a program for statistical analysis of sampled data. It @@ -128,6 +128,7 @@ Summary: Manual for PSPP License: GPL-3.0-or-later Requires: %{name} = %{version} +BuildArch: noarch %description doc PSPP is a program for statistical analysis of sampled data. It @@ -139,6 +140,7 @@ %package devel-doc Summary: PSPP Developers Guide License: GPL-3.0-or-later +BuildArch: noarch %description devel-doc PSPP is a program for statistical analysis of sampled data. It @@ -210,20 +212,8 @@ %check export TESTSUITEFLAGS='-v -j128' %make_build check || /bin/true -[ -f ./tests/testsuite.log ] || echo "check did not run" > ./tests/testsuite.log -mkdir $RPM_BUILD_ROOT/%{_datadir}/pspp/tests -# remove nondeterministic bits to make package build reproducible: -perl -i -pe ' - s/ (starting|ending) at:.*/ $1 at: [scrubbed]/; - s/(test suite duration:).*/$1 [scrubbed]/; - s/(hostname =) .*/$1 [hostscrubbed]/; - s/^(\| on) [a-zA-Z0-9._-]+/$1 [hostscrubbed]/; - s/ \(\d+m.*\ds\)/([durationscrubbed])/; - s/20\d\d-\d\d-\d\d \d\d:\d\d:\d\d\.\d+ [+-]\d\d00/[datescrubbed]/; - s!(bin/ld: /tmp/conftest\.)\w+!$1[randomnessscrubbed]!; - s!^(\| \./configure: line \d+: *)\d+ (Aborted)!$1 [PIDscrubbed] $2!; -' ./tests/testsuite.log -cp ./tests/testsuite.log $RPM_BUILD_ROOT/%{_datadir}/pspp/tests/ +# just look into test results, don't need to package them +[ -f ./tests/testsuite.log ] && cat ./tests/testsuite.log %post /sbin/ldconfig @@ -287,8 +277,6 @@ %dir %{_libdir}/pspp/ %{_libdir}/pspp/libpspp-core.la %{_libdir}/pspp/libpspp.la -%dir %{_datadir}/pspp/tests -%{_datadir}/pspp/tests/testsuite.log %files doc %defattr(-, root, root)