update to version 1.7.2

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

1
.gitignore vendored

@ -17,3 +17,4 @@
/once_cell-1.6.0.crate
/once_cell-1.7.0.crate
/once_cell-1.7.1.crate
/once_cell-1.7.2.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 15
# Generated by rust2rpm 16
%bcond_without check
%global debug_package %{nil}
%global crate once_cell
Name: rust-%{crate}
Version: 1.7.1
Version: 1.7.2
Release: 1%{?dist}
Summary: Single assignment cells and lazy values
@ -76,40 +76,40 @@ which use "parking_lot" feature of "%{crate}" crate.
%files -n %{name}+parking_lot-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
%package -n %{name}+race-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
%description -n %{name}+race-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
which use "race" feature of "%{crate}" crate.
%files -n %{name}+std-devel
%files -n %{name}+race-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unstable-devel
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-devel %{_description}
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "unstable" feature of "%{crate}" crate.
which use "std" feature of "%{crate}" crate.
%files -n %{name}+unstable-devel
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+race-devel
%package -n %{name}+unstable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+race-devel %{_description}
%description -n %{name}+unstable-devel %{_description}
This package contains library source intended for building other packages
which use "race" feature of "%{crate}" crate.
which use "unstable" feature of "%{crate}" crate.
%files -n %{name}+race-devel
%files -n %{name}+unstable-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
@ -131,6 +131,10 @@ which use "race" feature of "%{crate}" crate.
%endif
%changelog
* Wed Mar 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.7.2-1
- Update to version 1.7.2.
- Fixes RHBZ#1934173
* Tue Mar 02 2021 Jan Staněk <jstanek@redhat.com> - 1.7.1-1
- Update to version 1.7.1

@ -1 +1 @@
SHA512 (once_cell-1.7.1.crate) = e424ed650ef4de85dbc9b486c8e7532d69ad73cdd90e94c269627a3f3809586a8693bc825d92dc8c573b0f47a07086e7661e44e632b9fee15f5ab8a23cc2f3ac
SHA512 (once_cell-1.7.2.crate) = 30cf51249bb73e9881cfbc6a54ead7a3db709d560da8d420fd85cf248e66c727b92e8351b7c0c682913cff12b3f984684a272a69c965c56f8343948eb5a194d6

Loading…
Cancel
Save