import rust-async-trait-0.1.75-1.el9

i9ce changed/i9ce/rust-async-trait-0.1.75-1.el9
Arkady L. Shane 1 year ago
commit 20044b4a9e
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

Binary file not shown.

@ -0,0 +1,198 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## 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 25
%bcond_without check
%global debug_package %{nil}
%global crate async-trait
Name: rust-async-trait
Version: 0.1.75
Release: %autorelease
Summary: Type erasure for async trait methods
License: MIT OR Apache-2.0
URL: https://crates.io/crates/async-trait
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Type erasure for async trait methods.}
%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
%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
* Thu Jan 11 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.75-1
- Rebuilt for MSVSphere 9.3
* Thu Dec 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.75-1
- Update to version 0.1.75; Fixes RHBZ#2255471
* Sun Oct 15 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.74-1
- Update to version 0.1.74; Fixes RHBZ#2244255
* Sun Aug 27 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.73-1
- Update to version 0.1.73; Fixes RHBZ#2231579
* Fri Jul 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.72-1
- Update to version 0.1.72; Fixes RHBZ#2224481
* Tue Jul 11 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.71-1
- Update to version 0.1.71; Fixes RHBZ#2219230
* Sun Apr 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.68-1
- Update to version 0.1.68; Fixes RHBZ#2181619
* Wed Mar 22 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.67-1
- Update to version 0.1.67; Fixes RHBZ#2179487
* Mon Mar 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.66-1
- Update to version 0.1.66; Fixes RHBZ#2175375
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.64-1
- Update to version 0.1.64; Fixes RHBZ#2165740
* Thu Jan 26 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.63-1
- Update to version 0.1.63; Fixes RHBZ#2158928
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.60-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Dec 20 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.60-1
- Update to version 0.1.60; Fixes RHBZ#2154555
* Sun Dec 04 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.59-1
- Update to version 0.1.59; Fixes RHBZ#2135974
* Tue Aug 02 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.57-1
- Update to version 0.1.57; Fixes RHBZ#2112806
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.56-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jul 16 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.56-1
- Update to version 0.1.56; Fixes RHBZ#2093073
* Tue Mar 29 2022 Fabio Valentini <decathorpe@gmail.com> - 0.1.53-1
- Update to version 0.1.53; Fixes RHBZ#2068686
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.52-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Dec 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.52-1
- Update to version 0.1.52; Fixes RHBZ#2030674
* Thu Jul 29 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.51-1
- Update to version 0.1.51; Fixes RHBZ#1987133
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.50-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.50-1
- Update to version 0.1.50.
- Fixes RHBZ#1935560
* Sun Mar 28 2021 Fabio Valentini <decathorpe@gmail.com> - 0.1.48-1
- Update to version 0.1.48.
- Fixes RHBZ#1935560
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Dec 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.42-1
- Update to version 0.1.42.
- Fixes RHBZ#1900269
* Wed Oct 07 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.41-1
- Update to version 0.1.41.
* Sat Sep 05 2020 Josh Stone <jistone@redhat.com> - 0.1.40-1
- Update to 0.1.40
* Tue Aug 25 2020 Josh Stone <jistone@redhat.com> - 0.1.38-1
- Update to 0.1.38
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Sun Jun 21 09:01:55 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.36-1
- Update to 0.1.36
* Wed May 13 2020 Josh Stone <jistone@redhat.com> - 0.1.31-1
- Update to 0.1.31
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 0.1.30-1
- Update to 0.1.30
* Thu Apr 02 2020 Josh Stone <jistone@redhat.com> - 0.1.29-1
- Update to 0.1.29
* Sun Mar 29 09:49:26 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.27-1
- Update to 0.1.27
* Fri Mar 27 11:06:03 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.26-1
- Update to 0.1.26
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.1.24-1
- Update to 0.1.24
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.21-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Sat Dec 14 14:03:56 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.21-1
- Initial package
Loading…
Cancel
Save