Update to version 0.6.0; Fixes RHBZ#2144307

epel9 imports/e9/rust-page_size-0.6.0-1.el9
Fabio Valentini 1 year ago
parent 532cf136d5
commit 694e9fc5a8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/page_size-0.4.2.crate
/page_size-0.6.0.crate

@ -1,12 +1,16 @@
--- page_size-0.4.2/Cargo.toml 1970-01-01T00:00:00+00:00
+++ page_size-0.4.2/Cargo.toml 2023-05-21T12:50:35.693885+00:00
@@ -30,9 +30,6 @@
no_std = ["spin"]
--- page_size-0.6.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ page_size-0.6.0/Cargo.toml 2023-11-25T09:16:52.055070+00:00
@@ -37,12 +37,9 @@
[target."cfg(unix)".dependencies.libc]
version = "0.2"
version = "^0.2"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.8"
-version = "0.3.9"
-features = ["sysinfoapi"]
-
[badges.appveyor]
repository = "Elzair/page_size_rs"
[badges.travis-ci]
repository = "Elzair/page_size_rs"
+

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate page_size
Name: rust-page_size
Version: 0.4.2
Version: 0.6.0
Release: %autorelease
Summary: Easy, fast, cross-platform way to retrieve the memory page size
@ -13,10 +13,10 @@ Summary: Easy, fast, cross-platform way to retrieve the memory page size
License: MIT OR Apache-2.0
URL: https://crates.io/crates/page_size
Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies
# Automatically generated patch to strip dependencies and normalize metadata
Patch: page_size-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Provides an easy, fast, cross-platform way to retrieve the memory page
@ -76,7 +76,7 @@ use the "spin" 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 (page_size-0.4.2.crate) = 171f1c4fecec80538a3ef0063c0cf1ebd611d9208a45329d769705db05f71973a140c497164393cac571934c3e2d24ab4caa055365f24cd4785fbd3d4d0f607a
SHA512 (page_size-0.6.0.crate) = 204faf102760e9f3edc480302a7d7e6b995b7a40850372ebb332cab82b9c8301e761351c7abce93bde9473ad9e944bb07e6c4447d4ee1891f5ae2c261b74b8e5

Loading…
Cancel
Save