Update to 0.2.9

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 3e7b7a7186
commit 74d141a5a9
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

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

@ -1,5 +1,5 @@
--- 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
--- atty-0.2.9/Cargo.toml 1970-01-01T01:00:00+01:00
+++ atty-0.2.9/Cargo.toml 2018-04-22T09:07:13.400559+02:00
@@ -21,13 +21,8 @@
keywords = ["terminal", "tty"]
license = "MIT"

@ -6,7 +6,7 @@
%global crate atty
Name: rust-%{crate}
Version: 0.2.8
Version: 0.2.9
Release: 1%{?dist}
Summary: Simple interface for querying atty
@ -15,7 +15,7 @@ URL: https://crates.io/crates/atty
Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{crate}-%{version}.crate
# Initial patched metadata
# * No windows or redox
Patch0: atty-0.2.8-fix-metadata.diff
Patch0: atty-0.2.9-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@ -58,6 +58,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/appveyor.yml
%changelog
* Sun Apr 22 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.9-1
- Update to 0.2.9
* Wed Mar 07 2018 Josh Stone <jistone@redhat.com> - 0.2.8-1
- Update to 0.2.8

@ -1 +1 @@
SHA512 (atty-0.2.8.crate) = d6aac03499b5e8187ecacd6060d34d3ad8747eb680c9f59ba13e00253d422b2d7d092236fc8eced93358f251d46672013463e3bfdc0aaa9e9e7c5c8e08a22195
SHA512 (atty-0.2.9.crate) = 2d7d2e52f3d3b66d4280dc3a2509c0125b1cf7dc136f3cc81e1a91aee0dcebdb4444544f631bccf299580f24ac8687f9b61e3b08fc961c040146959eeec1205c

Loading…
Cancel
Save