Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dav1d for openSUSE:Factory checked 
in at 2022-10-14 15:40:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dav1d (Old)
 and      /work/SRC/openSUSE:Factory/.dav1d.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dav1d"

Fri Oct 14 15:40:07 2022 rev:25 rq:1010470 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dav1d/dav1d.changes      2022-05-24 
20:30:41.666883400 +0200
+++ /work/SRC/openSUSE:Factory/.dav1d.new.2275/dav1d.changes    2022-10-14 
15:40:09.839680417 +0200
@@ -1,0 +2,9 @@
+Thu Oct 13 06:52:06 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Drop _lto_cflags define, current version supports lto build.
+- Drop unneeded rpm BuildRequires.
+- Add pkgconfig(libxxhash) BuildRequires and stop passing
+  xhash_muxer=disabled to meson, build hash_muxer support.
+- Add check section and meson_test macro, run tests during build.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dav1d.spec ++++++
--- /var/tmp/diff_new_pack.ze8GKu/_old  2022-10-14 15:40:10.307681198 +0200
+++ /var/tmp/diff_new_pack.ze8GKu/_new  2022-10-14 15:40:10.323681225 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define _lto_cflags %{nil}
 %define sover   6
+
 Name:           dav1d
 Version:        1.0.0
 Release:        0
@@ -25,13 +25,12 @@
 License:        BSD-2-Clause
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            https://code.videolan.org/videolan/dav1d
-Source0:        
https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
+Source:         
https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
 Source99:       baselibs.conf
 BuildRequires:  meson >= 0.49.0
 BuildRequires:  nasm >= 2.14
 BuildRequires:  pkgconfig
-# necessary to meson
-BuildRequires:  rpm >= 4.14
+BuildRequires:  pkgconfig(libxxhash)
 
 %description
 dav1d is a SIMD-enhanced decoder for AV1 video. It features
@@ -64,10 +63,12 @@
 %autosetup -p1
 
 %build
-# disabling xxhash until it can be built properly
-%meson -Dxxhash_muxer=disabled
+%meson
 %meson_build
 
+%check
+%meson_test
+
 %install
 %meson_install
 

Reply via email to