Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvpx for openSUSE:Factory checked 
in at 2021-11-27 00:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvpx (Old)
 and      /work/SRC/openSUSE:Factory/.libvpx.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvpx"

Sat Nov 27 00:50:38 2021 rev:45 rq:933411 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvpx/libvpx.changes    2021-10-11 
15:30:46.254763555 +0200
+++ /work/SRC/openSUSE:Factory/.libvpx.new.1895/libvpx.changes  2021-11-27 
00:51:20.378798902 +0100
@@ -1,0 +2,6 @@
+Wed Nov 24 08:55:18 UTC 2021 - Callum Farmer <gm...@opensuse.org>
+
+- Rename libvpx-configure-add-s390.patch to
+  libvpx-configure-add-arch.patch: add support for RISC-V
+
+-------------------------------------------------------------------

Old:
----
  libvpx-configure-add-s390.patch

New:
----
  libvpx-configure-add-arch.patch

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

Other differences:
------------------
++++++ libvpx.spec ++++++
--- /var/tmp/diff_new_pack.wNMh1j/_old  2021-11-27 00:51:20.930796996 +0100
+++ /var/tmp/diff_new_pack.wNMh1j/_new  2021-11-27 00:51:20.934796983 +0100
@@ -26,7 +26,7 @@
 URL:            https://www.webmproject.org/
 Source0:        %{name}-%{version}.tar.xz
 Source1000:     baselibs.conf
-Patch2:         libvpx-configure-add-s390.patch
+Patch2:         libvpx-configure-add-arch.patch
 # Needed to be able to create pkgconfig() provides.
 BuildRequires:  pkgconfig
 BuildRequires:  yasm

++++++ libvpx-configure-add-arch.patch ++++++
diff --git a/build/make/configure.sh b/build/make/configure.sh
index 00214c9d2..4001d6497 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -754,6 +754,15 @@ process_common_toolchain() {
       *i[3456]86*)
         tgt_isa=x86
         ;;
+      s390x*)
+        tgt_isa=s390x
+        ;;
+      s390*)
+        tgt_isa=s390
+        ;;
+      riscv64*)
+        tgt_isa=riscv64
+        ;;
       *sparc*)
         tgt_isa=sparc
         ;;
diff --git a/configure b/configure
index 6204f10b6..54ff8862b 100755
--- a/configure
+++ b/configure
@@ -116,6 +116,9 @@ all_platforms="${all_platforms} armv8-linux-gcc"
 all_platforms="${all_platforms} mips32-linux-gcc"
 all_platforms="${all_platforms} mips64-linux-gcc"
 all_platforms="${all_platforms} ppc64le-linux-gcc"
+all_platforms="${all_platforms} s390-linux-gcc"
+all_platforms="${all_platforms} s390x-linux-gcc"
+all_platforms="${all_platforms} riscv64-linux-gcc"
 all_platforms="${all_platforms} sparc-solaris-gcc"
 all_platforms="${all_platforms} x86-android-gcc"
 all_platforms="${all_platforms} x86-darwin8-gcc"

Reply via email to