From 3799fe360a3acebf879f5b1f37d685f9b7318c20d2831964f2efdb1da8b491b5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:08 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-brick revision:34, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-brick?expand=0&rev=38 --- brick-0.67.tar.gz | 3 -- brick-0.70.1.tar.gz | 3 ++ ghc-brick.changes | 73 +++++++++++++++++++++++++++++++++++++++++++++ ghc-brick.spec | 2 +- 4 files changed, 77 insertions(+), 4 deletions(-) delete mode 100644 brick-0.67.tar.gz create mode 100644 brick-0.70.1.tar.gz diff --git a/brick-0.67.tar.gz b/brick-0.67.tar.gz deleted file mode 100644 index 72fded6..0000000 --- a/brick-0.67.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c91884ba49d7a1001b44fad5c3e8f679cc5d001556e1c4b4c7fe0a3f58c5c809 -size 712007 diff --git a/brick-0.70.1.tar.gz b/brick-0.70.1.tar.gz new file mode 100644 index 0000000..01833cd --- /dev/null +++ b/brick-0.70.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d214bc6cad3207299b9b273a886dbff011d75f82b2afd4a7f31a4a0d8821a2 +size 702382 diff --git a/ghc-brick.changes b/ghc-brick.changes index bdb6db4..368cf93 100644 --- a/ghc-brick.changes +++ b/ghc-brick.changes @@ -1,3 +1,76 @@ +------------------------------------------------------------------- +Sun Jun 19 20:13:57 UTC 2022 - Peter Simons + +- Update brick to version 0.70.1. + 0.70.1 + ------ + + Build fixes: + * Added a missing import for GHC 8.2.2. + + 0.70 + ---- + + Enhancements: + * The table widget now behaves much better when some or all cells are + empty. + + Bug fixes: + * BorderMaps got fixed to ensure that smart borders connect even in the + presence of empty widgets (#370). Thanks to Daniel Wagner for this + fix! + + 0.69.1 + ------ + + Bug fixes: + * `table` can now deal properly with empty cells that are in left- and + top-aligned settings. Previously, empty cells in those settings would + break table rendering. (#369) + +------------------------------------------------------------------- +Mon May 23 20:30:38 UTC 2022 - Peter Simons + +- Update brick to version 0.69. + 0.69 + ---- + + New features: + * `Brick.Widgets.Core`: added `relativeTo` to support relative + positioning across layers. This allows elements in higher layers + to be positioned relative to elements in lower layers as long as + those elements have had their extents reported with `reportExtent` or + `clickable`. + +------------------------------------------------------------------- +Fri Apr 1 05:03:26 UTC 2022 - Peter Simons + +- Update brick to version 0.68.1. + 0.68.1 + ------ + + Bug fixes: + * Brick's internal book-keeping got a bug fix that caused mouse-click + coordinates to be wrong for clickable regions that were translated + partially off of the left or top edges of a rendered region. + +------------------------------------------------------------------- +Mon Mar 7 16:33:29 UTC 2022 - Peter Simons + +- Update brick to version 0.68. + 0.68 + ---- + + API changes: + * Removed the "markup" feature, which included `Data.Text.Markup`, + `Brick.Markup`, and `brick-markup-demo`. This feature never performed + well and was awkward to use. I considered it experimental from the + initial release of this library. Some recent incompatibilities with + Vty changes made me realize that it was time to finally get rid of + this. If this affects you, please let me know and I am happy to work + with you to figure out an alternative. Granted, anyone is welcome to + dig up the previous code and re-use it in their own projects! + ------------------------------------------------------------------- Mon Jan 31 17:17:26 UTC 2022 - Peter Simons diff --git a/ghc-brick.spec b/ghc-brick.spec index 12001f8..aa98483 100644 --- a/ghc-brick.spec +++ b/ghc-brick.spec @@ -19,7 +19,7 @@ %global pkg_name brick %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.67 +Version: 0.70.1 Release: 0 Summary: A declarative terminal user interface library License: BSD-3-Clause