Accepting request 446876 from home:luke_nukem:branches:devel:languages:rust
Update to 1.12.1 OBS-URL: https://build.opensuse.org/request/show/446876 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
0e4a38e467
commit
7324b477db
16
rust.spec
16
rust.spec
@@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%global prev_version 1.10.0
|
||||
%bcond_without bootstrap
|
||||
%global prev_version 1.11.0
|
||||
%bcond_with bootstrap
|
||||
Name: rust
|
||||
Version: 1.11.0
|
||||
Version: 1.12.1
|
||||
Release: 0
|
||||
Summary: A systems programming language
|
||||
License: MIT or Apache-2.0
|
||||
@@ -27,14 +27,10 @@ Group: Development/Languages/Other
|
||||
Url: http://www.rust-lang.org
|
||||
Source0: https://static.rust-lang.org/dist/rustc-%{version}-src.tar.gz
|
||||
Source100: %{name}-rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE: Disable embedding timestamp information
|
||||
Patch1: 0003-Disable-embedding-timestamp-information.patch
|
||||
# PATCH-FIX-OPENSUSE: Set DT_SONAME when building dylibs
|
||||
Patch2: add-soname.patch
|
||||
Patch1: add-soname.patch
|
||||
# PATCH-FIX-UPSTREAM build armv7 on armv7
|
||||
Patch3: 0001-Fix-armv7-autodetection.patch
|
||||
# PATCH-FIX-UPSTREAM build arm on armv6
|
||||
Patch4: 0002-Add-armv6l-autodetection.patch
|
||||
Patch2: 0001-Fix-armv7-autodetection.patch
|
||||
BuildRequires: cmake
|
||||
BuildRequires: curl
|
||||
BuildRequires: gcc-c++
|
||||
@@ -115,8 +111,6 @@ package.
|
||||
%setup -q -n rustc-%{version}
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
|
||||
%build
|
||||
export CPPFLAGS="%{optflags}" # eliminate complain from RPMlint
|
||||
|
Reference in New Issue
Block a user