|
|
@ -8,14 +8,14 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate no-panic
|
|
|
|
%global crate no-panic
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-no-panic
|
|
|
|
Name: rust-no-panic
|
|
|
|
Version: 0.1.26
|
|
|
|
Version: 0.1.28
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Attribute macro to require that the compiler prove a function can't ever panic
|
|
|
|
Summary: Attribute macro to require that the compiler prove a function can't ever panic
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ License: MIT OR Apache-2.0
|
|
|
|
URL: https://crates.io/crates/no-panic
|
|
|
|
URL: https://crates.io/crates/no-panic
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Attribute macro to require that the compiler prove a function can't ever
|
|
|
|
Attribute macro to require that the compiler prove a function can't ever
|
|
|
@ -59,7 +59,7 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -77,6 +77,12 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jan 03 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.28-1
|
|
|
|
|
|
|
|
- Update to version 0.1.28; Fixes RHBZ#2256435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Nov 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.27-1
|
|
|
|
|
|
|
|
- Update to version 0.1.27; Fixes RHBZ#2251091
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.26-1
|
|
|
|
* Mon Nov 20 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.26-1
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
|
|
|
|
|
|
|