Compare commits

...

6 Commits

Author SHA1 Message Date
Fabio Valentini 3d8a3b3c67
Update to version 0.1.24; Fixes RHBZ#2325890
2 months ago
Fabio Valentini 073bda1083
Update to version 0.1.23; Fixes RHBZ#2309110
4 months ago
Fedora Release Engineering 87ec7513ed Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fedora Release Engineering 47826823a0 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering b1c590f45b Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Fedora Release Engineering ab0b28df83 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago

2
.gitignore vendored

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

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

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

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

Loading…
Cancel
Save