Compare commits

...

16 Commits

14
.gitignore vendored

@ -33,3 +33,17 @@
/thiserror-1.0.50.crate
/thiserror-1.0.52.crate
/thiserror-1.0.56.crate
/thiserror-1.0.57.crate
/thiserror-1.0.58.crate
/thiserror-1.0.59.crate
/thiserror-1.0.60.crate
/thiserror-1.0.61.crate
/thiserror-1.0.63.crate
/thiserror-1.0.64.crate
/thiserror-1.0.65.crate
/thiserror-1.0.68.crate
/thiserror-1.0.69.crate
/thiserror-2.0.3.crate
/thiserror-2.0.5.crate
/thiserror-2.0.7.crate
/thiserror-2.0.9.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate thiserror
Name: rust-thiserror
Version: 1.0.56
Version: 2.0.9
Release: %autorelease
Summary: Derive(Error)
@ -47,6 +47,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} -p1
%cargo_prep

@ -1 +1 @@
SHA512 (thiserror-1.0.56.crate) = 6b7c856745256d6ef9e7ab2ea0027f9c1ed2c75ed5b075068af57cf706abfd835fd4552d9ec7578bece1f820086828c5dec85a9cbada409569838cdc9d63936c
SHA512 (thiserror-2.0.9.crate) = b7b5f54cde87c21e8fac3526d5a140c0d64116e700d07eb28714df3db372a42fba30bb37817282d0ee1b5333f1998d1f628d43054e59fc39393fb567c3df4cb0

Loading…
Cancel
Save