update to version 0.4.4

epel9
Fabio Valentini 4 years ago
parent 7474453a3a
commit aa7ec998e6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/crossbeam-channel-0.4.0.crate /crossbeam-channel-0.4.0.crate
/crossbeam-channel-0.4.2.crate /crossbeam-channel-0.4.2.crate
/crossbeam-channel-0.4.3.crate /crossbeam-channel-0.4.3.crate
/crossbeam-channel-0.4.4.crate

@ -5,8 +5,8 @@
%global crate crossbeam-channel %global crate crossbeam-channel
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.4.3 Version: 0.4.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: Multi-producer multi-consumer channels for message passing Summary: Multi-producer multi-consumer channels for message passing
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -52,30 +52,6 @@ which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+crossbeam-utils-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+crossbeam-utils-devel %{_description}
This package contains library source intended for building other packages
which use "crossbeam-utils" feature of "%{crate}" crate.
%files -n %{name}+crossbeam-utils-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/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_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -97,6 +73,9 @@ which use "std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.4-1
- Update to version 0.4.4.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (crossbeam-channel-0.4.3.crate) = a2493ccbc4cb613a19841e01275be378d121ee1d72f473d89abf97df4e0aa0fe009b842665dcb20b8ac088b61efd518f6dbd168c4b09c9e23f65c55ce9d23c7e SHA512 (crossbeam-channel-0.4.4.crate) = 2933721d6af3126f492f112f3d662fc40fb49139a84c72d33b6c2b0aa94fe964acb302fe726e999be4292a1410d3ee896169a0434dccfbf44d166008719846d3

Loading…
Cancel
Save