Update to 0.2.8

epel9
Josh Stone 7 years ago
parent 78520bbf43
commit 3e7b7a7186

1
.gitignore vendored

@ -1,2 +1,3 @@
/atty-0.2.3.crate
/atty-0.2.6.crate
/atty-0.2.8.crate

@ -1,16 +1,16 @@
--- atty-0.2.6/Cargo.toml 1970-01-01T01:00:00+01:00
+++ atty-0.2.6/Cargo.toml 2017-12-24T14:00:24.373767+01:00
@@ -21,13 +21,9 @@
--- atty-0.2.8/Cargo.toml 1969-12-31T16:00:00-08:00
+++ atty-0.2.8/Cargo.toml 2018-03-07T11:44:52.966361-08:00
@@ -21,13 +21,8 @@
keywords = ["terminal", "tty"]
license = "MIT"
repository = "https://github.com/softprops/atty"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
-[target."cfg(target_os = \"redox\")".dependencies.termion]
-version = "1.5"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
default-features = false
-[target."cfg(target_os = \"redox\")".dependencies.termion]
-version = "1.5"
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3"
-features = ["consoleapi", "processenv", "minwinbase", "minwindef", "winbase"]
[badges.travis-ci]
repository = "softprops/atty"

@ -6,16 +6,16 @@
%global crate atty
Name: rust-%{crate}
Version: 0.2.6
Release: 3%{?dist}
Version: 0.2.8
Release: 1%{?dist}
Summary: Simple interface for querying atty
License: MIT
URL: https://crates.io/crates/atty
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows
Patch0: atty-0.2.6-fix-metadata.diff
# * No windows or redox
Patch0: atty-0.2.8-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Wed Mar 07 2018 Josh Stone <jistone@redhat.com> - 0.2.8-1
- Update to 0.2.8
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild

@ -1 +1 @@
SHA512 (atty-0.2.6.crate) = ae0aa91616571391eb4a2cc46b4765784dcd96b514fc7c3b64f756d1a180f95c83b9d14086f872fb7466be0e623f44a1a3170e786d7fbff5bdd949ef0cd88997
SHA512 (atty-0.2.8.crate) = d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195

Loading…
Cancel
Save