diff --git a/.gitignore b/.gitignore index 1a9738a..603860d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /terminal_size-0.1.10.crate /terminal_size-0.1.11.crate /terminal_size-0.1.12.crate +/terminal_size-0.1.13.crate diff --git a/rust-terminal_size.spec b/rust-terminal_size.spec index 65c52b5..5b42c4a 100644 --- a/rust-terminal_size.spec +++ b/rust-terminal_size.spec @@ -5,7 +5,7 @@ %global crate terminal_size Name: rust-%{crate} -Version: 0.1.12 +Version: 0.1.13 Release: 1%{?dist} Summary: Gets the size of your Linux or Windows terminal @@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Fri Jul 10 2020 Josh Stone - 0.1.13-1 +- Update to 0.1.13 + * Wed Apr 29 2020 Josh Stone - 0.1.12-1 - Update to 0.1.12 diff --git a/sources b/sources index 562bb41..c54af1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (terminal_size-0.1.12.crate) = 6f0060529cda5a891a861566d22b0c3a17a702fccd8191387ec7e463bcd05cc88a80d889eb146ef704b6bc50c7b136d340b44897a300d6ef6269dd4b83837b5d +SHA512 (terminal_size-0.1.13.crate) = 75efac1092c6919efc7d427e3cf7d4c36a4d12b3d5c38ee35f94ddf2fb0efcc16fb92e608382905475d5de3078e9c64a29ec77816572797fdfb53a6708eaf266 diff --git a/terminal_size-fix-metadata.diff b/terminal_size-fix-metadata.diff index 55e552a..fb540c5 100644 --- a/terminal_size-fix-metadata.diff +++ b/terminal_size-fix-metadata.diff @@ -1,8 +1,8 @@ ---- terminal_size-0.1.11/Cargo.toml 2020-03-27T02:22:44+00:00 -+++ terminal_size-0.1.11/Cargo.toml 2020-03-27T10:04:47.990118+00:00 +--- terminal_size-0.1.13/Cargo.toml 2020-07-03T17:50:10+00:00 ++++ terminal_size-0.1.13/Cargo.toml 2020-07-10T23:39:27.767967+00:00 @@ -22,6 +22,3 @@ repository = "https://github.com/eminence/terminal-size" - [dependencies.libc] + [target."cfg(not(windows))".dependencies.libc] version = "0.2" -[target."cfg(windows)".dependencies.winapi] -version = "0.3"