Update to 0.1.10

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent c89f606c48
commit 34acd2054b

4
.gitignore vendored

@ -1,2 +1,6 @@
/terminal_size-0.1.8.crate
<<<<<<< HEAD
/terminal_size-0.1.9.crate
=======
/terminal_size-0.1.10.crate
>>>>>>> Update to 0.1.10

@ -5,7 +5,7 @@
%global crate terminal_size
Name: rust-%{crate}
Version: 0.1.9
Version: 0.1.10
Release: 1%{?dist}
Summary: Gets the size of your Linux or Windows terminal
@ -70,11 +70,13 @@ which use "default" feature of "%{crate}" crate.
%if %{with check}
%check
# stty: /dev/stderr: Inappropriate ioctl for device
%cargo_test -- -- --skip unix::compare_with_stty
%cargo_test
%endif
%changelog
* Sat Jan 11 17:21:23 CET 2020 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.10-1
- Update to 0.1.10
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.1.9-1
- Update to 0.1.9

@ -1 +1,5 @@
<<<<<<< HEAD
SHA512 (terminal_size-0.1.9.crate) = b3e5d840bf33cb49294995d6d1300facba540804b65648c9b77612ebb28baef3eb28477b2aac3048bba66ed51b2afc12fad436677f5221f8ddecfaf2af163a88
=======
SHA512 (terminal_size-0.1.10.crate) = ebe617c7329d34270b254d58c107ff941381cc18222a8f9a32e5fe937715de64269d336fdf49caeaa0afc8b88955c402c9650d74af3276f3694f286282400d85
>>>>>>> Update to 0.1.10

@ -1,5 +1,10 @@
<<<<<<< HEAD
--- terminal_size-0.1.9/Cargo.toml 2020-01-05T23:29:06+00:00
+++ terminal_size-0.1.9/Cargo.toml 2020-01-07T18:15:14.630826+00:00
=======
--- terminal_size-0.1.10/Cargo.toml 2020-01-08T21:21:37+00:00
+++ terminal_size-0.1.10/Cargo.toml 2020-01-11T16:21:22.903179+00:00
>>>>>>> Update to 0.1.10
@@ -22,6 +22,3 @@
repository = "https://github.com/eminence/terminal-size"
[dependencies.libc]

Loading…
Cancel
Save