Update to version 0.4.9; Fixes RHBZ#2036591

epel9^2
Fabio Valentini 3 years ago
parent d89e989a93
commit ebc9f1e822
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/const_fn-0.4.6.crate /const_fn-0.4.6.crate
/const_fn-0.4.7.crate /const_fn-0.4.7.crate
/const_fn-0.4.8.crate /const_fn-0.4.8.crate
/const_fn-0.4.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate const_fn %global crate const_fn
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.8 Version: 0.4.9
Release: %autorelease Release: %autorelease
Summary: Attribute for easy generation of const functions Summary: Attribute for easy generation of const functions
@ -15,9 +15,6 @@ URL: https://crates.io/crates/const_fn
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging BuildRequires: rust-packaging
@ -33,7 +30,7 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
@ -47,7 +44,7 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use "the default" feature of the "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (const_fn-0.4.8.crate) = e7bd5c50a10f55bc9578e55f9bca80c8ca1cebcd49206ce1feeeeaaac3dfbefdaa89f3c197a992d8ef52efc8327b3b34935e253a41ae9ac20b0b08b73f19df8b SHA512 (const_fn-0.4.9.crate) = 223829b2fef82f736e0045b46ed93df01be19faecd5cd64453c8902cf6e62d81eed4b6ef0842b243c5a334d0af852efffb571c98ccf1905f81d4c8330c6499d3

Loading…
Cancel
Save