Compare commits
No commits in common. 'epel9' and 'i9ce' have entirely different histories.
@ -1,32 +1 @@
|
||||
/async-trait-0.1.21.crate
|
||||
/async-trait-0.1.24.crate
|
||||
/async-trait-0.1.26.crate
|
||||
/async-trait-0.1.27.crate
|
||||
/async-trait-0.1.29.crate
|
||||
/async-trait-0.1.30.crate
|
||||
/async-trait-0.1.31.crate
|
||||
/async-trait-0.1.36.crate
|
||||
/async-trait-0.1.38.crate
|
||||
/async-trait-0.1.40.crate
|
||||
/async-trait-0.1.41.crate
|
||||
/async-trait-0.1.42.crate
|
||||
/async-trait-0.1.48.crate
|
||||
/async-trait-0.1.50.crate
|
||||
/async-trait-0.1.51.crate
|
||||
/async-trait-0.1.52.crate
|
||||
/async-trait-0.1.53.crate
|
||||
/async-trait-0.1.56.crate
|
||||
/async-trait-0.1.57.crate
|
||||
/async-trait-0.1.59.crate
|
||||
/async-trait-0.1.60.crate
|
||||
/async-trait-0.1.63.crate
|
||||
/async-trait-0.1.64.crate
|
||||
/async-trait-0.1.66.crate
|
||||
/async-trait-0.1.67.crate
|
||||
/async-trait-0.1.68.crate
|
||||
/async-trait-0.1.71.crate
|
||||
/async-trait-0.1.72.crate
|
||||
/async-trait-0.1.73.crate
|
||||
/async-trait-0.1.74.crate
|
||||
/async-trait-0.1.75.crate
|
||||
/async-trait-0.1.77.crate
|
||||
SOURCES/async-trait-0.1.77.crate
|
||||
|
@ -0,0 +1 @@
|
||||
245cb8dc0d81bd6f8f51faec878b83ed24a8a498 SOURCES/async-trait-0.1.77.crate
|
@ -0,0 +1,201 @@
|
||||
## 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.77
|
||||
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
|
||||
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.77-1
|
||||
- Rebuilt for MSVSphere 9.3
|
||||
|
||||
* Fri Jan 05 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.77-1
|
||||
- Update to version 0.1.77; Fixes RHBZ#2256298
|
||||
|
||||
* 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
|
||||
|
@ -1,56 +0,0 @@
|
||||
* 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
|
@ -1,69 +0,0 @@
|
||||
# Generated by rust2rpm 25
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate async-trait
|
||||
|
||||
Name: rust-async-trait
|
||||
Version: 0.1.77
|
||||
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
|
||||
%autochangelog
|
Loading…
Reference in new issue