Compare commits

...

18 Commits

Author SHA1 Message Date
Fabio Valentini 1664ea5c61
Update to version 0.1.33; Fixes RHBZ#2333712
4 weeks ago
Fabio Valentini 94f0e2bb1a
Update to version 0.1.32; Fixes RHBZ#2325409
2 months ago
Fedora Release Engineering c5e116e191 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini cefd11a32c
Update to version 0.1.30; Fixes RHBZ#2279425
9 months ago
Fabio Valentini 22c4409f60
Update to version 0.1.29; Fixes RHBZ#2259306
1 year ago
Fedora Release Engineering eebe0b3d6e Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini cda49eb12d
Update to version 0.1.28; Fixes RHBZ#2256435
1 year ago
Fabio Valentini dd23aa9577
Update to version 0.1.27; Fixes RHBZ#2251091
1 year ago
Fabio Valentini 3000e44cfc
Update to version 0.1.26; Fixes RHBZ#2224484
2 years ago
Fabio Valentini 4348bca079
Update to version 0.1.25; Fixes RHBZ#2219472
2 years ago
Fabio Valentini 553d10de40
Update to version 0.1.23; Fixes RHBZ#2213348
2 years ago
Fabio Valentini b5fd539375
Update to version 0.1.22; Fixes RHBZ#2179494
2 years ago
Fabio Valentini 10686ba54b
Update to version 0.1.21; Fixes RHBZ#2175578
2 years ago
Fabio Valentini 09e21b8d00
Update to version 0.1.20; Fixes RHBZ#2173386
2 years ago
Fabio Valentini bc705c7bc7
Update to version 0.1.19; Fixes RHBZ#2167559
2 years ago
Fabio Valentini 331e3954ad
Update to version 0.1.17; Fixes RHBZ#2154586
2 years ago
Fedora Release Engineering 337ca3d858 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Fabio Valentini f742899e7f
Update to version 0.1.16; Fixes RHBZ#2132845
2 years ago

15
.gitignore vendored

@ -9,3 +9,18 @@
/no-panic-0.1.13.crate
/no-panic-0.1.14.crate
/no-panic-0.1.15.crate
/no-panic-0.1.16.crate
/no-panic-0.1.17.crate
/no-panic-0.1.19.crate
/no-panic-0.1.20.crate
/no-panic-0.1.21.crate
/no-panic-0.1.22.crate
/no-panic-0.1.23.crate
/no-panic-0.1.25.crate
/no-panic-0.1.26.crate
/no-panic-0.1.27.crate
/no-panic-0.1.28.crate
/no-panic-0.1.29.crate
/no-panic-0.1.30.crate
/no-panic-0.1.32.crate
/no-panic-0.1.33.crate

@ -1,3 +0,0 @@
# rust-no-panic
The rust-no-panic package

@ -1,28 +1,23 @@
# Generated by rust2rpm 19
%bcond_without check
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate no-panic
Name: rust-%{crate}
Version: 0.1.15
Name: rust-no-panic
Version: 0.1.33
Release: %autorelease
Summary: Attribute macro to require that the compiler prove a function can't ever panic
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/no-panic
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Attribute macro to require that the compiler prove a function can't ever panic.}
Attribute macro to require that the compiler prove a function can't ever
panic.}
%description %{_description}
@ -33,12 +28,13 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use "%{crate}" crate.
use the "%{crate}" crate.
%files devel
%license LICENSE-APACHE LICENSE-MIT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -47,13 +43,13 @@ 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.
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -67,9 +63,7 @@ use "the default" feature of the "%{crate}" crate.
%if %{with check}
%check
# * skip a test that fails with Rust 1.60+, upstream commit:
# https://github.com/dtolnay/no-panic/commit/fce1081
%cargo_test -- -- --skip no_panic::test_self_in_vec
%cargo_test
%endif
%changelog

@ -1 +1 @@
SHA512 (no-panic-0.1.15.crate) = 3a64c8f463f5fa6cad8785cafb9e50fddf1286d1ebf4e75cb583936be308cea2cc833ed967130c4d566a304558fe690cd08ffff8dfd53b17fb19b8d83cab0ca0
SHA512 (no-panic-0.1.33.crate) = 6518c222dfe2f53c49025accce6dae653dbd040cb210ca9e0eebc04670ccd4479ba76ad94cd2182578fd803800838f82e09933a93a6e99a818cc9c3732a307f4

Loading…
Cancel
Save