diff --git a/.gitignore b/.gitignore index e822bb6..136401d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/rand_chacha-0.3.1.crate +SOURCES/rand_chacha-0.9.0.crate diff --git a/.rust-rand_chacha.metadata b/.rust-rand_chacha.metadata index 059220e..b2f3c39 100644 --- a/.rust-rand_chacha.metadata +++ b/.rust-rand_chacha.metadata @@ -1 +1 @@ -fb7ed27dde822d05872842eb1d6d1781a7f22711 SOURCES/rand_chacha-0.3.1.crate +e7be856da03c528fadb6d90b67c2ce24577e6e87 SOURCES/rand_chacha-0.9.0.crate diff --git a/SPECS/rust-rand_chacha.spec b/SPECS/rust-rand_chacha.spec index 448395e..cc9f1b5 100644 --- a/SPECS/rust-rand_chacha.spec +++ b/SPECS/rust-rand_chacha.spec @@ -1,21 +1,21 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.1) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 8; + 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 24 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate rand_chacha Name: rust-rand_chacha -Version: 0.3.1 +Version: 0.9.0 Release: %autorelease Summary: ChaCha random number generator @@ -23,7 +23,7 @@ License: MIT OR Apache-2.0 URL: https://crates.io/crates/rand_chacha Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: ChaCha random number generator.} @@ -59,40 +59,28 @@ use the "default" feature of the "%{crate}" crate. %files -n %{name}+default-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+serde-devel -Summary: %{summary} -BuildArch: noarch - -%description -n %{name}+serde-devel %{_description} - -This package contains library source intended for building other packages which -use the "serde" feature of the "%{crate}" crate. - -%files -n %{name}+serde-devel -%ghost %{crate_instdir}/Cargo.toml - -%package -n %{name}+serde1-devel +%package -n %{name}+os_rng-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+serde1-devel %{_description} +%description -n %{name}+os_rng-devel %{_description} This package contains library source intended for building other packages which -use the "serde1" feature of the "%{crate}" crate. +use the "os_rng" feature of the "%{crate}" crate. -%files -n %{name}+serde1-devel +%files -n %{name}+os_rng-devel %ghost %{crate_instdir}/Cargo.toml -%package -n %{name}+simd-devel +%package -n %{name}+serde-devel Summary: %{summary} BuildArch: noarch -%description -n %{name}+simd-devel %{_description} +%description -n %{name}+serde-devel %{_description} This package contains library source intended for building other packages which -use the "simd" feature of the "%{crate}" crate. +use the "serde" feature of the "%{crate}" crate. -%files -n %{name}+simd-devel +%files -n %{name}+serde-devel %ghost %{crate_instdir}/Cargo.toml %package -n %{name}+std-devel @@ -108,7 +96,7 @@ use the "std" feature of the "%{crate}" crate. %ghost %{crate_instdir}/Cargo.toml %prep -%autosetup -n %{crate}-%{version_no_tilde} -p1 +%autosetup -n %{crate}-%{version} -p1 %cargo_prep %generate_buildrequires @@ -126,10 +114,16 @@ use the "std" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Wed Jan 29 2025 Benjamin A. Beasley - 0.9.0-1 +- Update to version 0.9.0; Fixes RHBZ#2342268 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.3.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.3.1-8 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Sat Jul 20 2024 Fedora Release Engineering - 0.3.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild