Update to version 1.0.131; Fixes RHBZ#2030523

epel9
Fabio Valentini 3 years ago
parent 53eb8c2ef3
commit 3e4677de5a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -77,3 +77,4 @@
/serde_derive-1.0.127.crate
/serde_derive-1.0.128.crate
/serde_derive-1.0.130.crate
/serde_derive-1.0.131.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 20
# * tests can only be run in-tree
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate serde_derive
Name: rust-%{crate}
Version: 1.0.130
Version: 1.0.131
Release: %autorelease
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
@ -16,9 +16,6 @@ URL: https://crates.io/crates/serde_derive
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
@ -33,11 +30,11 @@ 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 the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%license LICENSE-APACHE LICENSE-MIT
%doc README.md crates-io.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -47,8 +44,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 the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@ -59,8 +56,8 @@ BuildArch: noarch
%description -n %{name}+deserialize_in_place-devel %{_description}
This package contains library source intended for building other packages
which use "deserialize_in_place" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "deserialize_in_place" feature of the "%{crate}" crate.
%files -n %{name}+deserialize_in_place-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

@ -1 +1 @@
SHA512 (serde_derive-1.0.130.crate) = d3ca974bf8856ed8a73af4eaff69941b35eef187d7e348d6d2ef9ee79eccad893e66270c7d814ac3871e09e21e603d34d7d1f24b182d9b39e9219acd42a7baa8
SHA512 (serde_derive-1.0.131.crate) = 83a3dd5751e4c6e7d763f88fe40ed9a606b9117a67bbfd14f62051cb95cb3dfe5c7a21bda6a33702e7dc7ac71a4128812a183b0600dd850b1d69dfaa5441782d

Loading…
Cancel
Save