update to version 1.12.0

epel10
Fabio Valentini 4 years ago
parent fdcb2df3ba
commit 4b9eee0b45
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/*.src.rpm /*.src.rpm
/futures-lite-1.11.3.crate /futures-lite-1.11.3.crate
/futures-lite-1.12.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 16 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate futures-lite %global crate futures-lite
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.11.3 Version: 1.12.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Futures, streams, and async I/O combinators Summary: Futures, streams, and async I/O combinators
# Upstream license specification: Apache-2.0 OR MIT # Upstream license specification: Apache-2.0 OR MIT
@ -88,6 +88,18 @@ which use "futures-io" feature of "%{crate}" crate.
%files -n %{name}+futures-io-devel %files -n %{name}+futures-io-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+memchr-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+memchr-devel %{_description}
This package contains library source intended for building other packages
which use "memchr" feature of "%{crate}" crate.
%files -n %{name}+memchr-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+parking-devel %package -n %{name}+parking-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -143,6 +155,10 @@ which use "waker-fn" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 05 2021 Fabio Valentini <decathorpe@gmail.com> - 1.12.0-1
- Update to version 1.12.0.
- Fixes RHBZ#1967630
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (futures-lite-1.11.3.crate) = ea314fe3b3d1022df46fe83e2ea1101774d0f37dabb1f9f24403dbc0bfe1aa7ca59a0cb70463a4fd6eb5eaadc74f70a843d8c128bcc13a909d6f85617fad6522 SHA512 (futures-lite-1.12.0.crate) = 3d26148ed1c87926de51412a8d08e0619c64b85b610a74d6f61fcc1972dc0cbedb04c5824fcb4ef0a920c557ac81a0b2b4403ddb1c01e11648694ae56c28d72a

Loading…
Cancel
Save