Update to 0.1.11

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent b56083cf20
commit 202222ae57
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -1,3 +1,4 @@
/terminal_size-0.1.8.crate /terminal_size-0.1.8.crate
/terminal_size-0.1.9.crate /terminal_size-0.1.9.crate
/terminal_size-0.1.10.crate /terminal_size-0.1.10.crate
/terminal_size-0.1.11.crate

@ -5,8 +5,8 @@
%global crate terminal_size %global crate terminal_size
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.10 Version: 0.1.11
Release: 2%{?dist} Release: 1%{?dist}
Summary: Gets the size of your Linux or Windows terminal Summary: Gets the size of your Linux or Windows terminal
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Mar 27 11:04:48 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.1.11-1
- Update to 0.1.11
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

@ -1 +1 @@
SHA512 (terminal_size-0.1.10.crate) = ebe617c7329d34270b254d58c107ff941381cc18222a8f9a32e5fe937715de64269d336fdf49caeaa0afc8b88955c402c9650d74af3276f3694f286282400d85 SHA512 (terminal_size-0.1.11.crate) = 937f9bb0c302cd64edbd541be77729eb50d73185a1944c40990e716af714ebc6da4939521164c93782ace7047d0fd355d44a64ea7417c4d5fd4f377451b0dd8c

@ -1,10 +1,5 @@
<<<<<<< HEAD --- terminal_size-0.1.11/Cargo.toml 2020-03-27T02:22:44+00:00
--- terminal_size-0.1.9/Cargo.toml 2020-01-05T23:29:06+00:00 +++ terminal_size-0.1.11/Cargo.toml 2020-03-27T10:04:47.990118+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 @@ @@ -22,6 +22,3 @@
repository = "https://github.com/eminence/terminal-size" repository = "https://github.com/eminence/terminal-size"
[dependencies.libc] [dependencies.libc]

Loading…
Cancel
Save