Compare commits

..

18 Commits

Author SHA1 Message Date
Fabio Valentini dc04a038d0
Update to version 1.0.177; Fixes RHBZ#2302838
6 months ago
Fedora Release Engineering 190a270846 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 11eadc64d4 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 6481be4434
Rebuild for serde_derive fixes
1 year ago
Fabio Valentini e8f68cc8ee
Update to version 1.0.176; Fixes RHBZ#2224133
2 years ago
Fedora Release Engineering 895d39f9df Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini 8c62123330
Update to version 1.0.171; Fixes RHBZ#2221003
2 years ago
Fabio Valentini 9ca2cfe082
Update to version 1.0.166; Fixes RHBZ#2213419
2 years ago
Fabio Valentini f95d4b6787
Update to version 1.0.163; Fixes RHBZ#2196788
2 years ago
Fabio Valentini 782d6167fa
Update to version 1.0.162; Fixes RHBZ#2193277
2 years ago
Fabio Valentini a396f60e5c
Update to version 1.0.160; Fixes RHBZ#2185733
2 years ago
Fabio Valentini a1e5fa4d87
Update to version 1.0.159; Fixes RHBZ#2182294
2 years ago
Fabio Valentini 487bcb5f1c
Update to version 1.0.158; Fixes RHBZ#2176638
2 years ago
Fabio Valentini 6e639651bc
Update to version 1.0.153; Fixes RHBZ#2176253
2 years ago
Fabio Valentini 874a222117
Update to version 1.0.152; Fixes RHBZ#2154421
2 years ago
Fedora Release Engineering 116785c9e1 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 8ff5110475
Update to version 1.0.150; Fixes RHBZ#2136790
2 years ago
Fabio Valentini bfb7bf67d6
Update to version 1.0.145; Fixes RHBZ#2129168
2 years ago

1
.gitignore vendored

@ -104,3 +104,4 @@
/serde_test-1.0.166.crate
/serde_test-1.0.171.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
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate serde_test
Name: rust-serde_test
Version: 1.0.176
Version: 1.0.177
Release: %autorelease
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
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%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