Update to version 1.0.177; Fixes RHBZ#2302838

epel10 imports/epel10/rust-serde_test-1.0.177-1.el10
Fabio Valentini 5 months ago
parent 190a270846
commit dc04a038d0
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -104,3 +104,4 @@
/serde_test-1.0.166.crate /serde_test-1.0.166.crate
/serde_test-1.0.171.crate /serde_test-1.0.171.crate
/serde_test-1.0.176.crate /serde_test-1.0.176.crate
/serde_test-1.0.177.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
# * 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_test %global crate serde_test
Name: rust-serde_test Name: rust-serde_test
Version: 1.0.176 Version: 1.0.177
Release: %autorelease Release: %autorelease
Summary: Token De/Serializer for testing De/Serialize implementations Summary: Token De/Serializer for testing De/Serialize implementations
@ -14,7 +14,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/serde_test URL: https://crates.io/crates/serde_test
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Token De/Serializer for testing De/Serialize implementations.} Token De/Serializer for testing De/Serialize implementations.}
@ -49,7 +49,7 @@ use the "default" 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,4 @@
[tests]
run = ["none"]
comments = ["tests can only be run in-tree"]

@ -1 +1 @@
SHA512 (serde_test-1.0.176.crate) = a7d18de55a4b4e6871d62a5df63eb2132caffb7922edcb767a9ed8fad094d9aca16efe8bfa3b625f48a543cd4cb20c13d78e5ca9ed3965cfdeda9c9fa8bc9a0e SHA512 (serde_test-1.0.177.crate) = 11be2b5f2f8e18ae5b787f26517cfd0be4750b021f792ec90f74425c54292c7b8e1525758b7fd9459d764fc1c104e6def95c14fe685261425aa162582074bc6c

Loading…
Cancel
Save