Compare commits

...

No commits in common. 'i10ce' and 'epel9' have entirely different histories.
i10ce ... epel9

19
.gitignore vendored

@ -1 +1,18 @@
SOURCES/object-0.36.7.crate /object-0.6.0.crate
/object-0.7.0.crate
/object-0.9.0.crate
/object-0.10.0.crate
/object-0.11.0.crate
/object-0.12.0.crate
/object-0.17.0.crate
/object-0.18.0.crate
/object-0.19.0.crate
/object-0.20.0.crate
/object-0.22.0.crate
/object-0.24.0.crate
/object-0.26.2.crate
/object-0.27.1.crate
/object-0.29.0.crate
/object-0.30.3.crate
/object-0.32.1.crate
/object-0.32.2.crate

@ -1 +0,0 @@
583c80d55ee1c4bf606a61dcd209d7ca71b5aa1b SOURCES/object-0.36.7.crate

@ -1,23 +0,0 @@
[package]
cargo-toml-patch-comments = [
"disable unused WASM support",
]
[features]
hide = [
"alloc",
"compiler_builtins",
"core",
"rustc-dep-of-std",
]
[tests]
skip = [
"read::coff::coff_extended_relocations",
"read::elf::get_buildid_bad_elf",
"read::elf::get_buildid_less_bad_elf",
"read::macho::test_go_macho",
]
skip-exact = true
comments = ["skip tests that require files which are not included in published crates"]

@ -0,0 +1,84 @@
* 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

@ -1,26 +1,24 @@
--- object-0.36.7/Cargo.toml 1970-01-01T00:00:01+00:00 --- object-0.32.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ object-0.36.7/Cargo.toml 2025-01-03T16:17:20.343311+00:00 +++ object-0.32.2/Cargo.toml 2023-12-27T19:50:43.679682+00:00
@@ -100,11 +100,6 @@ @@ -76,17 +76,12 @@
version = "0.7.0" version = "0.5.0"
optional = true optional = true
-[dependencies.wasmparser] -[dependencies.wasmparser]
-version = "0.222.0" -version = "0.118.0"
-optional = true -optional = true
-default-features = false
- -
[features] [features]
all = [ all = [
"read", "read",
@@ -112,7 +107,6 @@ "write",
"build",
"std", "std",
"compression", "compression",
- "wasm", - "wasm",
] ]
archive = [] archive = []
build = [ cargo-all = []
@@ -146,7 +140,6 @@ @@ -110,7 +105,6 @@
"elf", "elf",
"macho", "macho",
"pe", "pe",
@ -28,7 +26,7 @@
"xcoff", "xcoff",
] ]
elf = [] elf = []
@@ -176,7 +169,6 @@ @@ -140,7 +134,6 @@
"all", "all",
"unstable", "unstable",
] ]

@ -1,21 +1,11 @@
## START: Set by rpmautospec # Generated by rust2rpm 25
## (rpmautospec version 0.7.3) %bcond_without check
## 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
%global debug_package %{nil} %global debug_package %{nil}
%global crate object %global crate object
Name: rust-object Name: rust-object
Version: 0.36.7 Version: 0.32.2
Release: %autorelease Release: %autorelease
Summary: Unified interface for reading and writing object file formats 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 URL: https://crates.io/crates/object
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # Manually created patch for downstream crate metadata changes
# * bump ruzstd dependency from 0.4 to 0.5
# * disable unused WASM support # * disable unused WASM support
Patch: object-fix-metadata.diff Patch: object-fix-metadata.diff
@ -85,30 +76,6 @@ use the "archive" feature of the "%{crate}" crate.
%files -n %{name}+archive-devel %files -n %{name}+archive-devel
%ghost %{crate_instdir}/Cargo.toml %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 %package -n %{name}+cargo-all-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -329,153 +296,8 @@ use the "xcoff" feature of the "%{crate}" crate.
%if %{with check} %if %{with check}
%check %check
# * skip tests that require files which are not included in published crates # * skip tests that require files which are not included in published crates
%{cargo_test -- -- --exact %{shrink: %cargo_test -- -- --exact --skip read::coff::coff_extended_relocations
--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
}}
%endif %endif
%changelog %changelog
## START: Generated by rpmautospec %autochangelog
* 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

@ -0,0 +1,13 @@
[features]
hide = [
"alloc",
"compiler_builtins",
"core",
"rustc-dep-of-std",
]
[tests]
skip = ["read::coff::coff_extended_relocations"]
skip-exact = true
comments = ["skip tests that require files which are not included in published crates"]

@ -0,0 +1 @@
SHA512 (object-0.32.2.crate) = 5d03d998f06dc592c3be141f7163bd72a0e73396f95d22ef1e0ffbfc66489bf727a6f6fb813a32739609b619b8e34a471974b2231dcfa23df8bff52007c25a96
Loading…
Cancel
Save