Update to version 0.6.7; Fixes RHBZ#2028945

epel9
Rémi Lauzier 3 years ago
parent 9eee9cf216
commit 401da156d7
No known key found for this signature in database
GPG Key ID: D4B9ECD143336C1D

1
.gitignore vendored

@ -1,3 +1,4 @@
/bytecheck-0.6.4.crate
/bytecheck-0.6.5.crate
/bytecheck-0.6.6.crate
/bytecheck-0.6.7.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
%bcond_without check
%global debug_package %{nil}
%global crate bytecheck
Name: rust-%{crate}
Version: 0.6.6
Version: 0.6.7
Release: %autorelease
Summary: Derive macro for bytecheck
@ -15,9 +15,6 @@ URL: https://crates.io/crates/bytecheck
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -32,12 +29,12 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use "%{crate}" crate.
%files devel
%license LICENSE
%doc crates-io.md README.md
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@ -46,8 +43,8 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -58,8 +55,8 @@ BuildArch: noarch
%description -n %{name}+simdutf8-devel %{_description}
This package contains library source intended for building other packages
which use "simdutf8" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "simdutf8" feature of "%{crate}" crate.
%files -n %{name}+simdutf8-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -70,8 +67,8 @@ BuildArch: noarch
%description -n %{name}+simdutf8_std-devel %{_description}
This package contains library source intended for building other packages
which use "simdutf8_std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "simdutf8_std" feature of "%{crate}" crate.
%files -n %{name}+simdutf8_std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -82,8 +79,8 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -94,8 +91,8 @@ BuildArch: noarch
%description -n %{name}+uuid-devel %{_description}
This package contains library source intended for building other packages
which use "uuid" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "uuid" feature of "%{crate}" crate.
%files -n %{name}+uuid-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -106,8 +103,8 @@ BuildArch: noarch
%description -n %{name}+verbose-devel %{_description}
This package contains library source intended for building other packages
which use "verbose" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use "verbose" feature of "%{crate}" crate.
%files -n %{name}+verbose-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (bytecheck-0.6.6.crate) = b1fa08b36231437b14b1215af2c0b015acc016a12a0570171c0b14125b7a63de9127ee5fe1f0f9f6e9419c123c11d02369105895d280ba0fdc91f0315301accc
SHA512 (bytecheck-0.6.7.crate) = 553bf8c6db338131929ebe2478ee6eeafa98ea90533b1e4afcb43be60690ca17bf4ef4c4a5dfb18c316f8f674d3d0ae04efc5811095df9844ead06d0846b3aa4

Loading…
Cancel
Save