Update to 1.3.0

epel9
Josh Stone 4 years ago
parent e4d0edb6c3
commit f87b21b2bc

1
.gitignore vendored

@ -4,3 +4,4 @@
/lazycell-1.1.0.crate /lazycell-1.1.0.crate
/lazycell-1.2.0.crate /lazycell-1.2.0.crate
/lazycell-1.2.1.crate /lazycell-1.2.1.crate
/lazycell-1.3.0.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate lazycell %global crate lazycell
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.1 Version: 1.3.0
Release: 7%{?dist} Release: 1%{?dist}
Summary: Library providing a lazily filled Cell struct Summary: Library providing a lazily filled Cell struct
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%doc README.md CHANGELOG.md %doc README.md CHANGELOG.md
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+clippy-devel %package -n %{name}+clippy-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "clippy" feature of "%{crate}" crate. which use "clippy" feature of "%{crate}" crate.
%files -n %{name}+clippy-devel %files -n %{name}+clippy-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate. which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+nightly-testing-devel %package -n %{name}+nightly-testing-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,19 @@ This package contains library source intended for building other packages
which use "nightly-testing" feature of "%{crate}" crate. which use "nightly-testing" feature of "%{crate}" crate.
%files -n %{name}+nightly-testing-devel %files -n %{name}+nightly-testing-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-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
@ -107,6 +119,9 @@ which use "nightly-testing" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Aug 20 2020 Josh Stone <jistone@redhat.com> - 1.3.0-1
- Update to 1.3.0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-7 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (lazycell-1.2.1.crate) = de74ccd6a3c32c360a12a51ba1d51d6530130396b37d63350a960956ae0ba13e9ac31e2bb70b61ddf055fdfbe7e559b20a38415cac3906839684905a01256ff2 SHA512 (lazycell-1.3.0.crate) = f9d627afc28b61e9687a3f72260eb013401fd64057647641ff2e763770d7380ab1d2d8cbb4a3c8818d53d504c618a3b46aaf701f72f4d7b25d226042824c2f8d

Loading…
Cancel
Save