Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

2
.gitignore vendored

@ -13,5 +13,3 @@
/psm-0.1.19.crate /psm-0.1.19.crate
/psm-0.1.20.crate /psm-0.1.20.crate
/psm-0.1.21.crate /psm-0.1.21.crate
/psm-0.1.23.crate
/psm-0.1.24.crate

@ -0,0 +1,3 @@
# rust-psm
The rust-psm package

@ -1,11 +1,11 @@
# Generated by rust2rpm 27 # Generated by rust2rpm 22
%bcond check 1 %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate psm %global crate psm
Name: rust-psm Name: rust-psm
Version: 0.1.24 Version: 0.1.21
Release: %autorelease Release: %autorelease
Summary: Portable Stack Manipulation: stack manipulation and introspection routines Summary: Portable Stack Manipulation: stack manipulation and introspection routines
@ -13,11 +13,12 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/psm URL: https://crates.io/crates/psm
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Portable Stack Manipulation: stack manipulation and introspection Portable Stack Manipulation: stack manipulation and introspection routines.}
routines.}
%description %{_description} %description %{_description}
@ -49,7 +50,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} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (psm-0.1.24.crate) = c26f1f561336c6a2a245cff2c5b0af68497e978c65ce1407b4a5e9a0fda3547a57f5de70b0f9099e0a6ae7e68fb8c1f3b33638d39e2f1339f0b175df441880ed SHA512 (psm-0.1.21.crate) = 33e34bb30efa5ec700c135e11fe03447d56e6f0dbca5536fa8bf9ca2c605c65e2dfe0a2a79a0bbe08eb2d2a37e569e31def340e1187bc25060c2f0e6537e3e5b

Loading…
Cancel
Save