Compare commits

...

14 Commits

Author SHA1 Message Date
Fabio Valentini a7de3c4a92
Update to version 0.1.28; Fixes RHBZ#2256435
1 year ago
Fabio Valentini ac3075a92e
Update to version 0.1.27; Fixes RHBZ#2251091
1 year ago
Fabio Valentini 670ad96d24
Update to version 0.1.26; Fixes RHBZ#2224484
2 years ago
Fabio Valentini 7e600f6505
Update to version 0.1.25; Fixes RHBZ#2219472
2 years ago
Fabio Valentini 0e5ed4ea35
Update to version 0.1.23; Fixes RHBZ#2213348
2 years ago
Fabio Valentini 116be2a20c
Update to version 0.1.22; Fixes RHBZ#2179494
2 years ago
Fabio Valentini ce2060d600
Update to version 0.1.21; Fixes RHBZ#2175578
2 years ago
Fabio Valentini aff6a3f599
Update to version 0.1.20; Fixes RHBZ#2173386
2 years ago
Fabio Valentini d98f9db833
Update to version 0.1.19; Fixes RHBZ#2167559
2 years ago
Fabio Valentini 98ce01461c
Update to version 0.1.17; Fixes RHBZ#2154586
2 years ago
Fabio Valentini d354472550
Update to version 0.1.16; Fixes RHBZ#2132845
2 years ago
Fabio Valentini 3c3f9268be
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 2895dd5dc7
Rebuild
3 years ago
Igor Raits 778523d9a1
Bootstrap (disable tests)
3 years ago

11
.gitignore vendored

@ -9,3 +9,14 @@
/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

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

@ -1,28 +1,23 @@
# Generated by rust2rpm 19
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate no-panic
Name: rust-%{crate}
Version: 0.1.15
Name: rust-no-panic
Version: 0.1.28
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.28.crate) = 0a08b68b6af9986414181b94e0133d7b6ac673870ee4353f2858720b82555c8ef4697b148e7dbbffd99c2f69cb0ddd3809c6fce9b33331b038223d6606c34de4

Loading…
Cancel
Save