Update to version 1.0.189; Fixes RHBZ#2243780

epel10
Fabio Valentini 1 year ago
parent 97667d9752
commit 793f0fd8e4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -102,3 +102,4 @@
/serde_derive-1.0.177.crate /serde_derive-1.0.177.crate
/serde_derive-1.0.185.crate /serde_derive-1.0.185.crate
/serde_derive-1.0.188.crate /serde_derive-1.0.188.crate
/serde_derive-1.0.189.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
# * tests can only be run in-tree # * tests can only be run in-tree
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate serde_derive %global crate serde_derive
Name: rust-serde_derive Name: rust-serde_derive
Version: 1.0.188 Version: 1.0.189
Release: %autorelease Release: %autorelease
Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)] Summary: Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_derive URL: https://crates.io/crates/serde_derive
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Macros 1.1 implementation of #[derive(Serialize, Deserialize)].} Macros 1.1 implementation of #[derive(Serialize, Deserialize)].}
@ -62,7 +62,7 @@ use the "deserialize_in_place" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -0,0 +1,3 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (serde_derive-1.0.188.crate) = fa9132a319f7829e6afad65289031be99255466d76270875d9d81f82f63e53592eaef5452d0df38da92e9d0b6f2b37e91026635fff4bf597b0ae662b71b5eff0 SHA512 (serde_derive-1.0.189.crate) = 54bf81d6a18297d57122d8eca3fa4fd60a13907fe65bb68081c6f9c0f8c13f3f3206f74a0e9e3c3546c8581b8f7d4af92dd74fe4172f039d3022eda031e1e342

Loading…
Cancel
Save