From d7afaad758d5b5bb6ea62369f6494319d6c8b61a Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 7 Jan 2022 23:07:09 +0100 Subject: [PATCH 1/8] Update to version 0.3.17; Fixes RHBZ#2035616 --- .gitignore | 1 + rust-erased-serde.spec | 17 +++++++---------- sources | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index f940dfd..fb9621d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /erased-serde-0.3.13.crate /erased-serde-0.3.15.crate /erased-serde-0.3.16.crate +/erased-serde-0.3.17.crate diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index bcfcde5..50a88b8 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 19 +# Generated by rust2rpm 20 # * tests require files which are not shipped with published crates %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate erased-serde Name: rust-%{crate} -Version: 0.3.16 +Version: 0.3.17 Release: %autorelease Summary: Type-erased Serialize and Serializer traits @@ -16,9 +16,6 @@ URL: https://crates.io/crates/erased-serde Source: %{crates_source} ExclusiveArch: %{rust_arches} -%if %{__cargo_skip_build} -BuildArch: noarch -%endif BuildRequires: rust-packaging @@ -34,7 +31,7 @@ BuildArch: noarch %description devel %{_description} This package contains library source intended for building other packages which -use "%{crate}" crate. +use the "%{crate}" crate. %files devel %license LICENSE-APACHE LICENSE-MIT @@ -48,7 +45,7 @@ BuildArch: noarch %description -n %{name}+default-devel %{_description} This package contains library source intended for building other packages which -use "the default" feature of the "%{crate}" crate. +use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -60,7 +57,7 @@ BuildArch: noarch %description -n %{name}+alloc-devel %{_description} This package contains library source intended for building other packages which -use "the alloc" feature of the "%{crate}" crate. +use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -72,7 +69,7 @@ BuildArch: noarch %description -n %{name}+std-devel %{_description} This package contains library source intended for building other packages which -use "the std" feature of the "%{crate}" crate. +use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml @@ -84,7 +81,7 @@ BuildArch: noarch %description -n %{name}+unstable-debug-devel %{_description} This package contains library source intended for building other packages which -use "the unstable-debug" feature of the "%{crate}" crate. +use the "unstable-debug" feature of the "%{crate}" crate. %files -n %{name}+unstable-debug-devel %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml diff --git a/sources b/sources index 5b75c45..5877460 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (erased-serde-0.3.16.crate) = 2bbdb81cf5fe572dbed35409e7a7a635bc062a75e2a5adfbbad819eda4dca1bccf25638cdfd6e01feb80ea743c98cc7a2932a5a59d8dc33ddf0be3e4ac9b1260 +SHA512 (erased-serde-0.3.17.crate) = 4ff25073f892c82474e9cf550e32b79b05ed7cd202dcb541bd2e3b1b45813d3c700eff1a576ca656527ccbbadd8b2cabc14212ff4f554196d35d32c357db65f8 From 6106e06fee100a7409fec59dd2e8017f86dfa319 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 26 Jan 2022 18:08:01 +0100 Subject: [PATCH 3/8] Update to version 0.3.18; Fixes RHBZ#2043784 --- .gitignore | 1 + rust-erased-serde.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fb9621d..b7bcf69 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /erased-serde-0.3.15.crate /erased-serde-0.3.16.crate /erased-serde-0.3.17.crate +/erased-serde-0.3.18.crate diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index 50a88b8..7a080b9 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -6,7 +6,7 @@ %global crate erased-serde Name: rust-%{crate} -Version: 0.3.17 +Version: 0.3.18 Release: %autorelease Summary: Type-erased Serialize and Serializer traits diff --git a/sources b/sources index 5877460..927b6a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (erased-serde-0.3.17.crate) = 4ff25073f892c82474e9cf550e32b79b05ed7cd202dcb541bd2e3b1b45813d3c700eff1a576ca656527ccbbadd8b2cabc14212ff4f554196d35d32c357db65f8 +SHA512 (erased-serde-0.3.18.crate) = 5e5f620db1095838b414236d6a1cafc9ec9b69054e124d47d88fd5568aeca0cdb65ac8c6e8a50efd3b90c338fb4cf5171261838f7051adc1fafca647d2302952 From 81aa0626c7c25de6273e10e2337b7c7f0bf8b4bf Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 17 Mar 2022 22:52:58 +0100 Subject: [PATCH 4/8] Update to version 0.3.20; Fixes RHBZ#2064425 --- .gitignore | 1 + rust-erased-serde.spec | 21 +++++++++++---------- sources | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index b7bcf69..5fa9275 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /erased-serde-0.3.16.crate /erased-serde-0.3.17.crate /erased-serde-0.3.18.crate +/erased-serde-0.3.20.crate diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index 7a080b9..f2d21df 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 20 +# Generated by rust2rpm 21 # * tests require files which are not shipped with published crates %bcond_with check %global debug_package %{nil} @@ -6,7 +6,7 @@ %global crate erased-serde Name: rust-%{crate} -Version: 0.3.18 +Version: 0.3.20 Release: %autorelease Summary: Type-erased Serialize and Serializer traits @@ -17,7 +17,7 @@ Source: %{crates_source} ExclusiveArch: %{rust_arches} -BuildRequires: rust-packaging +BuildRequires: rust-packaging >= 21 %global _description %{expand: Type-erased Serialize and Serializer traits.} @@ -34,9 +34,10 @@ This package contains library source intended for building other packages which use the "%{crate}" crate. %files devel -%license LICENSE-APACHE LICENSE-MIT -%doc README.md -%{cargo_registry}/%{crate}-%{version_no_tilde}/ +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ %package -n %{name}+default-devel Summary: %{summary} @@ -48,7 +49,7 @@ This package contains library source intended for building other packages which use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+alloc-devel Summary: %{summary} @@ -60,7 +61,7 @@ This package contains library source intended for building other packages which use the "alloc" feature of the "%{crate}" crate. %files -n %{name}+alloc-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -72,7 +73,7 @@ This package contains library source intended for building other packages which use the "std" feature of the "%{crate}" crate. %files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unstable-debug-devel Summary: %{summary} @@ -84,7 +85,7 @@ This package contains library source intended for building other packages which use the "unstable-debug" feature of the "%{crate}" crate. %files -n %{name}+unstable-debug-devel -%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml +%ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 diff --git a/sources b/sources index 927b6a7..a0fcb83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (erased-serde-0.3.18.crate) = 5e5f620db1095838b414236d6a1cafc9ec9b69054e124d47d88fd5568aeca0cdb65ac8c6e8a50efd3b90c338fb4cf5171261838f7051adc1fafca647d2302952 +SHA512 (erased-serde-0.3.20.crate) = b11981c37b706de3546cc72943c4a7eb33cc7e5987d42d4759636552aee95b8eb5bd80b960755c0ec220f541e96bd598b534882d7af2571b89ce1c58ed83b000 From daef0bd21a434e6933212ede4f6b15582f85ffd6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 15 Jul 2022 13:44:54 +0200 Subject: [PATCH 5/8] Update to version 0.3.21; Fixes RHBZ#2098394 --- .gitignore | 1 + rust-erased-serde.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5fa9275..b4f2a6a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /erased-serde-0.3.17.crate /erased-serde-0.3.18.crate /erased-serde-0.3.20.crate +/erased-serde-0.3.21.crate diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index f2d21df..27833c2 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -6,7 +6,7 @@ %global crate erased-serde Name: rust-%{crate} -Version: 0.3.20 +Version: 0.3.21 Release: %autorelease Summary: Type-erased Serialize and Serializer traits diff --git a/sources b/sources index a0fcb83..ecb9cec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (erased-serde-0.3.20.crate) = b11981c37b706de3546cc72943c4a7eb33cc7e5987d42d4759636552aee95b8eb5bd80b960755c0ec220f541e96bd598b534882d7af2571b89ce1c58ed83b000 +SHA512 (erased-serde-0.3.21.crate) = 678bc699f96dc0a3b49d742b9d463de3ab053df5970c44662374e593393eb84c9da4c66d4268de4b714d50a74df49ef0d79875b9dec4a7272ba195e72164b461 From 0a3b2b8fb1ba24f77aa94e5d41e98df01e14445f Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Tue, 2 Aug 2022 15:27:28 +0200 Subject: [PATCH 7/8] Update to version 0.3.22; Fixes RHBZ#2113795 --- .gitignore | 1 + rust-erased-serde.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b4f2a6a..e740fa0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /erased-serde-0.3.18.crate /erased-serde-0.3.20.crate /erased-serde-0.3.21.crate +/erased-serde-0.3.22.crate diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index 27833c2..33f440a 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -1,17 +1,16 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 22 # * tests require files which are not shipped with published crates %bcond_with check %global debug_package %{nil} %global crate erased-serde -Name: rust-%{crate} -Version: 0.3.21 +Name: rust-erased-serde +Version: 0.3.22 Release: %autorelease Summary: Type-erased Serialize and Serializer traits -# Upstream license specification: MIT OR Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/erased-serde Source: %{crates_source} diff --git a/sources b/sources index ecb9cec..d0dd643 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (erased-serde-0.3.21.crate) = 678bc699f96dc0a3b49d742b9d463de3ab053df5970c44662374e593393eb84c9da4c66d4268de4b714d50a74df49ef0d79875b9dec4a7272ba195e72164b461 +SHA512 (erased-serde-0.3.22.crate) = 79c8e5ef8f1177dac1dd9d09ae9a7ce9f0c9790277ce2dbbcbd98a610ba8622e38a30b73cdac4604c172cc7cd87b8f056986227cb9e64db0483b3343bab08c8f From 26677eb617ae999b2f957fb07a4f6081b6d724ea Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 25 Aug 2022 12:30:26 +0200 Subject: [PATCH 8/8] Update to version 0.3.23; Fixes RHBZ#2121251 --- .gitignore | 1 + rust-erased-serde.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e740fa0..304f7bb 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /erased-serde-0.3.20.crate /erased-serde-0.3.21.crate /erased-serde-0.3.22.crate +/erased-serde-0.3.23.crate diff --git a/rust-erased-serde.spec b/rust-erased-serde.spec index 33f440a..77a263f 100644 --- a/rust-erased-serde.spec +++ b/rust-erased-serde.spec @@ -6,7 +6,7 @@ %global crate erased-serde Name: rust-erased-serde -Version: 0.3.22 +Version: 0.3.23 Release: %autorelease Summary: Type-erased Serialize and Serializer traits diff --git a/sources b/sources index d0dd643..0a7d590 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (erased-serde-0.3.22.crate) = 79c8e5ef8f1177dac1dd9d09ae9a7ce9f0c9790277ce2dbbcbd98a610ba8622e38a30b73cdac4604c172cc7cd87b8f056986227cb9e64db0483b3343bab08c8f +SHA512 (erased-serde-0.3.23.crate) = e37e6f166fb2577dbd87c0e686848ae005e5c799d849ff280070153a1d33ad4fd7e7cc11d0348344898e3c33c456f1594683c33baff572f4bc99ac89cdb2bb53