update to version 0.1.15

epel9
Fabio Valentini 4 years ago
parent 52dbb16f46
commit 85e4569c13
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/terminal_size-0.1.11.crate /terminal_size-0.1.11.crate
/terminal_size-0.1.12.crate /terminal_size-0.1.12.crate
/terminal_size-0.1.13.crate /terminal_size-0.1.13.crate
/terminal_size-0.1.15.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 16
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate terminal_size %global crate terminal_size
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.13 Version: 0.1.15
Release: 3%{?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,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Dec 02 2020 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-1
- Update to version 0.1.15.
- Fixes RHBZ#1897718
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-3 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-3
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (terminal_size-0.1.13.crate) = 75efac1092c6919efc7d427e3cf7d4c36a4d12b3d5c38ee35f94ddf2fb0efcc16fb92e608382905475d5de3078e9c64a29ec77816572797fdfb53a6708eaf266 SHA512 (terminal_size-0.1.15.crate) = cf1612f46c8502e079b87a240ddecdc02be8481cb7b78115ba1550a9a732103bc19de11f46160dbc5af06f8576d3dc780ed0b199b7f24c92fc0734e0d07e484e

@ -1,5 +1,5 @@
--- terminal_size-0.1.13/Cargo.toml 2020-07-03T17:50:10+00:00 --- terminal_size-0.1.15/Cargo.toml 2020-11-13T21:09:30+00:00
+++ terminal_size-0.1.13/Cargo.toml 2020-07-10T23:39:27.767967+00:00 +++ terminal_size-0.1.15/Cargo.toml 2020-12-02T19:55:36.623070+00:00
@@ -22,6 +22,3 @@ @@ -22,6 +22,3 @@
repository = "https://github.com/eminence/terminal-size" repository = "https://github.com/eminence/terminal-size"
[target."cfg(not(windows))".dependencies.libc] [target."cfg(not(windows))".dependencies.libc]

Loading…
Cancel
Save