Accepting request 577955 from home:coolo:branches:openSUSE:Factory

- add update-config-guess.patch to update config.* from GNU to
  support riscv64 without rpm patching it - as the patch also
  updates the checksums while rpm does not

OBS-URL: https://build.opensuse.org/request/show/577955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=146
This commit is contained in:
Neal Gompa 2018-02-19 16:22:31 +00:00 committed by Git OBS Bridge
parent 9f20441b6a
commit d4e4d28852
3 changed files with 11359 additions and 0 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 19 06:26:41 UTC 2018 - coolo@suse.com
- add update-config-guess.patch to update config.* from GNU to
support riscv64 without rpm patching it - as the patch also
updates the checksums while rpm does not
-------------------------------------------------------------------
Tue Jan 23 09:18:27 UTC 2018 - tchvatal@suse.com

View File

@ -62,6 +62,7 @@ Source104: cargo-%{cargo_version}-arm-unknown-linux-gnueabihf.tar.gz
Source105: cargo-%{cargo_version}-powerpc64-unknown-linux-gnu.tar.gz
Source106: cargo-%{cargo_version}-powerpc64le-unknown-linux-gnu.tar.gz
Source107: cargo-%{cargo_version}-s390x-unknown-linux-gnu.tar.gz
Patch0: update-config-guess.patch
# PATCH-FIX-OPENSUSE: Set DT_SONAME when building dylibs
BuildRequires: ccache
BuildRequires: cmake >= 3.4.3
@ -180,6 +181,7 @@ as RLS or racer.
%global cargo_bin %{_builddir}/cargo-%{cargo_version}-%{rust_triple}/cargo/bin/cargo
%setup -q -n rustc-%{version}-src
%patch0 -p1
sed -e 's:<cargo-bin>:%{cargo_bin}:g' \
-e 's:<rust-triple>:%{rust_triple}:g' \
-e 's:<prefix>:%{_prefix}:g' \

11350
update-config-guess.patch Normal file

File diff suppressed because one or more lines are too long