Update to version 1.7.0

Add subpackage for the "race" feature
epel9
Jan Staněk 4 years ago
parent d905f1e1f6
commit 708d05cf9b
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

1
.gitignore vendored

@ -15,3 +15,4 @@
/once_cell-1.5.1.crate
/once_cell-1.5.2.crate
/once_cell-1.6.0.crate
/once_cell-1.7.0.crate

@ -5,7 +5,7 @@
%global crate once_cell
Name: rust-%{crate}
Version: 1.6.0
Version: 1.7.0
Release: 1%{?dist}
Summary: Single assignment cells and lazy values
@ -100,6 +100,18 @@ which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+race-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+race-devel %{_description}
This package contains library source intended for building other packages
which use "race" feature of "%{crate}" crate.
%files -n %{name}+race-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
@ -119,6 +131,10 @@ which use "unstable" feature of "%{crate}" crate.
%endif
%changelog
* Thu Feb 25 2021 Jan Staněk <jstanek@redhat.com> - 1.7.0-1
- Update to version 1.7.0
- Add subpackage for the "race" feature
* Mon Feb 22 2021 Jan Staněk <jstanek@redhat.com> - 1.6.0-1
- Update to version 1.6.0

@ -1 +1 @@
SHA512 (once_cell-1.6.0.crate) = 14b42a4d871491f6a1c4ee814719837a8a00e54da80bea6a2653e272d8c66da2a7b1f5e6195e20085d6af39e6e4b5aa739ee4749b6887fb1f233280689b2f59e
SHA512 (once_cell-1.7.0.crate) = b7ebfc328e02084191d145260cee671740d434a3af10f9fd8f6ac71d3b522f6e31bd320e095b1801f613398b3d128ecca825df785cae60c674cae94d1488bb5a

Loading…
Cancel
Save