Update to version 0.3.17; Fixes RHBZ#2035616

epel9
Fabio Valentini 3 years ago
parent 9455dcaf5c
commit d7afaad758
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/erased-serde-0.3.13.crate /erased-serde-0.3.13.crate
/erased-serde-0.3.15.crate /erased-serde-0.3.15.crate
/erased-serde-0.3.16.crate /erased-serde-0.3.16.crate
/erased-serde-0.3.17.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 19 # Generated by rust2rpm 20
# * tests require files which are not shipped with published crates # * tests require files which are not shipped with published crates
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate erased-serde %global crate erased-serde
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.16 Version: 0.3.17
Release: %autorelease Release: %autorelease
Summary: Type-erased Serialize and Serializer traits Summary: Type-erased Serialize and Serializer traits
@ -16,9 +16,6 @@ URL: https://crates.io/crates/erased-serde
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
@ -34,7 +31,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
@ -48,7 +45,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
@ -60,7 +57,7 @@ BuildArch: noarch
%description -n %{name}+alloc-devel %{_description} %description -n %{name}+alloc-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 alloc" feature of the "%{crate}" crate. use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -72,7 +69,7 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-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 std" feature of the "%{crate}" crate. use the "std" feature of the "%{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
@ -84,7 +81,7 @@ BuildArch: noarch
%description -n %{name}+unstable-debug-devel %{_description} %description -n %{name}+unstable-debug-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 unstable-debug" feature of the "%{crate}" crate. use the "unstable-debug" feature of the "%{crate}" crate.
%files -n %{name}+unstable-debug-devel %files -n %{name}+unstable-debug-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (erased-serde-0.3.16.crate) = 2bbdb81cf5fe572dbed35409e7a7a635bc062a75e2a5adfbbad819eda4dca1bccf25638cdfd6e01feb80ea743c98cc7a2932a5a59d8dc33ddf0be3e4ac9b1260 SHA512 (erased-serde-0.3.17.crate) = 4ff25073f892c82474e9cf550e32b79b05ed7cd202dcb541bd2e3b1b45813d3c700eff1a576ca656527ccbbadd8b2cabc14212ff4f554196d35d32c357db65f8

Loading…
Cancel
Save