Update to version 0.6.7; Fixes RHBZ#2028946

epel9
Rémi Lauzier 3 years ago
parent ce3b0b9d7e
commit 078315ce97
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1,2 +1,3 @@
/bytecheck_derive-0.6.4.crate /bytecheck_derive-0.6.4.crate
/bytecheck_derive-0.6.5.crate /bytecheck_derive-0.6.5.crate
/bytecheck_derive-0.6.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18 # Generated by rust2rpm 20
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bytecheck_derive %global crate bytecheck_derive
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.5 Version: 0.6.7
Release: %autorelease Release: %autorelease
Summary: Derive macro for bytecheck Summary: Derive macro for bytecheck
@ -15,9 +15,6 @@ URL: https://crates.io/crates/bytecheck_derive
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
@ -32,8 +29,8 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use "%{crate}" crate.
%files devel %files devel
%license LICENSE %license LICENSE
@ -45,8 +42,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use "default" feature of "%{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
@ -57,8 +54,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "std" feature of "%{crate}" crate. use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (bytecheck_derive-0.6.5.crate) = 492ab7d3c8d0a68ab71a4caf2bb6071b2a30eb156d48e4c5f9ec5606ebb1fdb4efdcd8fb21122f22c0f0fc5cc1a5097360596d1dfab65fd822c126bf0fa1aa95 SHA512 (bytecheck_derive-0.6.7.crate) = e44c0b39ecca0f3d0809e4146b7f3047b852e738792757411200a507918078a2e8bd934aa92836c8460670a1b18b0f6d7e972d523215deec21f2cce48fbd7751

Loading…
Cancel
Save