## START: Set by rpmautospec ## (rpmautospec version 0.3.5) ## 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 24 %bcond_without check %global debug_package %{nil} %global crate serde_json Name: rust-serde_json Version: 1.0.96 Release: %autorelease Summary: JSON serialization file format License: MIT OR Apache-2.0 URL: https://crates.io/crates/serde_json Source: %{crates_source} BuildRequires: rust-packaging >= 21 %global _description %{expand: A JSON serialization file format.} %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}/CONTRIBUTING.md %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 %package -n %{name}+alloc-devel Summary: %{summary} 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. %files -n %{name}+alloc-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+arbitrary_precision-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+arbitrary_precision-devel %{_description} This package contains library source intended for building other packages which use the "arbitrary_precision" feature of the "%{crate}" crate. %files -n %{name}+arbitrary_precision-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+float_roundtrip-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+float_roundtrip-devel %{_description} This package contains library source intended for building other packages which use the "float_roundtrip" feature of the "%{crate}" crate. %files -n %{name}+float_roundtrip-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+indexmap-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+indexmap-devel %{_description} This package contains library source intended for building other packages which use the "indexmap" feature of the "%{crate}" crate. %files -n %{name}+indexmap-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+preserve_order-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+preserve_order-devel %{_description} This package contains library source intended for building other packages which use the "preserve_order" feature of the "%{crate}" crate. %files -n %{name}+preserve_order-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+raw_value-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+raw_value-devel %{_description} This package contains library source intended for building other packages which use the "raw_value" feature of the "%{crate}" crate. %files -n %{name}+raw_value-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} 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. %files -n %{name}+std-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+unbounded_depth-devel Summary: %{summary} BuildArch: noarch %description -n %{name}+unbounded_depth-devel %{_description} This package contains library source intended for building other packages which use the "unbounded_depth" feature of the "%{crate}" crate. %files -n %{name}+unbounded_depth-devel %ghost %{crate_instdir}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 %cargo_prep %generate_buildrequires %cargo_generate_buildrequires %build %cargo_build %install %cargo_install %if %{with check} %check %cargo_test %endif %changelog * Sat Apr 15 2023 Tom Callaway - 1.0.96-1 - Uncommitted changes * Thu Mar 30 2023 Fabio Valentini - 1.0.95-1 - Update to version 1.0.95; Fixes RHBZ#2182159 * Thu Mar 16 2023 Fabio Valentini - 1.0.94-1 - Update to version 1.0.94; Fixes RHBZ#2175557 * Tue Feb 28 2023 Fabio Valentini - 1.0.93-1 - Update to version 1.0.93; Fixes RHBZ#2167142 * Sat Jan 21 2023 Fedora Release Engineering - 1.0.91-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Dec 20 2022 Fabio Valentini - 1.0.91-1 - Update to version 1.0.91; Fixes RHBZ#2154579 * Sat Dec 10 2022 Fabio Valentini - 1.0.89-1 - Update to version 1.0.89; Fixes RHBZ#2143894 * Mon Oct 10 2022 Fabio Valentini - 1.0.86-1 - Update to version 1.0.86; Fixes RHBZ#2133311 * Mon Aug 22 2022 Fabio Valentini - 1.0.85-1 - Update to version 1.0.85; Fixes RHBZ#2120133 * Fri Aug 05 2022 Fabio Valentini - 1.0.83-1 - Update to version 1.0.83; Fixes RHBZ#2114954 * Sat Jul 23 2022 Fedora Release Engineering - 1.0.82-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 13 2022 Fabio Valentini - 1.0.82-1 - Update to version 1.0.82; Fixes RHBZ#2102368 * Mon May 09 2022 Fabio Valentini - 1.0.81-1 - Update to version 1.0.81; Fixes RHBZ#2080665 * Sat Feb 12 2022 Igor Raits - 1.0.79-1 - Update to 1.0.79 (Closes: rhbz#2053791) * Wed Jan 26 2022 Fabio Valentini - 1.0.78-1 - Update to version 1.0.78; Fixes RHBZ#2041118 * Fri Jan 21 2022 Fedora Release Engineering - 1.0.74-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jan 07 2022 Fabio Valentini - 1.0.74-1 - Update to version 1.0.74; Fixes RHBZ#2036449 * Wed Dec 15 2021 Fabio Valentini - 1.0.73-1 - Update to version 1.0.73; Fixes RHBZ#2032058 * Thu Nov 25 2021 Fabio Valentini - 1.0.72-1 - Update to version 1.0.72; Fixes RHBZ#2024338 * Mon Nov 15 2021 Fabio Valentini - 1.0.70-1 - Update to version 1.0.70; Fixes RHBZ#2022929 * Fri Nov 05 2021 Fabio Valentini - 1.0.69-1 - Update to version 1.0.69; Fixes RHBZ#2020760 * Mon Sep 27 2021 Fabio Valentini - 1.0.68-1 - Update to version 1.0.68; Fixes RHBZ#2004272 * Sun Aug 29 2021 Fabio Valentini - 1.0.67-1 - Update to version 1.0.67; Fixes RHBZ#1998767 * Sun Aug 08 2021 Fabio Valentini - 1.0.66-1 - Update to version 1.0.66; Fixes RHBZ#1988163 * Thu Jul 29 2021 Fabio Valentini - 1.0.65-1 - Update to version 1.0.65; Fixes RHBZ#1987100 * Fri Jul 23 2021 Fedora Release Engineering - 1.0.64-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Mar 03 2021 Fabio Valentini - 1.0.64-1 - Update to version 1.0.64. - Fixes RHBZ#1933470 * Thu Feb 25 2021 Fabio Valentini - 1.0.63-1 - Update to version 1.0.63. - Fixes RHBZ#1933124 * Sun Feb 07 2021 Fabio Valentini - 1.0.62-1 - Update to version 1.0.62. * Wed Jan 27 2021 Fedora Release Engineering - 1.0.61-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Tue Dec 29 2020 Fabio Valentini - 1.0.61-1 - Update to version 1.0.61. - Fixes RHBZ#1911352 * Thu Dec 03 2020 Fabio Valentini - 1.0.60-1 - Update to version 1.0.60. - Fixes RHBZ#1903818 * Mon Nov 09 2020 Fabio Valentini - 1.0.59-1 - Update to version 1.0.59. - Fixes RHBZ#1887588 * Thu Oct 01 2020 Fabio Valentini - 1.0.58-1 - Update to version 1.0.58. * Wed Jul 29 2020 Josh Stone - 1.0.57-1 - Update to 1.0.57 * Wed Jul 29 2020 Fedora Release Engineering - 1.0.56-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jul 10 2020 Josh Stone - 1.0.56-1 - Update to 1.0.56 * Thu Jun 11 2020 Josh Stone - 1.0.55-1 - Update to 1.0.55 * Sun May 10 14:21:45 CEST 2020 Igor Raits - 1.0.53-1 - Update to 1.0.53 * Wed Apr 29 2020 Josh Stone - 1.0.52-1 - Update to 1.0.52 * Wed Apr 08 2020 Josh Stone - 1.0.51-1 - Update to 1.0.51 * Sun Mar 29 09:47:15 CEST 2020 Igor Raits - 1.0.50-1 - Update to 1.0.50 * Thu Feb 13 14:16:34 CET 2020 Igor Raits - 1.0.48-1 - Update to 1.0.48 * Mon Feb 10 2020 Josh Stone - 1.0.47-1 - Update to 1.0.47 * Thu Feb 06 2020 Josh Stone - 1.0.46-1 - Update to 1.0.46 * Thu Jan 30 2020 Fedora Release Engineering - 1.0.45-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 27 2020 Josh Stone - 1.0.45-1 - Update to 1.0.45 * Thu Dec 05 14:10:15 CET 2019 Igor Gnatenko - 1.0.44-1 - Update to 1.0.44 * Wed Dec 04 13:37:03 CET 2019 Igor Gnatenko - 1.0.43-1 - Update to 1.0.43 * Thu Nov 28 11:21:14 CET 2019 Igor Gnatenko - 1.0.42-1 - Update to 1.0.42 * Tue Nov 19 09:41:49 CET 2019 Igor Gnatenko - 1.0.41-1 - Update to 1.0.41 * Fri Jul 26 2019 Fedora Release Engineering - 1.0.40-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Jun 30 21:31:51 CEST 2019 Igor Gnatenko - 1.0.40-1 - Update to 1.0.40 * Thu Jun 27 07:54:31 CEST 2019 Igor Gnatenko - 1.0.39-6 - Update ryu to 1.0 * Thu Jun 20 11:08:37 CEST 2019 Igor Gnatenko - 1.0.39-5 - Regenerate * Sun Jun 09 11:11:10 CEST 2019 Igor Gnatenko - 1.0.39-4 - Regenerate * Sun May 12 08:56:41 CEST 2019 Igor Gnatenko - 1.0.39-3 - Update serde_bytes to 0.11 * Sun Mar 10 2019 Igor Gnatenko - 1.0.39-2 - Do not pull optional dependencies * Thu Feb 28 2019 Josh Stone - 1.0.39-1 - Update to 1.0.39 * Sun Feb 03 2019 Igor Gnatenko - 1.0.38-1 - Update to 1.0.38 * Sat Feb 02 2019 Fedora Release Engineering - 1.0.37-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Jan 23 2019 Josh Stone - 1.0.37-1 - Update to 1.0.37 * Thu Jan 17 2019 Josh Stone - 1.0.36-1 - Update to 1.0.36 * Mon Jan 14 2019 Josh Stone - 1.0.35-1 - Update to 1.0.35 * Tue Jan 08 2019 Josh Stone - 1.0.34-1 - Update to 1.0.34 * Sat Nov 10 2018 Josh Stone - 1.0.33-1 - Update to 1.0.33 * Sat Oct 27 2018 Igor Gnatenko - 1.0.32-2 - Adapt to new packaging * Thu Oct 04 2018 Josh Stone - 1.0.32-1 - Update to 1.0.32 * Fri Sep 28 2018 Josh Stone - 1.0.31-1 - Update to 1.0.31 * Thu Sep 20 2018 Josh Stone - 1.0.28-1 - Update to 1.0.28 * Fri Sep 07 2018 Josh Stone - 1.0.27-1 - Update to 1.0.27 * Sat Aug 18 2018 Igor Gnatenko - 1.0.26-1 - Update to 1.0.26 * Tue Jul 17 2018 Igor Gnatenko - 1.0.24-1 - Update to 1.0.24 * Sat Jul 14 2018 Fedora Release Engineering - 1.0.23-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jul 03 2018 Josh Stone - 1.0.23-1 - Update to 1.0.23 * Mon Jun 25 2018 Igor Gnatenko - 1.0.22-1 - Update to 1.0.22 * Mon Jun 18 2018 Igor Gnatenko - 1.0.21-1 - Update to 1.0.21 * Mon Jun 11 2018 Igor Gnatenko - 1.0.20-1 - Update to 1.0.20 * Tue Jun 05 2018 Josh Stone - 1.0.19-1 - Update to 1.0.19 * Mon May 28 2018 Igor Gnatenko - 1.0.18-1 - Update to 1.0.18 * Wed May 02 2018 Josh Stone - 1.0.17-1 - Update to 1.0.17 * Sun Apr 22 2018 Igor Gnatenko - 1.0.16-1 - Update to 1.0.16 * Tue Apr 17 2018 Josh Stone - 1.0.15-1 - Update to 1.0.15 * Mon Apr 16 2018 Josh Stone - 1.0.14-1 - Update to 1.0.14 * Mon Mar 26 2018 Josh Stone - 1.0.13-1 - Update to 1.0.13 * Sun Mar 11 2018 Igor Gnatenko - 1.0.11-1 - Update to 1.0.11 * Thu Mar 01 2018 Josh Stone - 1.0.10-1 - Update to 1.0.10 * Fri Feb 09 2018 Fedora Release Engineering - 1.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 08 2018 Igor Gnatenko - 1.0.9-2 - Rebuild for rust-packaging v5 * Sun Dec 31 2017 Igor Gnatenko - 1.0.9-1 - Update to 1.0.9 * Sat Dec 09 2017 Igor Gnatenko - 1.0.8-1 - Update to 1.0.8 * Sat Dec 02 2017 Igor Gnatenko - 1.0.7-1 - Update to 1.0.7 * Thu Nov 09 2017 Igor Gnatenko - 1.0.6-1 - Update to 1.0.6 * Thu Jun 15 2017 Igor Gnatenko - 1.0.2-1 - Update to 1.0.2 * Wed Jun 14 2017 Igor Gnatenko - 0.9.9-2 - Port to use rust-packaging * Mon Mar 06 2017 Igor Gnatenko - 0.9.9-1 - Update to 0.9.9 * Sun Feb 26 2017 Igor Gnatenko - 0.9.8-1 - Initial package