Compare commits

...

9 Commits

Author SHA1 Message Date
Fabio Valentini 847a1daa1d
Update to version 1.0.16; Fixes RHBZ#2253794
1 year ago
Fabio Valentini 8a70cb4974
Update to version 1.0.15; Fixes RHBZ#2223137
2 years ago
Fabio Valentini 08e2099b19
Update to version 1.0.14; Fixes RHBZ#2219450
2 years ago
Fabio Valentini bb7950193e
Update to version 1.0.13; Fixes RHBZ#2175347
2 years ago
Fabio Valentini cf36601175
Update to version 1.0.12; Fixes RHBZ#2154594
2 years ago
Fabio Valentini 9c1f097d06
Merge branch 'rawhide' into epel9
2 years ago
Fabio Valentini b723e56bff
Revert "Bootstrap (disable tests)"
2 years ago
Igor Raits 07ce92ff26
Rebuild
3 years ago
Igor Raits e7f7da4e02
Bootstrap (disable tests)
3 years ago

5
.gitignore vendored

@ -12,3 +12,8 @@
/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

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate ryu
Name: rust-ryu
Version: 1.0.11
Version: 1.0.16
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.16.crate) = 89e3e18346ae6e4035787766f286a6eb62f5294e39ad902cc29e95c53781c4e5dd629f567f22ecc7e9fe9d1c273323da9b867aadc9cd8a066727c58330b51b10

Loading…
Cancel
Save