Compare commits

...

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/rand-0.7.3.crate /rand-0.7.3.crate

@ -1 +0,0 @@
e548545a074e3a0688241f6ad3c6f1f8a192280f SOURCES/rand-0.7.3.crate

@ -0,0 +1,3 @@
# rust-rand0.7
The rust-rand0.7 package

@ -1,5 +1,5 @@
--- rand-0.7.3/Cargo.toml 2020-01-10T21:46:19+00:00 --- rand-0.7.3/Cargo.toml 2020-01-10T21:46:19+00:00
+++ rand-0.7.3/Cargo.toml 2023-05-21T12:52:28.593382+00:00 +++ rand-0.7.3/Cargo.toml 2021-01-03T11:18:36.633761+00:00
@@ -67,8 +67,6 @@ @@ -67,8 +67,6 @@
[target."cfg(not(target_os = \"emscripten\"))".dependencies.rand_chacha] [target."cfg(not(target_os = \"emscripten\"))".dependencies.rand_chacha]
version = "0.2.1" version = "0.2.1"

@ -1,32 +1,28 @@
## START: Set by rpmautospec # Generated by rust2rpm 17
## (rpmautospec version 0.7.1)
## 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
# * missing dev-dependency: rand_hc ^0.2
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate rand %global crate rand
Name: rust-rand0.7 Name: rust-%{crate}0.7
Version: 0.7.3 Version: 0.7.3
Release: %autorelease Release: 5%{?dist}
Summary: Random number generators and other randomness functionality Summary: Random number generators and other randomness functionality
License: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/rand URL: https://crates.io/crates/rand
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Initial patched metadata
Patch: rand-fix-metadata-auto.diff # * Remove non-unix dependencies
Patch0: rand-fix-metadata.diff
BuildRequires: rust-packaging >= 21 ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Random number generators and other randomness functionality.} Random number generators and other randomness functionality.}
@ -39,17 +35,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license %{crate_instdir}/COPYRIGHT %license LICENSE-MIT LICENSE-APACHE COPYRIGHT
%license %{crate_instdir}/LICENSE-APACHE %doc README.md CHANGELOG.md
%license %{crate_instdir}/LICENSE-MIT %{cargo_registry}/%{crate}-%{version_no_tilde}/
%doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/README.md
%doc %{crate_instdir}/SECURITY.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -57,11 +49,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "default" feature of the "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+alloc-devel %package -n %{name}+alloc-devel
Summary: %{summary} Summary: %{summary}
@ -69,11 +61,11 @@ BuildArch: noarch
%description -n %{name}+alloc-devel %{_description} %description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "alloc" feature of the "%{crate}" crate. which use "alloc" feature of "%{crate}" crate.
%files -n %{name}+alloc-devel %files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+getrandom-devel %package -n %{name}+getrandom-devel
Summary: %{summary} Summary: %{summary}
@ -81,11 +73,11 @@ BuildArch: noarch
%description -n %{name}+getrandom-devel %{_description} %description -n %{name}+getrandom-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "getrandom" feature of the "%{crate}" crate. which use "getrandom" feature of "%{crate}" crate.
%files -n %{name}+getrandom-devel %files -n %{name}+getrandom-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+getrandom_package-devel %package -n %{name}+getrandom_package-devel
Summary: %{summary} Summary: %{summary}
@ -93,11 +85,11 @@ BuildArch: noarch
%description -n %{name}+getrandom_package-devel %{_description} %description -n %{name}+getrandom_package-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "getrandom_package" feature of the "%{crate}" crate. which use "getrandom_package" feature of "%{crate}" crate.
%files -n %{name}+getrandom_package-devel %files -n %{name}+getrandom_package-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+libc-devel %package -n %{name}+libc-devel
Summary: %{summary} Summary: %{summary}
@ -105,11 +97,11 @@ BuildArch: noarch
%description -n %{name}+libc-devel %{_description} %description -n %{name}+libc-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "libc" feature of the "%{crate}" crate. which use "libc" feature of "%{crate}" crate.
%files -n %{name}+libc-devel %files -n %{name}+libc-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+log-devel %package -n %{name}+log-devel
Summary: %{summary} Summary: %{summary}
@ -117,11 +109,11 @@ BuildArch: noarch
%description -n %{name}+log-devel %{_description} %description -n %{name}+log-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "log" feature of the "%{crate}" crate. which use "log" feature of "%{crate}" crate.
%files -n %{name}+log-devel %files -n %{name}+log-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+rand_pcg-devel %package -n %{name}+rand_pcg-devel
Summary: %{summary} Summary: %{summary}
@ -129,11 +121,11 @@ BuildArch: noarch
%description -n %{name}+rand_pcg-devel %{_description} %description -n %{name}+rand_pcg-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "rand_pcg" feature of the "%{crate}" crate. which use "rand_pcg" feature of "%{crate}" crate.
%files -n %{name}+rand_pcg-devel %files -n %{name}+rand_pcg-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel %package -n %{name}+serde1-devel
Summary: %{summary} Summary: %{summary}
@ -141,11 +133,11 @@ BuildArch: noarch
%description -n %{name}+serde1-devel %{_description} %description -n %{name}+serde1-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "serde1" feature of the "%{crate}" crate. which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel %files -n %{name}+serde1-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+small_rng-devel %package -n %{name}+small_rng-devel
Summary: %{summary} Summary: %{summary}
@ -153,11 +145,11 @@ BuildArch: noarch
%description -n %{name}+small_rng-devel %{_description} %description -n %{name}+small_rng-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "small_rng" feature of the "%{crate}" crate. which use "small_rng" feature of "%{crate}" crate.
%files -n %{name}+small_rng-devel %files -n %{name}+small_rng-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
@ -165,11 +157,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description} %description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages
use the "std" feature of the "%{crate}" crate. which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel %files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -190,25 +182,6 @@ use the "std" feature of the "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.7.3-11
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun May 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.7.3-8
- Regenerate with rust2rpm v24
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-5 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -223,5 +196,3 @@ use the "std" feature of the "%{crate}" crate.
* Sun Jan 03 12:18:36 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.3-1 * Sun Jan 03 12:18:36 CET 2021 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.7.3-1
- Initial package - Initial package
## END: Generated by rpmautospec

@ -0,0 +1 @@
SHA512 (rand-0.7.3.crate) = f9b68ef9446f1ca2c8092c50990f15c1b4cb5529eeeac4df8d69755e0b7253c663c587775e7cb0a7298c31edb444975dda34926759306541f6d43d0d3cf57b7e
Loading…
Cancel
Save