Update to version 0.15.2; Fixes RHBZ#2116253

epel9
Fabio Valentini 2 years ago
parent f813e6a057
commit 56c1e93f7d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/ouroboros-0.13.0.crate
/ouroboros-0.15.0.crate
/ouroboros-0.15.1.crate
/ouroboros-0.15.2.crate

@ -5,7 +5,7 @@
%global crate ouroboros
Name: rust-ouroboros
Version: 0.15.1
Version: 0.15.2
Release: %autorelease
Summary: Easy, safe self-referential struct generation
@ -37,7 +37,6 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE_APACHE
%license %{crate_instdir}/LICENSE_MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
@ -52,6 +51,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/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 the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
cp -pav %{SOURCE1} %{SOURCE2} .

@ -1 +1 @@
SHA512 (ouroboros-0.15.1.crate) = 0490f786af8c0ba29607b17cfb6e1788812871b7771536c9bb62c17885c95ba8b47f3ff84318cf5aff09776fa01419b4344a0817cbf80c23ba521348aa40df3c
SHA512 (ouroboros-0.15.2.crate) = 43608be697e2f2154306e9fdc46a4b3368f39e5dc84ee71f814b9ed7ef50a68466b0c6d185fc222c791f30d78cfdf99225f825994621a6bdc622852b3f146cd7

Loading…
Cancel
Save