Update to 0.3.0

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 407919bd6e
commit 507feac07b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,2 +1,3 @@
/number_prefix-0.2.7.crate /number_prefix-0.2.7.crate
/number_prefix-0.2.8.crate /number_prefix-0.2.8.crate
/number_prefix-0.3.0.crate

@ -1,23 +1,22 @@
# Generated by rust2rpm # Generated by rust2rpm-9-1.fc31
# * Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate number_prefix %global crate number_prefix
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.2.8 Version: 0.3.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: Library for formatting numeric prefixes: kilo, giga, kibi Summary: Library for formatting numeric prefixes: kilo, giga, kibi
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/number_prefix URL: https://crates.io/crates/number_prefix
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate Source: %{crates_source}
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging BuildRequires: rust-packaging
BuildRequires: (crate(num-traits/default) >= 0.2.0 with crate(num-traits/default) < 0.3.0)
%global _description \ %global _description \
Library for formatting numeric prefixes: kilo, giga, kibi. Library for formatting numeric prefixes: kilo, giga, kibi.
@ -50,8 +49,20 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%build %build
@ -66,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 07 13:54:03 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-1
- Update to 0.3.0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-4 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

@ -1 +1 @@
SHA512 (number_prefix-0.2.8.crate) = 7b8745e6bf91cdfdd11dac33187359272149981d2b25a960316dabc2f34c162fe33ab2755efd82dc22faa0f208b1fa4046989e887fd93b8630b37239b6b59974 SHA512 (number_prefix-0.3.0.crate) = 014c37c477b1c99c20461dfa6deb1692d93f10c592387bdb757d9220347ec7bfce5861e82029286cf3a64e9d53427cbfc40549e358c3fbaaebeb73e91b598107

Loading…
Cancel
Save