diff --git a/.gitignore b/.gitignore index 2e21dba..ec91616 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ryu-1.0.15.crate +SOURCES/ryu-1.0.16.crate diff --git a/.rust-ryu.metadata b/.rust-ryu.metadata index 6fa3025..860d6ab 100644 --- a/.rust-ryu.metadata +++ b/.rust-ryu.metadata @@ -1 +1 @@ -e889b3ab001e66208bc7ebf1856efc30cd5e144c SOURCES/ryu-1.0.15.crate +acd02558f2f027ff53c97307fc37e6d630a9106a SOURCES/ryu-1.0.16.crate diff --git a/SPECS/rust-ryu.spec b/SPECS/rust-ryu.spec index 1a7cc5a..dbdae38 100644 --- a/SPECS/rust-ryu.spec +++ b/SPECS/rust-ryu.spec @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# Generated by rust2rpm 24 +# Generated by rust2rpm 25 %bcond_without check %global debug_package %{nil} %global crate ryu Name: rust-ryu -Version: 1.0.15 +Version: 1.0.16 Release: %autorelease Summary: Fast floating point to string conversion @@ -23,7 +23,7 @@ License: Apache-2.0 OR BSL-1.0 URL: https://crates.io/crates/ryu Source: %{crates_source} -BuildRequires: rust-packaging >= 21 +BuildRequires: cargo-rpm-macros >= 24 %global _description %{expand: Fast floating point to string conversion.} @@ -82,7 +82,7 @@ use the "small" 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 @@ -100,6 +100,9 @@ use the "small" feature of the "%{crate}" crate. %endif %changelog +* Thu Jan 11 2024 Fabio Valentini - 1.0.16-1 +- Update to version 1.0.16; Fixes RHBZ#2253794 + * Mon Nov 20 2023 Arkady L. Shane - 1.0.15-1 - Rebuilt for MSVSphere 9.2