|
|
|
@ -1,21 +1,11 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## 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 27
|
|
|
|
|
%bcond check 1
|
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate object
|
|
|
|
|
|
|
|
|
|
Name: rust-object
|
|
|
|
|
Version: 0.36.7
|
|
|
|
|
Version: 0.32.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Unified interface for reading and writing object file formats
|
|
|
|
|
|
|
|
|
@ -23,6 +13,7 @@ License: Apache-2.0 OR MIT
|
|
|
|
|
URL: https://crates.io/crates/object
|
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
# Manually created patch for downstream crate metadata changes
|
|
|
|
|
# * bump ruzstd dependency from 0.4 to 0.5
|
|
|
|
|
# * disable unused WASM support
|
|
|
|
|
Patch: object-fix-metadata.diff
|
|
|
|
|
|
|
|
|
@ -85,30 +76,6 @@ use the "archive" feature of the "%{crate}" crate.
|
|
|
|
|
%files -n %{name}+archive-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+build-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+build-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "build" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+build-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+build_core-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description -n %{name}+build_core-devel %{_description}
|
|
|
|
|
|
|
|
|
|
This package contains library source intended for building other packages which
|
|
|
|
|
use the "build_core" feature of the "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
%files -n %{name}+build_core-devel
|
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
%package -n %{name}+cargo-all-devel
|
|
|
|
|
Summary: %{summary}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
@ -329,153 +296,8 @@ use the "xcoff" feature of the "%{crate}" crate.
|
|
|
|
|
%if %{with check}
|
|
|
|
|
%check
|
|
|
|
|
# * skip tests that require files which are not included in published crates
|
|
|
|
|
%{cargo_test -- -- --exact %{shrink:
|
|
|
|
|
--skip read::coff::coff_extended_relocations
|
|
|
|
|
--skip read::elf::get_buildid_bad_elf
|
|
|
|
|
--skip read::elf::get_buildid_less_bad_elf
|
|
|
|
|
--skip read::macho::test_go_macho
|
|
|
|
|
}}
|
|
|
|
|
%cargo_test -- -- --exact --skip read::coff::coff_extended_relocations
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 0.36.7-1
|
|
|
|
|
- Update to version 0.36.7; Fixes RHBZ#2333644
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.36.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Oct 18 2024 Fabio Valentini <decathorpe@gmail.com> - 0.36.5-1
|
|
|
|
|
- Update to version 0.36.5; Fixes RHBZ#2316439
|
|
|
|
|
|
|
|
|
|
* Tue Sep 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.36.4-1
|
|
|
|
|
- Update to version 0.36.4; Fixes RHBZ#2309093
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2024 Fabio Valentini <decathorpe@gmail.com> - 0.36.3-1
|
|
|
|
|
- Update to version 0.36.3; Fixes RHBZ#2303341
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2024 Michel Lind <salimma@fedoraproject.org> - 0.36.2-1
|
|
|
|
|
- Update to version 0.36.2; Fixes RHBZ#2267848
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.32.2-1
|
|
|
|
|
- Update to version 0.32.2; Fixes RHBZ#2255736
|
|
|
|
|
|
|
|
|
|
* Wed Nov 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.32.1-1
|
|
|
|
|
- Update to version 0.32.1; Fixes RHBZ#2186956
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.30.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Mar 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.30.3-1
|
|
|
|
|
- Update to version 0.30.3; Fixes RHBZ#2144698
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.29.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Aug 09 2022 Fabio Valentini <decathorpe@gmail.com> - 0.29.0-1
|
|
|
|
|
- Update to version 0.29.0; Fixes RHBZ#2014821
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.27.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2022 Fabio Valentini <decathorpe@gmail.com> - 0.27.1-1
|
|
|
|
|
- Update to version 0.27.1
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.26.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Sep 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.26.2-1
|
|
|
|
|
- Update to version 0.26.2; Fixes RHBZ#1966865
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.24.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat May 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.24.0-1
|
|
|
|
|
- Update to version 0.24.0.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Nov 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.22.0-1
|
|
|
|
|
- Update to version 0.22.0.
|
|
|
|
|
- Fixes RHBZ#1868548
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 15 2020 Josh Stone <jistone@redhat.com> - 0.20.0-1
|
|
|
|
|
- Update to 0.20.0
|
|
|
|
|
|
|
|
|
|
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.19.0-1
|
|
|
|
|
- Update to 0.19.0
|
|
|
|
|
|
|
|
|
|
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 0.18.0-1
|
|
|
|
|
- Update to 0.18.0
|
|
|
|
|
|
|
|
|
|
* Wed Feb 26 2020 Josh Stone <jistone@redhat.com> - 0.17.0-2
|
|
|
|
|
- Bump goblin to 0.2
|
|
|
|
|
|
|
|
|
|
* Wed Feb 19 2020 Josh Stone <jistone@redhat.com> - 0.17.0-1
|
|
|
|
|
- Update to 0.17.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 07 15:33:29 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.12.0-1
|
|
|
|
|
- Update to 0.12.0
|
|
|
|
|
|
|
|
|
|
* Sat Apr 20 17:45:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-4
|
|
|
|
|
- Update goblin to 0.0.22
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 16:26:43 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.11.0-3
|
|
|
|
|
- Run tests in infrastructure
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Nov 27 2018 Josh Stone <jistone@redhat.com> - 0.11.0-1
|
|
|
|
|
- Update to 0.11.0
|
|
|
|
|
|
|
|
|
|
* Tue Nov 13 2018 Josh Stone <jistone@redhat.com> - 0.10.0-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
* Tue Oct 02 2018 Josh Stone <jistone@redhat.com> - 0.10.0-1
|
|
|
|
|
- Update to 0.10.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-2
|
|
|
|
|
- Bump goblin to 0.0.17
|
|
|
|
|
|
|
|
|
|
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.9.0-1
|
|
|
|
|
- Update to 0.9.0
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-5
|
|
|
|
|
- Bump goblin to 0.0.15
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-3
|
|
|
|
|
- Bump goblin to 0.0.14
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-2
|
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
|
|
|
|
|
|
* Mon Jan 01 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.0-1
|
|
|
|
|
- Update to 0.7.0
|
|
|
|
|
|
|
|
|
|
* Sun Dec 03 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
%autochangelog
|