Update to version 1.0.137; Fixes RHBZ#2080705

epel9
Fabio Valentini 3 years ago
parent 65ca1fe768
commit ed2cb0e815
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -86,3 +86,4 @@
/serde_test-1.0.133.crate
/serde_test-1.0.134.crate
/serde_test-1.0.136.crate
/serde_test-1.0.137.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 20
# Generated by rust2rpm 21
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate serde_test
Name: rust-%{crate}
Version: 1.0.136
Version: 1.0.137
Release: %autorelease
Summary: Token De/Serializer for testing De/Serialize implementations
@ -17,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Token De/Serializer for testing De/Serialize implementations.}
@ -34,9 +34,11 @@ This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -48,7 +50,7 @@ This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (serde_test-1.0.136.crate) = fffdfc426000328aa05794b0d89e70261748c27942139b064dcae404f83be2a2c2609a472493a3f0782165576334d8f5e8673b1198506963e7eaa991e850773c
SHA512 (serde_test-1.0.137.crate) = 511a67f8847827688f1c8e0085365298d0a1a147bf5c1981163c09bb6621b1e99c861dac8c9eeb379f0c78c745ee3523595d011d80f057b099fac0b6e3b509f3

Loading…
Cancel
Save