osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-brick revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-brick?expand=0&rev=59
This commit is contained in:
Peter Simons 2024-03-01 19:00:02 +00:00 committed by Git OBS Bridge
parent d95f902c00
commit ef074665e2
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f3907683341738c8c5d903d0d2889b7e82ea0a2b4077ed7d46fea18aac4706d
size 223675

3
brick-2.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65f0ad1a65da643ce69014d9cfc2fe431b01a21989f973c09d8ed5f017b81698
size 223893

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Dec 21 17:33:30 UTC 2023 - Peter Simons <psimons@suse.com>
- Update brick to version 2.3.1.
2.3.1
-----
Bug fixes:
* Form field rendering now correctly checks for form field focus when
its visibility mode is `ShowAugmentedField`.
2.3
---
API changes:
* `FormFieldVisibilityMode`'s `ShowAugmentedField` was renamed to
`ShowCompositeField` to be clearer about what it does, and a new
`ShowAugmentedField` constructor was added to support a mode where
field augmentations applied with `@@=` are made visible as well.
-------------------------------------------------------------------
Mon Dec 18 00:44:39 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 2.2
Version: 2.3.1
Release: 0
Summary: A declarative terminal user interface library
License: BSD-3-Clause