Compare commits

...

6 Commits

Author SHA1 Message Date
Fedora Release Engineering b6ae50baa1 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini c22989026a
Update to version 0.1.46; Fixes RHBZ#2263285
12 months ago
Fedora Release Engineering 2380d6a7ad Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini af1b69822d
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering 7a7007ce05 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering a1ebacac0a Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -9,3 +9,4 @@
/num-integer-0.1.43.crate /num-integer-0.1.43.crate
/num-integer-0.1.44.crate /num-integer-0.1.44.crate
/num-integer-0.1.45.crate /num-integer-0.1.45.crate
/num-integer-0.1.46.crate

@ -1,3 +0,0 @@
# rust-num-integer
The rust-num-integer package

@ -1,22 +1,19 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate num-integer %global crate num-integer
Name: rust-%{crate} Name: rust-num-integer
Version: 0.1.45 Version: 0.1.46
Release: %autorelease Release: %autorelease
Summary: Integer traits and functions Summary: Integer traits and functions
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/num-integer URL: https://crates.io/crates/num-integer
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Integer traits and functions.} Integer traits and functions.}
@ -76,7 +73,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (num-integer-0.1.45.crate) = 731bdc09c3af7f9d8b171041f2957aa60facef93b06886000d8ba60d410aabbbee358d700bf31b2588b2e077464f290f24a0b712df7bb7f12972675b6c9bd735 SHA512 (num-integer-0.1.46.crate) = e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae

Loading…
Cancel
Save