From 269b18b7c874bf869ff7f01f33971cf7eba09987 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 17:08:18 +0300 Subject: [PATCH] import rust-serde_test-1.0.177-1.el10 --- .gitignore | 1 + .rust-serde_test.metadata | 1 + SOURCES/rust2rpm.toml | 4 + SPECS/rust-serde_test.spec | 481 +++++++++++++++++++++++++++++++++++++ 4 files changed, 487 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-serde_test.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-serde_test.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4755f09 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/serde_test-1.0.177.crate diff --git a/.rust-serde_test.metadata b/.rust-serde_test.metadata new file mode 100644 index 0000000..aae09ec --- /dev/null +++ b/.rust-serde_test.metadata @@ -0,0 +1 @@ +293b486255420eca3f4f3586d35f678af819e751 SOURCES/serde_test-1.0.177.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..553347c --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,4 @@ +[tests] +run = ["none"] +comments = ["tests can only be run in-tree"] + diff --git a/SPECS/rust-serde_test.spec b/SPECS/rust-serde_test.spec new file mode 100644 index 0000000..1188110 --- /dev/null +++ b/SPECS/rust-serde_test.spec @@ -0,0 +1,481 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Generated by rust2rpm 26 +# * tests can only be run in-tree +%bcond_with check +%global debug_package %{nil} + +%global crate serde_test + +Name: rust-serde_test +Version: 1.0.177 +Release: %autorelease +Summary: Token De/Serializer for testing De/Serialize implementations + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/serde_test +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 + +%global _description %{expand: +Token De/Serializer for testing De/Serialize implementations.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%doc %{crate_instdir}/README.md +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +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. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 1.0.177-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Mon Aug 05 2024 Fabio Valentini - 1.0.177-1 +- Update to version 1.0.177; Fixes RHBZ#2302838 + +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.176-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Sat Jan 27 2024 Fedora Release Engineering - 1.0.176-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 27 2023 Fabio Valentini - 1.0.176-2 +- Rebuild for serde_derive fixes + +* Thu Jul 27 2023 Fabio Valentini - 1.0.176-1 +- Update to version 1.0.176; Fixes RHBZ#2224133 + +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.171-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Fri Jul 14 2023 Fabio Valentini - 1.0.171-1 +- Update to version 1.0.171; Fixes RHBZ#2221003 + +* Wed Jul 05 2023 Fabio Valentini - 1.0.166-1 +- Update to version 1.0.166; Fixes RHBZ#2213419 + +* Mon May 22 2023 Fabio Valentini - 1.0.163-1 +- Update to version 1.0.163; Fixes RHBZ#2196788 + +* Mon May 08 2023 Fabio Valentini - 1.0.162-1 +- Update to version 1.0.162; Fixes RHBZ#2193277 + +* Mon Apr 17 2023 Fabio Valentini - 1.0.160-1 +- Update to version 1.0.160; Fixes RHBZ#2185733 + +* Thu Mar 30 2023 Fabio Valentini - 1.0.159-1 +- Update to version 1.0.159; Fixes RHBZ#2182294 + +* Wed Mar 22 2023 Fabio Valentini - 1.0.158-1 +- Update to version 1.0.158; Fixes RHBZ#2176638 + +* Tue Mar 07 2023 Fabio Valentini - 1.0.153-1 +- Update to version 1.0.153; Fixes RHBZ#2176253 + +* Fri Feb 03 2023 Fabio Valentini - 1.0.152-1 +- Update to version 1.0.152; Fixes RHBZ#2154421 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.150-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Tue Dec 13 2022 Fabio Valentini - 1.0.150-1 +- Update to version 1.0.150; Fixes RHBZ#2136790 + +* Sat Oct 08 2022 Fabio Valentini - 1.0.145-1 +- Update to version 1.0.145; Fixes RHBZ#2129168 + +* Mon Aug 22 2022 Fabio Valentini - 1.0.144-1 +- Update to version 1.0.144; Fixes RHBZ#2120033 + +* Fri Aug 12 2022 Fabio Valentini - 1.0.143-1 +- Update to version 1.0.143; Fixes RHBZ#2114956 + +* Tue Aug 02 2022 Fabio Valentini - 1.0.141-1 +- Update to version 1.0.141; Fixes RHBZ#2109230 + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.139-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sun Jul 17 2022 Fabio Valentini - 1.0.139-1 +- Update to version 1.0.139; Fixes RHBZ#2105890 + +* Fri Jul 08 2022 Fabio Valentini - 1.0.138-1 +- Update to version 1.0.138; Fixes RHBZ#2103350 + +* Fri May 13 2022 Fabio Valentini - 1.0.137-1 +- Update to version 1.0.137; Fixes RHBZ#2080705 + +* Thu Feb 03 2022 Fabio Valentini - 1.0.136-1 +- Update to version 1.0.136; Fixes RHBZ#2043974 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.134-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jan 21 2022 Fabio Valentini - 1.0.134-1 +- Update to version 1.0.134; Fixes RHBZ#2043391 + +* Wed Jan 05 2022 Fabio Valentini - 1.0.133-1 +- Update to version 1.0.133; Fixes RHBZ#2036457 + +* Tue Dec 21 2021 Fabio Valentini - 1.0.132-1 +- Update to version 1.0.132; Fixes RHBZ#2033429 + +* Thu Dec 09 2021 Fabio Valentini - 1.0.131-1 +- Update to version 1.0.131; Fixes RHBZ#2030524 + +* Wed Sep 01 2021 Fabio Valentini - 1.0.130-1 +- Update to version 1.0.130; Fixes RHBZ#1996900 + +* Sun Aug 22 2021 Fabio Valentini - 1.0.128-1 +- Update to version 1.0.128; Fixes RHBZ#1996312 + +* Sun Aug 01 2021 Fabio Valentini - 1.0.127-1 +- Update to version 1.0.127; Fixes RHBZ#1988653 + +* Tue Jul 27 2021 Fedora Release Engineering - 1.0.126-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Mon May 17 2021 Fabio Valentini - 1.0.126-1 +- Update to version 1.0.126. + +* Wed Mar 24 2021 Fabio Valentini - 1.0.125-1 +- Update to version 1.0.125. + +* Thu Mar 04 2021 Fabio Valentini - 1.0.123-1 +- Update to version 1.0.123. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.119-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jan 12 09:31:26 CET 2021 Igor Raits - 1.0.119-1 +- Update to 1.0.119 (Fixes: RHBZ#1915058) + +* Mon Dec 07 2020 Fabio Valentini - 1.0.118-1 +- Update to version 1.0.118. + +* Tue Nov 10 2020 Fabio Valentini - 1.0.117-1 +- Update to version 1.0.117. + +* Fri Sep 11 2020 Josh Stone - 1.0.116-1 +- Update to 1.0.116 + +* Thu Aug 20 2020 Josh Stone - 1.0.115-1 +- Update to 1.0.115 + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.114-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jul 10 2020 Josh Stone - 1.0.114-1 +- Update to 1.0.114 + +* Fri Jun 19 2020 Josh Stone - 1.0.113-1 +- Update to 1.0.113 + +* Sun May 31 10:24:22 CEST 2020 Igor Raits - 1.0.111-1 +- Update to 1.0.111 + +* Sun May 10 14:21:45 CEST 2020 Igor Raits - 1.0.110-1 +- Update to 1.0.110 + +* Fri May 08 2020 Josh Stone - 1.0.107-1 +- Update to 1.0.107 + +* Sat Apr 04 2020 Josh Stone - 1.0.106-1 +- Update to 1.0.106 + +* Wed Mar 18 2020 Josh Stone - 1.0.105-1 +- Update to 1.0.105 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.104-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Dec 16 2019 Josh Stone - 1.0.104-1 +- Update to 1.0.104 + +* Thu Nov 28 13:53:19 CET 2019 Igor Gnatenko - 1.0.103-1 +- Update to 1.0.103 + +* Tue Nov 19 2019 Josh Stone - 1.0.102-1 +- Update to 1.0.102 + +* Sat Sep 21 09:01:29 CEST 2019 Igor Gnatenko - 1.0.101-1 +- Update to 1.0.101 + +* Sun Sep 08 15:49:03 CEST 2019 Igor Gnatenko - 1.0.100-1 +- Update to 1.0.100 + +* Mon Aug 26 05:29:21 CEST 2019 Igor Gnatenko - 1.0.99-1 +- Update to 1.0.99 + +* Sun Jul 28 21:27:55 CEST 2019 Igor Gnatenko - 1.0.98-1 +- Update to 1.0.98 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.94-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jun 30 11:59:41 CEST 2019 Igor Gnatenko - 1.0.94-1 +- Update to 1.0.94 + +* Mon Jun 24 21:35:38 CEST 2019 Igor Gnatenko - 1.0.93-2 +- Update to 1.0.93 + +* Fri May 31 2019 Josh Stone - 1.0.92-1 +- Update to 1.0.92 + +* Tue May 07 14:45:28 CEST 2019 Igor Gnatenko - 1.0.91-1 +- Update to 1.0.91 + +* Wed Apr 03 2019 Josh Stone - 1.0.90-1 +- Update to 1.0.90 + +* Fri Mar 01 2019 Josh Stone - 1.0.89-1 +- Update to 1.0.89 + +* Tue Feb 19 2019 Josh Stone - 1.0.88-1 +- Update to 1.0.88 + +* Sun Feb 10 2019 Igor Gnatenko - 1.0.87-1 +- Update ti 1.0.87 + +* Sun Feb 03 2019 Igor Gnatenko - 1.0.86-1 +- Update to 1.0.86 + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.85-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sun Jan 20 2019 Igor Gnatenko - 1.0.85-1 +- Update to 1.0.85 + +* Tue Jan 08 2019 Josh Stone - 1.0.84-1 +- Update to 1.0.84 + +* Wed Dec 12 2018 Josh Stone - 1.0.82-1 +- Update to 1.0.82 + +* Mon Dec 10 2018 Josh Stone - 1.0.81-1 +- Update to 1.0.81 + +* Sat Oct 27 2018 Igor Gnatenko - 1.0.80-2 +- Adapt to new packaging + +* Mon Oct 22 2018 Josh Stone - 1.0.80-1 +- Update to 1.0.80 + +* Sun Oct 07 2018 Igor Gnatenko - 1.0.79-2 +- Run tests in infrastructure + +* Mon Sep 17 2018 Josh Stone - 1.0.79-1 +- Update to 1.0.79 + +* Tue Sep 11 2018 Josh Stone - 1.0.78-1 +- Update to 1.0.78 + +* Fri Sep 07 2018 Josh Stone - 1.0.77-1 +- Update to 1.0.77 + +* Wed Aug 08 2018 Josh Stone - 1.0.71-1 +- Update to 1.0.71 + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.70-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Wed Jul 11 2018 Josh Stone - 1.0.70-1 +- Update to 1.0.70 + +* Tue Jul 03 2018 Josh Stone - 1.0.69-1 +- Update to 1.0.69 + +* Fri Jun 29 2018 Igor Gnatenko - 1.0.68-1 +- Update to 1.0.68 + +* Wed Jun 27 2018 Igor Gnatenko - 1.0.67-1 +- Update to 1.0.67 + +* Tue Jun 05 2018 Josh Stone - 1.0.66-1 +- Update to 1.0.66 + +* Tue May 29 2018 Josh Stone - 1.0.63-1 +- Update to 1.0.63 + +* Mon May 28 2018 Igor Gnatenko - 1.0.62-1 +- Update to 1.0.62 + +* Sat May 26 2018 Igor Gnatenko - 1.0.60-1 +- Update to 1.0.60 + +* Tue May 22 2018 Igor Gnatenko - 1.0.59-1 +- Update to 1.0.59 + +* Sun May 20 2018 Igor Gnatenko - 1.0.58-1 +- Update to 1.0.58 + +* Sat May 19 2018 Josh Stone - 1.0.56-1 +- Update to 1.0.56 + +* Mon May 14 2018 Igor Gnatenko - 1.0.55-1 +- Update to 1.0.55 + +* Sat May 12 2018 Igor Gnatenko - 1.0.54-1 +- Update to 1.0.54 + +* Thu May 10 2018 Igor Gnatenko - 1.0.52-1 +- Update to 1.0.52 + +* Wed May 09 2018 Igor Gnatenko - 1.0.51-1 +- Update to 1.0.51 + +* Tue May 08 2018 Igor Gnatenko - 1.0.50-1 +- Update to 1.0.50 + +* Mon May 07 2018 Igor Gnatenko - 1.0.47-1 +- Update to 1.0.47 + +* Mon May 07 2018 Igor Gnatenko - 1.0.46-1 +- Update to 1.0.46 + +* Wed May 02 2018 Josh Stone - 1.0.45-1 +- Update to 1.0.45 + +* Tue Apr 24 2018 Igor Gnatenko - 1.0.43-1 +- Update to 1.0.43 + +* Sun Apr 22 2018 Igor Gnatenko - 1.0.42-1 +- Update to 1.0.42 + +* Fri Apr 20 2018 Igor Gnatenko - 1.0.41-1 +- Update to 1.0.41 + +* Tue Apr 17 2018 Josh Stone - 1.0.39-1 +- Update to 1.0.39 + +* Mon Apr 16 2018 Josh Stone - 1.0.38-1 +- Update to 1.0.38 + +* Tue Apr 03 2018 Igor Gnatenko - 1.0.37-1 +- Update to 1.0.37 + +* Wed Mar 28 2018 Josh Stone - 1.0.36-1 +- Update to 1.0.36 + +* Mon Mar 26 2018 Igor Gnatenko - 1.0.35-1 +- Update to 1.0.35 + +* Fri Mar 23 2018 Josh Stone - 1.0.34-1 +- Update to 1.0.34 + +* Sat Mar 17 2018 Josh Stone - 1.0.33-1 +- Update to 1.0.33 + +* Wed Mar 14 2018 Josh Stone - 1.0.32-1 +- Update to 1.0.32 + +* Tue Mar 13 2018 Josh Stone - 1.0.30-1 +- Update to 1.0.30 + +* Fri Mar 09 2018 Igor Gnatenko - 1.0.29-1 +- Update to 1.0.29 + +* Fri Mar 09 2018 Josh Stone - 1.0.28-1 +- Update to 1.0.28 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.27-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jan 08 2018 Igor Gnatenko - 1.0.27-2 +- Rebuild for rust-packaging v5 + +* Sun Dec 31 2017 Igor Gnatenko - 1.0.27-1 +- Update to 1.0.27 + +* Sun Dec 24 2017 Igor Gnatenko - 1.0.25-1 +- Update to 1.0.25 + +* Wed Dec 13 2017 Igor Gnatenko - 1.0.24-1 +- Update to 1.0.24 + +* Thu Nov 30 2017 Igor Gnatenko - 1.0.23-1 +- Update to 1.0.23 + +* Fri Nov 17 2017 Igor Gnatenko - 1.0.21-1 +- Update to 1.0.21 + +* Wed Nov 15 2017 Igor Gnatenko - 1.0.20-1 +- Update to 1.0.20 + +* Wed Nov 08 2017 Igor Gnatenko - 1.0.19-1 +- Update to 1.0.19 + +* Sat Jul 01 2017 Igor Gnatenko - 1.0.9-1 +- Update to 1.0.9 + +* Thu Jun 15 2017 Igor Gnatenko - 1.0.8-1 +- Update to 1.0.8 + +* Wed Jun 14 2017 Igor Gnatenko - 0.9.12-2 +- Port to use rust-packaging + +* Thu Mar 30 2017 Igor Gnatenko - 0.9.12-1 +- Update to 0.9.12 + +* Mon Mar 06 2017 Igor Gnatenko - 0.9.11-1 +- Update to 0.9.11 + +* Wed Mar 01 2017 Igor Gnatenko - 0.9.10-1 +- Update to 0.9.10 + +* Sat Feb 25 2017 Igor Gnatenko - 0.9.9-1 +- Initial package + +## END: Generated by rpmautospec