Update to 1.5.0

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

1
.gitignore vendored

@ -1,3 +1,4 @@
/typed-arena-1.3.0.crate
/typed-arena-1.4.0.crate
/typed-arena-1.4.1.crate
/typed-arena-1.5.0.crate

@ -1,25 +1,28 @@
# Generated by rust2rpm
%bcond_with check
# Generated by rust2rpm 10
%bcond_without check
%global debug_package %{nil}
%global crate typed-arena
Name: rust-%{crate}
Version: 1.4.1
Release: 5%{?dist}
Summary: The arena, a fast but limited type of allocator
Version: 1.5.0
Release: 1%{?dist}
Summary: Arena, a fast but limited type of allocator
# https://github.com/SimonSapin/rust-typed-arena/issues/13
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/typed-arena
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description \
The arena, a fast but limited type of allocator.
%global _description %{expand:
Arena, a fast but limited type of allocator.}
%description %{_description}
@ -33,7 +36,8 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
%doc README.md
%license LICENSE
%doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/
%package -n %{name}+default-devel
@ -64,6 +68,9 @@ which use "std" feature of "%{crate}" crate.
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
@ -76,6 +83,9 @@ which use "std" feature of "%{crate}" crate.
%endif
%changelog
* Sat Aug 03 14:13:48 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.5.0-1
- Update to 1.5.0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (typed-arena-1.4.1.crate) = 22442dc7a242c4ad1b8ef2ef8b4d731437255bc957e2c18a6423402f3179de22c9d8f543444f4b49908553800c3cd570f1ae8c30128d7686206f75cfb87d528d
SHA512 (typed-arena-1.5.0.crate) = bc0ea4dafdd33bd2fdc4d050fe912dc038e9fd024f45c525249eef0f49fc85d613b556409cb1d8c4ed6f530a4fe1a4fb9c346827a4f34904f323a01ea7108f56

Loading…
Cancel
Save