Hello community,

here is the log from the commit of package dav1d for openSUSE:Factory checked 
in at 2019-05-16 21:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dav1d (Old)
 and      /work/SRC/openSUSE:Factory/.dav1d.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dav1d"

Thu May 16 21:58:43 2019 rev:8 rq:702711 version:0.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/dav1d/dav1d.changes      2019-05-13 
14:48:06.458422391 +0200
+++ /work/SRC/openSUSE:Factory/.dav1d.new.5148/dav1d.changes    2019-05-16 
21:58:45.786817925 +0200
@@ -1,0 +2,5 @@
+Mon May 13 19:48:51 UTC 2019 - [email protected]
+
+- Added dav1d.armv6.patch (disables armv7 asm for armv6 builds)
+
+-------------------------------------------------------------------

New:
----
  dav1d.armv6.patch

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

Other differences:
------------------
++++++ dav1d.spec ++++++
--- /var/tmp/diff_new_pack.LwkaRH/_old  2019-05-16 21:58:46.238817727 +0200
+++ /var/tmp/diff_new_pack.LwkaRH/_new  2019-05-16 21:58:46.242817726 +0200
@@ -26,6 +26,8 @@
 URL:            https://code.videolan.org/videolan/dav1d
 Source0:        
https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
 Source99:       baselibs.conf
+# PATCH-FIX-UPSTREAM dav1d.armv6.patch [email protected] -- disable armv7 asm for 
armv6 builds
+Patch0:         dav1d.armv6.patch
 BuildRequires:  meson >= 0.47.0
 BuildRequires:  nasm
 BuildRequires:  pkgconfig
@@ -60,7 +62,7 @@
 %{name} is an AV1 decoder library.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %meson

++++++ dav1d.armv6.patch ++++++
--- a/tests/checkasm/checkasm.h
+++ b/tests/checkasm/checkasm.h
@@ -145,6 +145,7 @@ static inline uint64_t readtime(void) {
 #define readtime readtime
 #endif
 #elif ARCH_ARM && !defined(_MSC_VER)
+#if __ARM_ARCH > 6
 static inline uint64_t readtime(void) {
     uint32_t cycle_counter;
     /* This requires enabling user mode access to the cycle counter (which
@@ -156,6 +157,7 @@ static inline uint64_t readtime(void) {
 }
 #define readtime readtime
 #endif
+#endif
 
 /* Verifies that clobbered callee-saved registers
  * are properly saved and restored */

Reply via email to