update to version 0.2.7

epel9
Fabio Valentini 4 years ago
parent f1d445f833
commit ca1cfb4e7d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/errno-0.2.4.crate
/errno-0.2.5.crate
/errno-0.2.6.crate
/errno-0.2.7.crate

@ -1,11 +1,13 @@
--- errno-0.2.5/Cargo.toml 2020-03-27T11:47:46+00:00
+++ errno-0.2.5/Cargo.toml 2020-03-27T11:55:30.957665+00:00
@@ -19,14 +19,7 @@
--- errno-0.2.7/Cargo.toml 2020-10-24T09:12:09+00:00
+++ errno-0.2.7/Cargo.toml 2020-11-12T11:01:58.552185+00:00
@@ -19,16 +19,7 @@
categories = ["os"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lambda-fairy/rust-errno"
-[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
-version = "0.1.1"
-[target."cfg(target_os=\"hermit\")".dependencies.libc]
-version = "0.2"
-[target."cfg(target_os=\"wasi\")".dependencies.libc]
-version = "0.2"
[target."cfg(unix)".dependencies.libc]

@ -1,12 +1,12 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
%bcond_without check
%global debug_package %{nil}
%global crate errno
Name: rust-%{crate}
Version: 0.2.6
Release: 2%{?dist}
Version: 0.2.7
Release: 1%{?dist}
Summary: Cross-platform interface to the `errno` variable
# Upstream license specification: MIT/Apache-2.0
@ -14,7 +14,7 @@ License: MIT or ASL 2.0
URL: https://crates.io/crates/errno
Source: %{crates_source}
# Initial patched metadata
# * No windows or dragonfly
# * No dragonfly, hermit, wasi, windows dependencies
Patch0: errno-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -74,6 +74,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Thu Nov 12 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.7-1
- Update to version 0.2.7.
- Fixes RHBZ#1891196
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (errno-0.2.6.crate) = 6fa0ab65e648a75b70ab9598b6ffff8aba01893106db901908bae326dbfc62cd5303e292ed867f7cceb2cce0a3d524bedde304127e9d3f98f8dd17c1c9b652bc
SHA512 (errno-0.2.7.crate) = 2d22a44159176d1f898569fe892fec795fb2b9bc35ba735c7275a1dc23c2f9e31bffa2f1d36c4b02230f623206c954e4bbbd704d606e5ff5ccc5e73fb2f536ab

Loading…
Cancel
Save