Compare commits

..

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

10
.gitignore vendored

@ -1,9 +1 @@
/sized-chunks-0.3.0.crate
/sized-chunks-0.3.2.crate
/sized-chunks-0.5.1.crate
/sized-chunks-0.5.2.crate
/sized-chunks-0.5.3.crate
/sized-chunks-0.6.2.crate
/sized-chunks-0.6.3.crate
/sized-chunks-0.6.4.crate
/sized-chunks-0.6.5.crate
SOURCES/sized-chunks-0.6.5.crate

@ -0,0 +1 @@
0d0bf1349f8b1d1801dd201227ea6fa06926dce1 SOURCES/sized-chunks-0.6.5.crate

@ -1,3 +0,0 @@
# rust-sized-chunks
The rust-sized-chunks package

@ -0,0 +1,11 @@
--- sized-chunks-0.6.5/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sized-chunks-0.6.5/Cargo.toml 2023-08-22T20:15:40.898467+00:00
@@ -21,7 +21,7 @@
readme = "./README.md"
keywords = ["sparse-array"]
categories = ["data-structures"]
-license = "MPL-2.0+"
+license = "MPL-2.0"
repository = "https://github.com/bodil/sized-chunks"
[package.metadata.docs.rs]
all-features = true

@ -1,25 +1,33 @@
# Generated by rust2rpm 17
## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 11;
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 sized-chunks
Name: rust-%{crate}
Name: rust-sized-chunks
Version: 0.6.5
Release: 4%{?dist}
Release: %autorelease
Summary: Efficient sized chunk datatypes
# Upstream license specification: MPL-2.0+
License: MPLv2.0
License: MPL-2.0
URL: https://crates.io/crates/sized-chunks
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * fix invalid SPDX identifier in crate license:
# https://github.com/bodil/sized-chunks/issues/32
Patch: sized-chunks-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Efficient sized chunk datatypes.}
@ -32,13 +40,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENCE.md
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENCE.md
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/CODE_OF_CONDUCT.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -46,11 +56,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+arbitrary-devel
Summary: %{summary}
@ -58,11 +68,11 @@ BuildArch: noarch
%description -n %{name}+arbitrary-devel %{_description}
This package contains library source intended for building other packages
which use "arbitrary" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "arbitrary" feature of the "%{crate}" crate.
%files -n %{name}+arbitrary-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -70,11 +80,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -95,6 +105,28 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.6.5-11
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Aug 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.5-9
- Fix invalid SPDX identifier in crate license
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun May 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.6.5-7
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -151,3 +183,5 @@ which use "std" feature of "%{crate}" crate.
* Sun Jun 09 17:55:01 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Initial package
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (sized-chunks-0.6.5.crate) = c7496094a6ac45003b31d55c61aa42e649eca40a2540e1acc507d541d3c02e5a1801fb517e2685752b81ef5a8c0ee6efdcc93dae9268f22ac8c6eaf1056e9656
Loading…
Cancel
Save