diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..69330a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/const-random-0.1.17.crate diff --git a/.rust-const-random.metadata b/.rust-const-random.metadata index e69de29..b792b1c 100644 --- a/.rust-const-random.metadata +++ b/.rust-const-random.metadata @@ -0,0 +1 @@ +61133062f1eab451b876f3cdab5b3a6f924b804d SOURCES/const-random-0.1.17.crate diff --git a/SOURCES/const-random-0.1.15.crate b/SOURCES/const-random-0.1.15.crate deleted file mode 100644 index e496bd4..0000000 Binary files a/SOURCES/const-random-0.1.15.crate and /dev/null differ diff --git a/SPECS/rust-const-random.spec b/SPECS/rust-const-random.spec index c88e3af..cb104e5 100644 --- a/SPECS/rust-const-random.spec +++ b/SPECS/rust-const-random.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.1) +## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,22 +8,22 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 23 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate const-random Name: rust-const-random -Version: 0.1.15 +Version: 0.1.17 Release: %autorelease -Summary: Provides compile time random number generation +Summary: Compile time random number generation License: MIT OR Apache-2.0 URL: https://crates.io/crates/const-random Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Provides compile time random number generation.} @@ -58,7 +58,7 @@ use the "default" 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 @@ -76,6 +76,9 @@ use the "default" feature of the "%{crate}" crate. %endif %changelog +* Thu Jan 04 2024 Fabio Valentini - 0.1.17-1 +- Update to version 0.1.17; Fixes RHBZ#2245737 + * Mon Nov 20 2023 Arkady L. Shane - 0.1.15-1 - Rebuilt for MSVSphere 9.2