]> git.pld-linux.org Git - packages/rust.git/commitdiff
- fix misdetected unresolved symbols
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 30 Mar 2018 20:05:25 +0000 (22:05 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 30 Mar 2018 20:05:25 +0000 (22:05 +0200)
- rel 2

rust.spec

index bea4753b9a8dce3b5e92ce409044503677be58d9..bc19eeaae87bc08bd563f5a58e07374d3356a7a8 100644 (file)
--- a/rust.spec
+++ b/rust.spec
@@ -26,7 +26,7 @@ Summary:      The Rust Programming Language
 Summary(pl.UTF-8):     Język programowania Rust
 Name:          rust
 Version:       1.25.0
-Release:       1
+Release:       2
 # Licenses: (rust itself) and (bundled libraries)
 License:       (Apache v2.0 or MIT) and (BSD and ISC and MIT)
 Group:         Development/Languages
@@ -78,7 +78,7 @@ ExclusiveArch:        %{x8664} %{ix86}
 %define                rustlibdir      %{common_libdir}/rustlib
 
 # once_call/once_callable non-function libstdc++ symbols
-%define                skip_post_check_so      'librustc_llvm-.*\.so.*'
+%define                skip_post_check_so      'librustc_.*llvm-.*\.so.*'
 
 # ALL Rust libraries are private, because they don't keep an ABI.
 %define                _noautoreqfiles         lib.*-[[:xdigit:]]{8}[.]so.*
This page took 0.214026 seconds and 4 git commands to generate.