diff --git a/.gitignore b/.gitignore index 4a5362d..753817d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /tuikit-0.2.6.crate /tuikit-0.2.7.crate +/tuikit-0.2.8.crate diff --git a/rust-tuikit.spec b/rust-tuikit.spec index 4c5d31c..bf006fa 100644 --- a/rust-tuikit.spec +++ b/rust-tuikit.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm-9-1.fc30 +# Generated by rust2rpm 9 %bcond_with check %global debug_package %{nil} %global crate tuikit Name: rust-%{crate} -Version: 0.2.7 +Version: 0.2.8 Release: 1%{?dist} Summary: Toolkit for writing TUI applications @@ -13,9 +13,6 @@ Summary: Toolkit for writing TUI applications License: MIT URL: https://crates.io/crates/tuikit Source: %{crates_source} -# Initial patched metadata -# * Bump nix to 0.14, https://github.com/lotabout/tuikit/pull/9 -Patch0: tuikit-fix-metadata.diff ExclusiveArch: %{rust_arches} @@ -30,16 +27,16 @@ BuildRequires: (crate(unicode-width/default) >= 0.1.5 with crate(unicode-width/ BuildRequires: (crate(env_logger/default) >= 0.6.1 with crate(env_logger/default) < 0.7.0) %endif -%global _description \ -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. +%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.} %description %{_description} @@ -86,6 +83,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Wed Jun 05 17:49:08 CEST 2019 Igor Gnatenko - 0.2.8-1 +- Update to 0.2.8 + * Tue Jun 04 2019 Josh Stone - 0.2.7-1 - Update to 0.2.7 - Bump nix to 0.14 diff --git a/sources b/sources index 60d79e9..bdfd904 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tuikit-0.2.7.crate) = 628f6390bf06d9a94f2c063c556b0b2ad874ccdf496f790105316a6bf64cd0eded53a948b032012393f1453f0ccc1eed434116389a7f9cf508ecdc1f65c840ec +SHA512 (tuikit-0.2.8.crate) = 59f4a97b6322fe291cfe8ab4bda5ad380e6d227be0315205512c512584a85628b6ee4904ee0990944ca3078385dd8e56774e19a4d89f28bf178e7259adb875bc diff --git a/tuikit-fix-metadata.diff b/tuikit-fix-metadata.diff deleted file mode 100644 index d4444a4..0000000 --- a/tuikit-fix-metadata.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- tuikit-0.2.7/Cargo.toml 1970-01-01T00:00:00+00:00 -+++ tuikit-0.2.7/Cargo.toml 2019-06-04T23:50:12.051028+00:00 -@@ -32,7 +32,7 @@ - version = "0.4" - - [dependencies.nix] --version = "0.13.0" -+version = "0.14.0" - - [dependencies.term] - version = "0.5.1"