Update to version 0.3.20; Fixes RHBZ#2064425

epel9
Fabio Valentini 3 years ago
parent 6106e06fee
commit 81aa0626c7
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -7,3 +7,4 @@
/erased-serde-0.3.16.crate /erased-serde-0.3.16.crate
/erased-serde-0.3.17.crate /erased-serde-0.3.17.crate
/erased-serde-0.3.18.crate /erased-serde-0.3.18.crate
/erased-serde-0.3.20.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 20 # Generated by rust2rpm 21
# * 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.18 Version: 0.3.20
Release: %autorelease Release: %autorelease
Summary: Type-erased Serialize and Serializer traits Summary: Type-erased Serialize and Serializer traits
@ -17,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Type-erased Serialize and Serializer traits.} Type-erased Serialize and Serializer traits.}
@ -34,9 +34,10 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license %{crate_instdir}/LICENSE-APACHE
%doc README.md %license %{crate_instdir}/LICENSE-MIT
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -48,7 +49,7 @@ 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 %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -60,7 +61,7 @@ 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 %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -72,7 +73,7 @@ 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 %{crate_instdir}/Cargo.toml
%package -n %{name}+unstable-debug-devel %package -n %{name}+unstable-debug-devel
Summary: %{summary} Summary: %{summary}
@ -84,7 +85,7 @@ 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 %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (erased-serde-0.3.18.crate) = 5e5f620db1095838b414236d6a1cafc9ec9b69054e124d47d88fd5568aeca0cdb65ac8c6e8a50efd3b90c338fb4cf5171261838f7051adc1fafca647d2302952 SHA512 (erased-serde-0.3.20.crate) = b11981c37b706de3546cc72943c4a7eb33cc7e5987d42d4759636552aee95b8eb5bd80b960755c0ec220f541e96bd598b534882d7af2571b89ce1c58ed83b000

Loading…
Cancel
Save