Compare commits

...

8 Commits

Author SHA1 Message Date
Fabio Valentini e50b4adac6
Update to version 1.0.10; Fixes RHBZ#2253731
1 year ago
Fabio Valentini bc4f5bc189
Update to version 1.0.9; Fixes RHBZ#2223131
2 years ago
Fabio Valentini 2823d23764
Update to version 1.0.8; Fixes RHBZ#2219227
2 years ago
Fabio Valentini 6e6e913433
Update to version 1.0.6; Fixes RHBZ#2175344
2 years ago
Fabio Valentini a6443da0bf
Update to version 1.0.5; Fixes RHBZ#2154573
2 years ago
Fabio Valentini 07015067f7
Update to version 1.0.4; Fixes RHBZ#2132842
2 years ago
Fabio Valentini bd590d2582
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 26357efe09
Rebuild
3 years ago

6
.gitignore vendored

@ -10,3 +10,9 @@
/itoa-1.0.1.crate
/itoa-1.0.2.crate
/itoa-1.0.3.crate
/itoa-1.0.4.crate
/itoa-1.0.5.crate
/itoa-1.0.6.crate
/itoa-1.0.8.crate
/itoa-1.0.9.crate
/itoa-1.0.10.crate

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

@ -1,11 +1,11 @@
# Generated by rust2rpm 22
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate itoa
Name: rust-itoa
Version: 1.0.3
Version: 1.0.10
Release: %autorelease
Summary: Fast integer primitive to string conversion
@ -13,9 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/itoa
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Fast integer primitive to string conversion.}
@ -49,8 +47,20 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+no-panic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+no-panic-devel %{_description}
This package contains library source intended for building other packages which
use the "no-panic" feature of the "%{crate}" crate.
%files -n %{name}+no-panic-devel
%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 (itoa-1.0.3.crate) = 1290c027ec8a13d2d15ace2b58a1d1a3a18730cd5fb55bc995826b8f4d04ede650b8315a8905f6737c4c4988690ae03bf32c86ab3a31ae068a67d5be04cd618b
SHA512 (itoa-1.0.10.crate) = fc496be0873e31afa6ddf7f2958030f8fcb517cadb86a48280a0c50ce50460afda189af1e6c26e5ff6f85c750d772c21503864c32b526c4fe4bcdb5b07918538

Loading…
Cancel
Save