Update to version 0.15.2; Fixes RHBZ#2116254

epel9
Fabio Valentini 2 years ago
parent 45a4201af3
commit 50dc9e6903
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

@ -5,7 +5,7 @@
%global crate ouroboros_macro
Name: rust-ouroboros_macro
Version: 0.15.1
Version: 0.15.2
Release: %autorelease
Summary: Proc macro for ouroboros crate
@ -51,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_macro-0.15.1.crate) = 83d19a0a726a5562a6249ab7c1c1eaf137d2c04853b9d6c568822337ea6ad5d90b07620ee0a01589daf57dab1b9b2fb22506d94ab4b229bb3cb22466b3660bfa
SHA512 (ouroboros_macro-0.15.2.crate) = 11fb3986bc8a543bd67a58cc29b9ec6ed59617774b7763544f03359d761b459de7adc3ed6ef67708ba1040952bfdb5eaab16d7a3aa5184cef9f4b377cd184db5

Loading…
Cancel
Save