From 13b947baf001319d1c60d974b7026f056898ba52 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Feb 23 2020 16:46:30 +0000 Subject: Update to 0.3.1 Signed-off-by: Igor Raits --- diff --git a/.gitignore b/.gitignore index 23ac8c8..f47f7bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /tuikit-0.2.7.crate /tuikit-0.2.8.crate /tuikit-0.2.9.crate +/tuikit-0.3.1.crate diff --git a/rust-tuikit.spec b/rust-tuikit.spec index beec4d9..44070d4 100644 --- a/rust-tuikit.spec +++ b/rust-tuikit.spec @@ -1,21 +1,18 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate tuikit Name: rust-%{crate} -Version: 0.2.9 -Release: 3%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: Toolkit for writing TUI applications # Upstream license specification: MIT License: MIT URL: https://crates.io/crates/tuikit Source: %{crates_source} -# Initial patched metadata -# * Bump term to 0.6 https://github.com/lotabout/tuikit/pull/18 -Patch0: tuikit-fix-metadata.diff ExclusiveArch: %{rust_arches} %if %{__cargo_skip_build} @@ -25,15 +22,7 @@ BuildArch: noarch BuildRequires: rust-packaging %global _description %{expand: -Tuikit is a TUI library for writing terminal UI applications. Highlights: - - - Thread safe. - - Support non-fullscreen mode as well as fullscreen mode. - - Support Alt keys, mouse events, etc. - - Buffering for efficient rendering. - -Tuikit is modeld after termbox which views the terminal as a table of -fixed-size cells and input being a stream of structured messages.} +Toolkit for writing TUI applications.} %description %{_description} @@ -47,9 +36,9 @@ This package contains library source intended for building other packages which use "%{crate}" crate. %files devel -%doc CHANGELOG.md README.md %license LICENSE -%{cargo_registry}/%{crate}-%{version}/ +%doc CHANGELOG.md README.md +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -61,7 +50,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -83,6 +72,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sun Feb 23 17:35:59 CET 2020 Igor Raits - 0.3.1-1 +- Update to 0.3.1 + * Thu Jan 30 2020 Fedora Release Engineering - 0.2.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 6e165af..38c1be0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tuikit-0.2.9.crate) = 33568432d0c38f77b6102c27a5fe2a654c6772afaa442b021e4d29c181573e4d22b323fba642f6e916eba5968733eb422ec1dd24bf3748dbc4158a53a1bc5f86 +SHA512 (tuikit-0.3.1.crate) = dc6dee2274440e199755255bae70d84ffb0faf745e6025bcf0254351523d25e4058d8f56025ac4af860547ee7a60675fc6e52452ac341410d31e4f3b3ce65af3 diff --git a/tuikit-fix-metadata.diff b/tuikit-fix-metadata.diff deleted file mode 100644 index 54b8a4e..0000000 --- a/tuikit-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- tuikit-0.2.9/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tuikit-0.2.9/Cargo.toml 2019-12-14T02:29:30.878041+00:00 -@@ -35,7 +35,7 @@ - version = "0.14.0" - - [dependencies.term] --version = "0.5.1" -+version = "0.6" - - [dependencies.unicode-width] - version = "0.1.5"