Compare commits

...

4 Commits

2
.gitignore vendored

@ -1,2 +1,4 @@
/critical-section-1.1.1.crate /critical-section-1.1.1.crate
/critical-section-1.1.2.crate /critical-section-1.1.2.crate
/critical-section-1.1.3.crate
/critical-section-1.2.0.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 26
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate critical-section %global crate critical-section
Name: rust-critical-section Name: rust-critical-section
Version: 1.1.2 Version: 1.2.0
Release: %autorelease Release: %autorelease
Summary: Cross-platform critical section Summary: Cross-platform critical section
@ -13,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/critical-section URL: https://crates.io/crates/critical-section
Source: %{crates_source} Source: %{crates_source}
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Cross-platform critical section.} Cross-platform critical section.}
@ -121,6 +121,18 @@ use the "restore-state-u8" feature of the "%{crate}" crate.
%files -n %{name}+restore-state-u8-devel %files -n %{name}+restore-state-u8-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+restore-state-usize-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+restore-state-usize-devel %{_description}
This package contains library source intended for building other packages which
use the "restore-state-usize" feature of the "%{crate}" crate.
%files -n %{name}+restore-state-usize-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -134,7 +146,7 @@ use the "std" 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

@ -1 +1 @@
SHA512 (critical-section-1.1.2.crate) = 739175c5c18d1d6bcb6592a1a522dc2883dac7261a38eb54f06e0ebe82ecfd26567cf817f39eae9d8911b900c1968d0b21c13d514f4894d5695885b20adc8f54 SHA512 (critical-section-1.2.0.crate) = cdd6a107869122c9ad30449c4511f5ad3fd01458d2565a33d349478d71f19eabacffb26458e8a12b8892c3bc68f22a76717414ec6471d218130c8cf52cc641e4

Loading…
Cancel
Save