|
|
|
@ -0,0 +1,265 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
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
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate serde_yaml
|
|
|
|
|
%global upstream_version 0.9.34+deprecated
|
|
|
|
|
|
|
|
|
|
Name: rust-serde_yaml
|
|
|
|
|
Version: 0.9.34
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: YAML data format for Serde
|
|
|
|
|
|
|
|
|
|
License: MIT OR Apache-2.0
|
|
|
|
|
URL: https://crates.io/crates/serde_yaml
|
|
|
|
|
Source: %{crates_source %{crate} %{upstream_version}}
|
|
|
|
|
# Automatically generated patch to strip dependencies and normalize metadata
|
|
|
|
|
Patch: serde_yaml-fix-metadata-auto.diff
|
|
|
|
|
|
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
|
YAML data format for Serde.}
|
|
|
|
|
|
|
|
|
|
%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}-%{upstream_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 <packager@msvsphere-os.ru> - 0.9.34-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.34-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu May 16 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.34-1
|
|
|
|
|
- Update to version 0.9.34
|
|
|
|
|
|
|
|
|
|
* Thu Apr 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.33-1
|
|
|
|
|
- Update to version 0.9.33; Fixes RHBZ#2264822
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.31-1
|
|
|
|
|
- Update to version 0.9.31; Fixes RHBZ#2260809
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.30-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 10 2024 Fabio Valentini <decathorpe@gmail.com> - 0.9.30-1
|
|
|
|
|
- Update to version 0.9.30; Fixes RHBZ#2256430
|
|
|
|
|
|
|
|
|
|
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.29-1
|
|
|
|
|
- Update to version 0.9.29; Fixes RHBZ#2255451
|
|
|
|
|
|
|
|
|
|
* Sun Nov 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.27-1
|
|
|
|
|
- Update to version 0.9.27; Fixes RHBZ#2246259
|
|
|
|
|
|
|
|
|
|
* Sat Jul 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.25-1
|
|
|
|
|
- Update to version 0.9.25; Fixes RHBZ#2223145
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.22-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.22-1
|
|
|
|
|
- Update to version 0.9.22; Fixes RHBZ#2217126
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.21-1
|
|
|
|
|
- Update to version 0.9.21; Fixes RHBZ#2184852
|
|
|
|
|
|
|
|
|
|
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.19-1
|
|
|
|
|
- Update to version 0.9.19; Fixes RHBZ#2175464
|
|
|
|
|
|
|
|
|
|
* Sat Jan 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.9.17-1
|
|
|
|
|
- Update to version 0.9.17; Fixes RHBZ#2162584
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.16-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.16-1
|
|
|
|
|
- Update to version 0.9.16; Fixes RHBZ#2154582
|
|
|
|
|
|
|
|
|
|
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.14-1
|
|
|
|
|
- Update to version 0.9.14; Fixes RHBZ#2136935
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.13-1
|
|
|
|
|
- Update to version 0.9.13; Fixes RHBZ#2126804
|
|
|
|
|
|
|
|
|
|
* Sat Sep 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.9.11-1
|
|
|
|
|
- Update to version 0.9.11; Fixes RHBZ#2107782
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.25-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 14 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.25-1
|
|
|
|
|
- Update to version 0.8.25; Fixes RHBZ#2105448
|
|
|
|
|
|
|
|
|
|
* Wed May 11 2022 Fabio Valentini <decathorpe@gmail.com> - 0.8.24-1
|
|
|
|
|
- Update to version 0.8.24; Fixes RHBZ#2081461
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.23-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 15 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.23-1
|
|
|
|
|
- Update to version 0.8.23; Fixes RHBZ#2031601
|
|
|
|
|
|
|
|
|
|
* Mon Sep 27 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.21-1
|
|
|
|
|
- Update to version 0.8.21; Fixes RHBZ#2003267
|
|
|
|
|
|
|
|
|
|
* Sun Aug 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.20-1
|
|
|
|
|
- Update to version 0.8.20; Fixes RHBZ#1996346
|
|
|
|
|
|
|
|
|
|
* Sat Aug 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.18-1
|
|
|
|
|
- Update to version 0.8.18; Fixes RHBZ#1994878
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.17-2
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Feb 14 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.17-1
|
|
|
|
|
- Update to version 0.8.17.
|
|
|
|
|
- Fixes RHBZ#1927467
|
|
|
|
|
|
|
|
|
|
* Mon Feb 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.16-1
|
|
|
|
|
- Update to version 0.8.16.
|
|
|
|
|
- Fixes RHBZ#1923873
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.15-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 12 2021 Fabio Valentini <decathorpe@gmail.com> - 0.8.15-1
|
|
|
|
|
- Update to version 0.8.15.
|
|
|
|
|
- Fixes RHBZ#1912695
|
|
|
|
|
|
|
|
|
|
* Sun Dec 27 14:16:29 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.8.14-1
|
|
|
|
|
- Update to 0.8.14 (Fixes: RHBZ#1893403)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 11 2020 Josh Stone <jistone@redhat.com> - 0.8.13-1
|
|
|
|
|
- Update to 0.8.13
|
|
|
|
|
|
|
|
|
|
* Mon May 11 2020 Josh Stone <jistone@redhat.com> - 0.8.12-1
|
|
|
|
|
- Update to 0.8.12
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 19 09:46:32 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.11-1
|
|
|
|
|
- Update to 0.8.11
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.9-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 20 09:19:22 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.9-2
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Thu May 02 2019 Josh Stone <jistone@redhat.com> - 0.8.9-1
|
|
|
|
|
- Update to 0.8.9
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 03 2018 Josh Stone <jistone@redhat.com> - 0.8.8-1
|
|
|
|
|
- Update to 0.8.8
|
|
|
|
|
|
|
|
|
|
* Sat Nov 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.7-2
|
|
|
|
|
- Run tests in infrastructure
|
|
|
|
|
|
|
|
|
|
* Sat Nov 10 2018 Josh Stone <jistone@redhat.com> - 0.8.7-1
|
|
|
|
|
- Update to 0.8.7
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 0.8.6-1
|
|
|
|
|
- Update to 0.8.6
|
|
|
|
|
|
|
|
|
|
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.8.5-1
|
|
|
|
|
- Update to 0.8.5
|
|
|
|
|
|
|
|
|
|
* Mon Sep 17 2018 Josh Stone <jistone@redhat.com> - 0.8.4-1
|
|
|
|
|
- Update to 0.8.4
|
|
|
|
|
|
|
|
|
|
* Sat Sep 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.8.3-1
|
|
|
|
|
- Update to 0.8.3
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.5-1
|
|
|
|
|
- Update to 0.7.5
|
|
|
|
|
|
|
|
|
|
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.7.4-1
|
|
|
|
|
- Update to 0.7.4
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-2
|
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
|
|
|
|
|
|
* Wed Nov 29 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.3-1
|
|
|
|
|
- Update to 0.7.3
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-2
|
|
|
|
|
- Bump version-sync to 0.5
|
|
|
|
|
|
|
|
|
|
* Wed Nov 15 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.2-1
|
|
|
|
|
- Update to 0.7.2
|
|
|
|
|
|
|
|
|
|
* Tue Nov 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.1-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|