Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ftxui for openSUSE:Factory checked in at 2023-05-26 20:15:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ftxui (Old) and /work/SRC/openSUSE:Factory/.ftxui.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ftxui" Fri May 26 20:15:53 2023 rev:2 rq:1089205 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ftxui/ftxui.changes 2023-04-03 17:46:20.466120059 +0200 +++ /work/SRC/openSUSE:Factory/.ftxui.new.1533/ftxui.changes 2023-05-26 20:16:05.488483678 +0200 @@ -1,0 +2,20 @@ +Fri May 19 12:55:43 UTC 2023 - Michael Vetter <[email protected]> + +- 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. + +------------------------------------------------------------------- Old: ---- v4.0.0.tar.gz New: ---- v4.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ftxui.spec ++++++ --- /var/tmp/diff_new_pack.sFm3EX/_old 2023-05-26 20:16:05.992486682 +0200 +++ /var/tmp/diff_new_pack.sFm3EX/_new 2023-05-26 20:16:06.000486730 +0200 @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define c_lib libftxui4_0_0 + +%define c_lib libftxui4_1_0 Name: ftxui -Version: 4.0.0 +Version: 4.1.0 Release: 0 Summary: A C++ library for terminal based user interfaces License: MIT @@ -25,6 +26,7 @@ Source: https://github.com/ArthurSonzogni/FTXUI/archive/refs/tags/v%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: pkgconfig %description A C++ library for terminal based user interfaces. @@ -41,6 +43,7 @@ Summary: Devel files for ftxui Group: Development/Libraries/C and C++ Requires: %{c_lib} = %{version} +Provides: ftxui %description devel Development files for ftxui. @@ -57,14 +60,14 @@ %install %cmake_install -%ldconfig_scriptlets -n libftxui4_0_0 +%ldconfig_scriptlets -n %{c_lib} %files -n %{c_lib} %license LICENSE %doc CHANGELOG.md README.md -%{_libdir}/libftxui-component.so.4.0.0 -%{_libdir}/libftxui-dom.so.4.0.0 -%{_libdir}/libftxui-screen.so.4.0.0 +%{_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 @@ -74,5 +77,6 @@ %{_libdir}/libftxui-component.so %{_libdir}/libftxui-dom.so %{_libdir}/libftxui-screen.so +%{_prefix}/lib/pkgconfig/ftxui.pc %changelog ++++++ v4.0.0.tar.gz -> v4.1.0.tar.gz ++++++ ++++ 3522 lines of diff (skipped)
