Hello community,

here is the log from the commit of package opensbi for openSUSE:Factory checked 
in at 2020-02-24 15:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opensbi (Old)
 and      /work/SRC/openSUSE:Factory/.opensbi.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opensbi"

Mon Feb 24 15:55:32 2020 rev:2 rq:778751 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/opensbi/opensbi.changes  2020-02-10 
21:54:25.318224109 +0100
+++ /work/SRC/openSUSE:Factory/.opensbi.new.26092/opensbi.changes       
2020-02-24 15:57:31.528136341 +0100
@@ -1,0 +2,7 @@
+Mon Feb 24 12:53:11 UTC 2020 - Andreas Schwab <sch...@suse.de>
+
+- Update to opensbi 0.6
+  * drop qemu/sifive_u platform
+- align.patch: removed
+
+-------------------------------------------------------------------

Old:
----
  align.patch
  opensbi-0.5.tar.gz

New:
----
  opensbi-0.6.tar.gz

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

Other differences:
------------------
++++++ opensbi.spec ++++++
--- /var/tmp/diff_new_pack.F7L435/_old  2020-02-24 15:57:32.508138368 +0100
+++ /var/tmp/diff_new_pack.F7L435/_new  2020-02-24 15:57:32.516138384 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package opensbi
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define target @BUILD_FLAVOR@%{nil}
 
 %if "%{target}" == ""
@@ -22,14 +23,13 @@
 %else
 Name:           opensbi-%{target}
 %endif
-Version:        0.5
+Version:        0.6
 Release:        0
 Summary:        RISC-V Open Source Supervisor Binary Interface
 License:        BSD-2-Clause
 Group:          System/Boot
-Url:            https://github.com/riscv/opensbi
+URL:            https://github.com/riscv/opensbi
 Source:         
https://github.com/riscv/opensbi/archive/v%{version}.tar.gz#/opensbi-%{version}.tar.gz
-Patch:          align.patch
 %if "%{target}" != ""
 BuildRequires:  dtb-sifive
 BuildRequires:  u-boot-%{target}
@@ -50,7 +50,6 @@
 
 %package devel
 Summary:        Development files for %{name}
-License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 
 %description devel
@@ -69,7 +68,6 @@
 
 %prep
 %setup -q -n opensbi-%{version}
-%patch -p1
 
 %build
 %if "%{target}" == ""
@@ -79,7 +77,6 @@
 %make_build PLATFORM=sifive/fu540 FW_PAYLOAD_PATH=/boot/u-boot.bin 
FW_PAYLOAD_FDT_PATH=/boot/dtb/hifive-unleashed-a00.dtb
 %endif
 %if "%{target}" == "qemu-riscv64smode"
-%make_build PLATFORM=qemu/sifive_u FW_PAYLOAD_PATH=/boot/u-boot.bin 
FW_PAYLOAD_FDT_PATH=/boot/dtb/hifive-unleashed-a00.dtb
 %make_build PLATFORM=qemu/virt FW_PAYLOAD_PATH=/boot/u-boot.bin
 %endif
 
@@ -94,8 +91,6 @@
 install -D -m 644 build/platform/sifive/fu540/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-sifive-fu540.bin
 %endif
 %if "%{target}" == "qemu-riscv64smode"
-install -D -m 644 build/platform/qemu/sifive_u/firmware/fw_payload.bin 
%{buildroot}/boot/opensbi-u-boot-qemu-sifive_u.bin
-install -D -m 644 build/platform/qemu/sifive_u/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-qemu-sifive_u.bin
 install -D -m 644 build/platform/qemu/virt/firmware/fw_payload.bin 
%{buildroot}/boot/opensbi-u-boot-qemu-virt.bin
 install -D -m 644 build/platform/qemu/virt/firmware/fw_dynamic.bin 
%{buildroot}/boot/opensbi-qemu-virt.bin
 %endif
@@ -109,8 +104,6 @@
 /boot/opensbi-sifive-fu540.bin
 %endif
 %if "%{target}" == "qemu-riscv64smode"
-/boot/opensbi-u-boot-qemu-sifive_u.bin
-/boot/opensbi-qemu-sifive_u.bin
 /boot/opensbi-u-boot-qemu-virt.bin
 /boot/opensbi-qemu-virt.bin
 %endif

++++++ opensbi-0.5.tar.gz -> opensbi-0.6.tar.gz ++++++
++++ 6674 lines of diff (skipped)


Reply via email to