File rust-anyhow.spec of Package rust-anyhow
%{?vortex_header}%{!?vortex_header:%global vortex_pkg vortex-2025-12}
## START: Set by rpmautospec
## (rpmautospec version 0.8.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 27
%bcond check 0
%global debug_package %{nil}
%global crate anyhow
Name: rust-anyhow
Version: 1.0.100
Release: %autorelease
Summary: Flexible concrete Error type built on std::error::Error
License: MIT OR Apache-2.0
URL: https://crates.io/crates/anyhow
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Flexible concrete Error type built on std::error::Error.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
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
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+backtrace-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+backtrace-devel %{_description}
This package contains library source intended for building other packages which
use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+backtrace-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
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
## START: Generated by rpmautospec
* Fri Oct 17 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.100-1
- Update to version 1.0.100; Fixes RHBZ#2396906
* Thu Aug 14 2025 Fabio Valentini <decathorpe@gmail.com> - 1.0.99-1
- Update to version 1.0.99; Fixes RHBZ#2387740
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.98-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Thu Apr 24 2025 Fabio Valentini <decathorpe@gmail.com> - 1.0.98-1
- Update to version 1.0.98; Fixes RHBZ#2359338
* Mon Mar 03 2025 Fabio Valentini <decathorpe@gmail.com> - 1.0.97-1
- Update to version 1.0.97; Fixes RHBZ#2349379
* Tue Feb 25 2025 Fabio Valentini <decathorpe@gmail.com> - 1.0.96-1
- Update to version 1.0.96; Fixes RHBZ#2346747
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.95-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 1.0.95-1
- Update to version 1.0.95; Fixes RHBZ#2333741
* Sun Dec 08 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.94-1
- Update to version 1.0.94; Fixes RHBZ#2330212
* Thu Nov 28 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.93-1
- Update to version 1.0.93; Fixes RHBZ#2324124
* Mon Nov 04 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.92-1
- Update to version 1.0.92; Fixes RHBZ#2321104
* Sat Oct 19 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.90-1
- Update to version 1.0.90; Fixes RHBZ#2319784
* Mon Sep 16 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.89-1
- Update to version 1.0.89; Fixes RHBZ#2310521
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.86-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jun 11 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.86-1
- Update to version 1.0.86; Fixes RHBZ#2281108
* Fri May 17 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.84-1
- Update to version 1.0.84; Fixes RHBZ#2281018
* Tue May 07 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.83-1
- Update to version 1.0.83; Fixes RHBZ#2279387
* Fri Apr 12 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.82-1
- Update to version 1.0.82; Fixes RHBZ#2269102
* Thu Feb 29 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.80-1
- Update to version 1.0.80; Fixes RHBZ#2264818
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.79-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 1.0.79-1
- Update to version 1.0.79; Fixes RHBZ#2256297
* Wed Dec 27 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.77-1
- Update to version 1.0.77; Fixes RHBZ#2255941
* Thu Dec 21 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.76-1
- Update to version 1.0.76; Fixes RHBZ#2255475
* Sun Aug 27 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.75-2
- Re-enable tests after bootstrap with thiserror
* Sun Aug 27 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.75-1
- Update to version 1.0.75; Fixes RHBZ#2232079
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.72-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jul 17 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.72-1
- Update to version 1.0.72; Fixes RHBZ#2223118
* Sun Apr 30 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.71-1
- Update to version 1.0.71; Fixes RHBZ#2192129
* Thu Mar 30 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.70-1
- Update to version 1.0.70; Fixes RHBZ#2179486
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.69-1
- Update to version 1.0.69; Fixes RHBZ#2167139
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.68-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.68-1
- Update to version 1.0.68; Fixes RHBZ#2154553
* Sat Dec 03 2022 Kalev Lember <klember@redhat.com> - 1.0.66-1
- Update to version 1.0.66; Fixes RHBZ#2136669
* Fri Dec 02 2022 Kalev Lember <klember@redhat.com> - 1.0.65-2
- Re-generate packaging with rust2rpm 23
* Sat Oct 08 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.65-1
- Update to version 1.0.65; Fixes RHBZ#2124122
* Fri Sep 02 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.63-1
- Update to version 1.0.63; Fixes RHBZ#2122842
* Fri Aug 12 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.61-1
- Update to version 1.0.61; Fixes RHBZ#2117422
* Tue Aug 02 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.59-1
- Update to version 1.0.59; Fixes RHBZ#2112805
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.58-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 15 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.58-1
- Update to version 1.0.58; Fixes RHBZ#2098395
* Mon May 23 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.57-1
- Update to version 1.0.57; Fixes RHBZ#2077604
* Tue Mar 29 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.56-1
- Update to version 1.0.56; Fixes RHBZ#2061580
* Sat Mar 05 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.55-1
- Update to version 1.0.55; Fixes RHBZ#2056704
* Sun Feb 20 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.54-1
- Update to version 1.0.54; Fixes RHBZ#2056147
* Wed Jan 26 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.53-1
- Update to version 1.0.53; Fixes RHBZ#2043794
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.52-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jan 07 2022 Fabio Valentini <decathorpe@gmail.com> - 1.0.52-1
- Update to version 1.0.52; Fixes RHBZ#2035374
* Tue Nov 30 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.51-1
- Update to version 1.0.51; Fixes RHBZ#2025685
* Fri Nov 19 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.47-1
- Update to version 1.0.47; Fixes RHBZ#2021343
* Wed Nov 03 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.45-1
- Update to version 1.0.45; Fixes RHBZ#2019590
* Mon Sep 27 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.44-1
- Update to version 1.0.44; Fixes RHBZ#2003479
* Sun Aug 15 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.43-1
- Update to version 1.0.43; Fixes RHBZ#1993607
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jul 09 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.42-1
- Update to version 1.0.42; Fixes RHBZ#1980907
* Tue Jun 22 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.41-1
- Update to version 1.0.41.
- Fixes RHBZ#1970581
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.40-1
- Update to version 1.0.40.
- Fixes RHBZ#1943642
* Sun Mar 21 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.39-1
- Update to version 1.0.39.
- Fixes RHBZ#1941120
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.38-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jan 11 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.38-1
- Update to version 1.0.38.
- Fixes RHBZ#1914718
* Tue Dec 29 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.37-1
- Update to version 1.0.37.
- Fixes RHBZ#1911354
* Sat Dec 26 12:15:27 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.36-1
- Update to 1.0.36
* Mon Dec 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.35-1
- Update to version 1.0.35.
- Fixes RHBZ#1904750
* Thu Nov 05 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.34-1
- Update to version 1.0.34.
- Fixes RHBZ#1893913
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.33-1
- Update to version 1.0.33.
* Wed Jul 29 2020 Josh Stone <jistone@redhat.com> - 1.0.32-1
- Update to 1.0.32
* Fri May 15 2020 Josh Stone <jistone@redhat.com> - 1.0.31-1
- Update to 1.0.31
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 1.0.30-1
- Update to 1.0.30
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 1.0.28-1
- Update to 1.0.28
* Sun Mar 15 09:06:14 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.27-1
- Update to 1.0.27
* Fri Feb 14 10:34:04 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.26-1
- Initial package
## END: Generated by rpmautospec