Update to version 1.0.177; Fixes RHBZ#2224132

epel9
Fabio Valentini 1 year ago
parent ff3c93c8b6
commit b2f4ed5ef2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -99,3 +99,4 @@
/serde_derive-1.0.163.crate
/serde_derive-1.0.166.crate
/serde_derive-1.0.171.crate
/serde_derive-1.0.177.crate

@ -6,9 +6,9 @@
%global crate serde_derive
Name: rust-serde_derive
Version: 1.0.171
Version: 1.0.177
Release: %autorelease
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
Summary: Implementation of #[derive(Serialize, Deserialize)]
License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_derive
@ -17,7 +17,7 @@ Source: %{crates_source}
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Macros 1.1 implementation of #[derive(Serialize, Deserialize)].}
Implementation of #[derive(Serialize, Deserialize)].}
%description %{_description}
@ -33,7 +33,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/
@ -64,6 +63,8 @@ use the "deserialize_in_place" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
# remove pre-built binaries that are only used by an experimental feature
rm -v serde_derive-x86_64-unknown-linux-gnu
%generate_buildrequires
%cargo_generate_buildrequires

@ -1 +1 @@
SHA512 (serde_derive-1.0.171.crate) = 2561e5105c6fd6ab802ddc04dbb4392450c7eff6709f39ec8ae43ba73138944879330f9bb8de7a6cbef3507153a22007a69d6e27d0acc717889ac91ea195ef45
SHA512 (serde_derive-1.0.177.crate) = d2a1361598b44b523f4401828263bcb386d5088189c65c300f31e6d86b021a528dc991a073a229bc2211bf74e398eb19a903f6e659f13ac4c8bbe93008777cc6

Loading…
Cancel
Save