From ce6fa648212033f1e962dac07abaf91764b8e93b06621d4aceadb6c8419d837b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 28 May 2023 11:13:07 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=8 --- ftxui.changes | 20 -------------------- ftxui.spec | 10 +++++----- v4.1.0.tar.gz | 3 --- v4.1.1.tar.gz | 3 +++ 4 files changed, 8 insertions(+), 28 deletions(-) delete mode 100644 v4.1.0.tar.gz create mode 100644 v4.1.1.tar.gz diff --git a/ftxui.changes b/ftxui.changes index 31ce768..7688bf3 100644 --- a/ftxui.changes +++ b/ftxui.changes @@ -1,23 +1,3 @@ -------------------------------------------------------------------- -Fri May 19 12:55:43 UTC 2023 - Michael Vetter - -- Update to 4.1.0: - Component: - * Feature: Support ResizableSplit with customizable separator. - * Fix: Support arrow keys in application mode - * Fix: Remove useless new line when using an alternative screen. - Dom: - * Feature: Add the dashed style for border and separator: - See DASHED enum, and separatorDashed(), borderDashed() functions. - * Feature: Add colored borders. - See functions: borderStyled(BorderStyle, Color) and borderStyled(Color). - * Feature: Add LinearGradient. It can be used in color and bgColor. - * Improvement: Color::Interpolate() uses gamma correction. - * Fix: Check the graph area is positive. - Build/Install: - * Use globally set CMAKE_CXX_STANDARD if it is set. - * Expose the pkg-config file. - ------------------------------------------------------------------- Sun Apr 2 21:26:58 UTC 2023 - Michael Vetter diff --git a/ftxui.spec b/ftxui.spec index 667a68e..c6cf4a2 100644 --- a/ftxui.spec +++ b/ftxui.spec @@ -16,9 +16,9 @@ # -%define c_lib libftxui4_1_0 +%define c_lib libftxui4_1_1 Name: ftxui -Version: 4.1.0 +Version: 4.1.1 Release: 0 Summary: A C++ library for terminal based user interfaces License: MIT @@ -65,9 +65,9 @@ Development files for ftxui. %files -n %{c_lib} %license LICENSE %doc CHANGELOG.md README.md -%{_libdir}/libftxui-component.so.4.1.0 -%{_libdir}/libftxui-dom.so.4.1.0 -%{_libdir}/libftxui-screen.so.4.1.0 +%{_libdir}/libftxui-component.so.4.1.1 +%{_libdir}/libftxui-dom.so.4.1.1 +%{_libdir}/libftxui-screen.so.4.1.1 %files devel %license LICENSE diff --git a/v4.1.0.tar.gz b/v4.1.0.tar.gz deleted file mode 100644 index b61f1c2..0000000 --- a/v4.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f03f5917b44c9bc12335ad891a93813bbb6e738e0bd0c44f97bcc6077c45980 -size 1155581 diff --git a/v4.1.1.tar.gz b/v4.1.1.tar.gz new file mode 100644 index 0000000..bed893c --- /dev/null +++ b/v4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355739597588f837d3ade70c4a52614e5f8d9c04b9e31e5621ed5aa9ba92507f +size 1154966 From 562523dd28f4cd20f2c16617b8a767674825805c70b764e8bcedc503c6497f66 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 28 May 2023 11:13:50 +0000 Subject: [PATCH 2/4] - Update to 4.1.1: * Resolve compile issues in component_fuzzer OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=9 --- ftxui.changes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/ftxui.changes b/ftxui.changes index 7688bf3..722d4e5 100644 --- a/ftxui.changes +++ b/ftxui.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun May 28 11:13:28 UTC 2023 - Michael Vetter + +- Update to 4.1.1: + * Resolve compile issues in component_fuzzer + +------------------------------------------------------------------- +Fri May 19 12:55:43 UTC 2023 - Michael Vetter + +- Update to 4.1.0: + Component: + * Feature: Support ResizableSplit with customizable separator. + * Fix: Support arrow keys in application mode + * Fix: Remove useless new line when using an alternative screen. + Dom: + * Feature: Add the dashed style for border and separator: + See DASHED enum, and separatorDashed(), borderDashed() functions. + * Feature: Add colored borders. + See functions: borderStyled(BorderStyle, Color) and borderStyled(Color). + * Feature: Add LinearGradient. It can be used in color and bgColor. + * Improvement: Color::Interpolate() uses gamma correction. + * Fix: Check the graph area is positive. + Build/Install: + * Use globally set CMAKE_CXX_STANDARD if it is set. + * Expose the pkg-config file. + ------------------------------------------------------------------- Sun Apr 2 21:26:58 UTC 2023 - Michael Vetter From 9e0c8424767d8a1174372637dfcec0a4511e54e2f0cd11288e5bab15b75c24c1 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 28 May 2023 11:20:38 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=10 --- ftxui.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ftxui.spec b/ftxui.spec index c6cf4a2..1bdcb97 100644 --- a/ftxui.spec +++ b/ftxui.spec @@ -65,9 +65,9 @@ Development files for ftxui. %files -n %{c_lib} %license LICENSE %doc CHANGELOG.md README.md -%{_libdir}/libftxui-component.so.4.1.1 -%{_libdir}/libftxui-dom.so.4.1.1 -%{_libdir}/libftxui-screen.so.4.1.1 +%{_libdir}/libftxui-component.so.4.1.0 +%{_libdir}/libftxui-dom.so.4.1.0 +%{_libdir}/libftxui-screen.so.4.1.0 %files devel %license LICENSE From b8dcef6e2038637c7f5d053c5f6917bb9cc0c632c7f6f46c9c9c2bef4cf6265d Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 28 May 2023 11:43:48 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/ftxui?expand=0&rev=11 --- ftxui.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftxui.spec b/ftxui.spec index 1bdcb97..69b70da 100644 --- a/ftxui.spec +++ b/ftxui.spec @@ -16,7 +16,7 @@ # -%define c_lib libftxui4_1_1 +%define c_lib libftxui4_1_0 Name: ftxui Version: 4.1.1 Release: 0 @@ -77,6 +77,6 @@ Development files for ftxui. %{_libdir}/libftxui-component.so %{_libdir}/libftxui-dom.so %{_libdir}/libftxui-screen.so -%{_prefix}/lib/pkgconfig/ftxui.pc +%{_libdir}/ftxui.pc %changelog