Compare commits

...

11 Commits

Author SHA1 Message Date
Fedora Release Engineering 70a8fdb54c Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini 34fa2d5c6d
Update to version 1.0.18; Fixes RHBZ#2279434
8 months ago
Fabio Valentini 7b1e56fa04
Update to version 1.0.17; Fixes RHBZ#2264816
9 months ago
Fedora Release Engineering 1d1700053f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fabio Valentini 282cbf44a2
Update to version 1.0.16; Fixes RHBZ#2253794
1 year ago
Fedora Release Engineering 510621b68c Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fabio Valentini ef3658e261
Update to version 1.0.15; Fixes RHBZ#2223137
2 years ago
Fabio Valentini c5e804299c
Update to version 1.0.14; Fixes RHBZ#2219450
2 years ago
Fabio Valentini fdba50077d
Update to version 1.0.13; Fixes RHBZ#2175347
2 years ago
Fedora Release Engineering a1188b3836 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini 92ae7b07c1
Update to version 1.0.12; Fixes RHBZ#2154594
2 years ago

7
.gitignore vendored

@ -12,3 +12,10 @@
/ryu-1.0.9.crate
/ryu-1.0.10.crate
/ryu-1.0.11.crate
/ryu-1.0.12.crate
/ryu-1.0.13.crate
/ryu-1.0.14.crate
/ryu-1.0.15.crate
/ryu-1.0.16.crate
/ryu-1.0.17.crate
/ryu-1.0.18.crate

@ -1,3 +0,0 @@
# rust-ryu
The rust-ryu package

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate ryu
Name: rust-ryu
Version: 1.0.11
Version: 1.0.18
Release: %autorelease
Summary: Fast floating point to string conversion
@ -13,9 +13,7 @@ License: Apache-2.0 OR BSL-1.0
URL: https://crates.io/crates/ryu
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast floating point to string conversion.}
@ -74,7 +72,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

@ -1 +1 @@
SHA512 (ryu-1.0.11.crate) = dd2642aab2d3017c31432436226d5350b894c8b88a09395eb7de6350964b3cc48451a829ce78b04a9e4e0480076fe1bddd0604f4e57700faa2d60cac6e361408
SHA512 (ryu-1.0.18.crate) = a9b2beac778ec47e6be303148d7512ee681bd2361f6e4ac6db32c8b4baf86a8c5eb5b0d02eacd6131ae88c7b5105c57018c3050676e0b3dd1ed9c4d2fd650e84

Loading…
Cancel
Save