Hello community,

here is the log from the commit of package rust-packaging for openSUSE:Factory 
checked in at 2020-08-15 21:12:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rust-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.rust-packaging.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rust-packaging"

Sat Aug 15 21:12:59 2020 rev:11 rq:826545 version:15

Changes:
--------
--- /work/SRC/openSUSE:Factory/rust-packaging/rust-srpm-macros.changes  
2020-05-26 17:20:31.844130934 +0200
+++ 
/work/SRC/openSUSE:Factory/.rust-packaging.new.3399/rust-srpm-macros.changes    
    2020-08-15 21:13:07.795377032 +0200
@@ -1,0 +2,6 @@
+Thu Aug 13 20:21:48 UTC 2020 - Neal Gompa <[email protected]>
+
+- Backport patch to add 64-bit RISC-V support
+  + Patch: 0001-Add-riscv64-to-rust_arches.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Add-riscv64-to-rust_arches.patch

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

Other differences:
------------------
++++++ rust-srpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.6atDc4/_old  2020-08-15 21:13:09.023377719 +0200
+++ /var/tmp/diff_new_pack.6atDc4/_new  2020-08-15 21:13:09.023377719 +0200
@@ -28,6 +28,9 @@
 URL:            https://pagure.io/fedora-rust/rust2rpm
 Source0:        
https://releases.pagure.org/fedora-rust/rust2rpm/rust2rpm-%{version}.tar.xz
 
+# Backports from upstream
+Patch0001:      0001-Add-riscv64-to-rust_arches.patch
+
 BuildArch:      noarch
 
 %description

++++++ 0001-Add-riscv64-to-rust_arches.patch ++++++
>From 8dcf85131987aae3bb05fc6f147374a319045b56 Mon Sep 17 00:00:00 2001
From: Andreas Schwab <[email protected]>
Date: Thu, 13 Aug 2020 21:24:06 +0200
Subject: [PATCH] Add riscv64 to %rust_arches

Signed-off-by: Andreas Schwab <[email protected]>
---
 data/macros.rust-srpm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/macros.rust-srpm b/data/macros.rust-srpm
index 88d5a0f..8814f5a 100644
--- a/data/macros.rust-srpm
+++ b/data/macros.rust-srpm
@@ -1,4 +1,4 @@
-%rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
+%rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le riscv64 s390x
 %version_no_tilde() %{lua:
     local sep = rpm.expand('%1')
     local ver = rpm.expand('%2')
-- 
2.26.2


Reply via email to