Compare commits

..

18 Commits

Author SHA1 Message Date
Fabio Valentini a81eddfa70
Update to version 2.0.11; Fixes RHBZ#2336473 7 days ago
Fedora Release Engineering 4c107c5bdc Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 1 month ago
Fabio Valentini aa33c8ec2a
Update to version 2.0.9; Fixes RHBZ#2332948 2 months ago
Fabio Valentini 7082c3747a
Update to version 2.0.7; Fixes RHBZ#2330176 2 months ago
Fabio Valentini c4e4bf3bf5
Update to version 2.0.5; Fixes RHBZ#2330176 2 months ago
Fabio Valentini 5f8571b965
Update to version 2.0.3; Fixes RHBZ#2323087 3 months ago
Fabio Valentini 541fa5f07f
Update to version 1.0.69 3 months ago
Fabio Valentini bc014299f9
Update to version 1.0.68 3 months ago
Fabio Valentini c0a40eb689
Update to version 1.0.65; Fixes RHBZ#2321098 4 months ago
Fabio Valentini 87979f63a6
Update to version 1.0.64; Fixes RHBZ#2314100 5 months ago
Fabio Valentini 2edee0f949
Update to version 1.0.63; Fixes RHBZ#2297914 7 months ago
Fedora Release Engineering 5b31c003b4 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 7 months ago
Fabio Valentini b3eb363798
Update to version 1.0.61; Fixes RHBZ#2281017 9 months ago
Fabio Valentini b881091293
Update to version 1.0.60; Fixes RHBZ#2279443 10 months ago
Fabio Valentini 959129d584
Update to version 1.0.59; Fixes RHBZ#2276228 10 months ago
Fabio Valentini 3dc43787cc
Update to version 1.0.58; Fixes RHBZ#2269095 10 months ago
Fabio Valentini 8fb84b1fb3
Update to version 1.0.57; Fixes RHBZ#2263774 1 year ago
Fedora Release Engineering 3a474d8798 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 1 year ago

15
.gitignore vendored

@ -33,3 +33,18 @@
/thiserror-1.0.50.crate /thiserror-1.0.50.crate
/thiserror-1.0.52.crate /thiserror-1.0.52.crate
/thiserror-1.0.56.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
/thiserror-2.0.11.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate thiserror %global crate thiserror
Name: rust-thiserror Name: rust-thiserror
Version: 1.0.56 Version: 2.0.11
Release: %autorelease Release: %autorelease
Summary: Derive(Error) Summary: Derive(Error)
@ -47,6 +47,18 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %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 %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -1 +1 @@
SHA512 (thiserror-1.0.56.crate) = 6b7c856745256d6ef9e7ab2ea0027f9c1ed2c75ed5b075068af57cf706abfd835fd4552d9ec7578bece1f820086828c5dec85a9cbada409569838cdc9d63936c SHA512 (thiserror-2.0.11.crate) = ba0c3c2615bb9bfb07affa66ffeb2eeda43b16a974dc9a0482165a4a5a502a376e2fd6b569a228a08647de23d291e2c301dedf89d8caa79833b965a184dd5904

Loading…
Cancel
Save