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

13
.gitignore vendored

@ -92,3 +92,16 @@
/serde_test-1.0.141.crate /serde_test-1.0.141.crate
/serde_test-1.0.143.crate /serde_test-1.0.143.crate
/serde_test-1.0.144.crate /serde_test-1.0.144.crate
/serde_test-1.0.145.crate
/serde_test-1.0.150.crate
/serde_test-1.0.152.crate
/serde_test-1.0.153.crate
/serde_test-1.0.158.crate
/serde_test-1.0.159.crate
/serde_test-1.0.160.crate
/serde_test-1.0.162.crate
/serde_test-1.0.163.crate
/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,3 +0,0 @@
# rust-serde_test
The rust-serde_test package

@ -1,4 +1,4 @@
# Generated by rust2rpm 22 # 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.144 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,9 +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}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Token De/Serializer for testing De/Serialize implementations.} Token De/Serializer for testing De/Serialize implementations.}
@ -36,7 +34,6 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%doc %{crate_instdir}/crates-io.md
%{crate_instdir}/ %{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
@ -52,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.144.crate) = 1d45b336b1e9da77429f190efc439469628107e77055ac4afe68c85f63e4b18791d1e15e6bd8e4520ff22b0d2cea4f566f19fc53196055fc1f41705fe4cdc831 SHA512 (serde_test-1.0.177.crate) = 11be2b5f2f8e18ae5b787f26517cfd0be4750b021f792ec90f74425c54292c7b8e1525758b7fd9459d764fc1c104e6def95c14fe685261425aa162582074bc6c

Loading…
Cancel
Save