Update to version 0.3.4; Fixes RHBZ#2241645

epel9
Fabio Valentini 1 year ago
parent 92be4a41b8
commit 6c5c83130e
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/errno-0.3.1.crate /errno-0.3.1.crate
/errno-0.3.2.crate /errno-0.3.2.crate
/errno-0.3.3.crate /errno-0.3.3.crate
/errno-0.3.4.crate

@ -1,5 +1,5 @@
--- errno-0.3.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- errno-0.3.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ errno-0.3.3/Cargo.toml 2023-08-29T21:13:39.041411+00:00 +++ errno-0.3.4/Cargo.toml 2023-10-08T13:35:08.715344+00:00
@@ -29,24 +29,7 @@ @@ -29,24 +29,7 @@
default = ["std"] default = ["std"]
std = ["libc/std"] std = ["libc/std"]

@ -1,21 +1,21 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate errno %global crate errno
Name: rust-errno Name: rust-errno
Version: 0.3.3 Version: 0.3.4
Release: %autorelease Release: %autorelease
Summary: Cross-platform interface to the errno variable Summary: Cross-platform interface to the errno variable
License: MIT OR Apache-2.0 License: MIT OR Apache-2.0
URL: https://crates.io/crates/errno URL: https://crates.io/crates/errno
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Automatically generated patch to strip dependencies and normalize metadata
Patch: errno-fix-metadata-auto.diff Patch: errno-fix-metadata-auto.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Cross-platform interface to the `errno` variable.} Cross-platform interface to the `errno` variable.}
@ -63,7 +63,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 (errno-0.3.3.crate) = 9524db39d0c9be287e0d2aed3358a86e961b2868717037212a2e9dc408bc73198ab23196d7923a9ba7e0e9357276075148f582e0325ad36ae1b212a8c674173e SHA512 (errno-0.3.4.crate) = 8c9d8e30af79b554a6aaaf605ddc427355304fcaff9dbc7ace01b275b51a6b9297b7f1dcc4a27380b8ac06156d7f81984b87feaa82ac518f146bf3a149ae4dd1

Loading…
Cancel
Save