Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vmaf for openSUSE:Factory checked in at 2022-11-10 14:19:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vmaf (Old) and /work/SRC/openSUSE:Factory/.vmaf.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vmaf" Thu Nov 10 14:19:19 2022 rev:7 rq:1034811 version:2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vmaf/vmaf.changes 2022-04-14 17:23:28.043123268 +0200 +++ /work/SRC/openSUSE:Factory/.vmaf.new.1597/vmaf.changes 2022-11-10 14:19:20.057354892 +0100 @@ -1,0 +2,7 @@ +Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt <[email protected]> + +- Drop recommends on vmaf-data, the package is gone since vmaf 2.x. + Build model data into the library, since `make install` does not + do anything by default. [boo#1189023] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vmaf.spec ++++++ --- /var/tmp/diff_new_pack.CTpaL8/_old 2022-11-10 14:19:20.693358398 +0100 +++ /var/tmp/diff_new_pack.CTpaL8/_new 2022-11-10 14:19:20.701358441 +0100 @@ -43,7 +43,6 @@ %package -n %lname Summary: Perceptual video quality assessment algorithm Group: System/Libraries -Recommends: %name-data %description -n %lname VMAF is a perceptual video quality assessment algorithm. @@ -64,7 +63,7 @@ %build rm -rf third_party pushd libvmaf/ -%meson +%meson -Dbuilt_in_models=true -Denable_float=true %meson_build popd
