Hello community, here is the log from the commit of package pythia for openSUSE:Factory checked in at 2015-08-15 11:39:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pythia (Old) and /work/SRC/openSUSE:Factory/.pythia.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pythia" Changes: -------- --- /work/SRC/openSUSE:Factory/pythia/pythia.changes 2015-08-14 14:47:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes 2015-08-15 11:39:49.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Aug 14 11:44:09 UTC 2015 - [email protected] + +- Verify installation by running select bundled tests in a %check + section. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pythia.spec ++++++ --- /var/tmp/diff_new_pack.lHxyGb/_old 2015-08-15 11:39:49.000000000 +0200 +++ /var/tmp/diff_new_pack.lHxyGb/_new 2015-08-15 11:39:49.000000000 +0200 @@ -205,6 +205,29 @@ %fdupes -s %{buildroot}%{_docdir}/%{name}/ +%check +pushd examples +./runmains +# ADDITIONAL CHECKS FOR BINDINGS; RUN MANUALLY BECAUSE NOT ALL BINDINGS ARE ENABLED +# HEPMC2 AND FASTJET3 TESTS +for t in 41 71 72 +do + echo + echo Now begin main${t} + make main${t} + time ./main${t} > out${t} +done +# TESTS 42 REQUIRES INPUT FILES; LOOP TO MAKE IT EASY TO ADD FUTURE TESTS +for t in 42 +do + echo + echo Now begin main${t} + make main${t} + time ./main${t} main${t}.cmnd hepmcout${t}.dat > out${t} +done + +popd + %post -n %{soname} -p /sbin/ldconfig %postun -n %{soname} -p /sbin/ldconfig
