Compare commits

..

4 Commits

Author SHA1 Message Date
Fedora Release Engineering ee9006a976 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 36429450f6
Update to version 0.1.24; Fixes RHBZ#2279569
9 months ago
Fedora Release Engineering 3ee46b3f84 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 27f8a1d872 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -14,3 +14,4 @@
/rustc-demangle-0.1.21.crate
/rustc-demangle-0.1.22.crate
/rustc-demangle-0.1.23.crate
/rustc-demangle-0.1.24.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate rustc-demangle
Name: rust-rustc-demangle
Version: 0.1.23
Version: 0.1.24
Release: %autorelease
Summary: Rust compiler symbol demangling
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/rustc-demangle
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Rust compiler symbol demangling.}
@ -61,7 +61,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1,5 +0,0 @@
[DEFAULT]
unwanted-features =
compiler_builtins
core
rustc-dep-of-std

@ -0,0 +1,3 @@
[features]
hide = ["compiler_builtins", "core", "rustc-dep-of-std"]

@ -1 +1 @@
SHA512 (rustc-demangle-0.1.23.crate) = 8cd29800254b1305ad50f1fc008838c52d9659f97a51a68e9f2bd6d0a60126f3ebdd1c79760f96445b3bf998d0773526ddf663b174acca81babdc0b423247247
SHA512 (rustc-demangle-0.1.24.crate) = eb897c35300b87766e6105917a907fca1c5b1f7691fc03c6c1aaf38075ac883a73d1eb54a245d13ba59c7b0f0333d6543e23fc1b1c542fbbd5c750a84660b9e8

Loading…
Cancel
Save