Accepting request 857688 from devel:languages:haskell

update haskell stack in openSUS

OBS-URL: https://build.opensuse.org/request/show/857688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hledger-ui?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2020-12-22 10:49:57 +00:00 committed by Git OBS Bridge
commit 2b1d523be2
4 changed files with 42 additions and 5 deletions

View File

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

3
hledger-ui-1.20.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Wed Dec 16 17:26:00 UTC 2020 - psimons@suse.com
- Update hledger-ui to version 1.20.1.
# 1.20.1 2020-12-15
- Fix the F key (toggle future/forecast transactions), which in 1.20
would only work twice. (#1411)
- Fix loss of forecasted transactions when the journal was reloaded
while they were hidden. (#1204)
-------------------------------------------------------------------
Sun Dec 6 13:36:35 UTC 2020 - psimons@suse.com
- Update hledger-ui to version 1.20.
# 1.20 2020-12-05
- When entering a query with `/`, malformed queries/regular expressions
no longer cause the program to exit. (Stephen Morgan)
- Eliding of multicommodity amounts now makes better use of available space. (Stephen Morgan)
- `E` now parses the `HLEDGER_UI_EDITOR` or `EDITOR` environment variable
correctly on Windows (ignoring the file extension), so if you have that set
it should be better at opening your editor at the correct line.
- `E` now supports positioning when `HLEDGER_UI_EDITOR` or `EDITOR`
is VS Code ("`code`") (#1359)
- hledger-ui now has a (human-powered) test suite.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 8 02:00:43 UTC 2020 - psimons@suse.com Tue Sep 8 02:00:43 UTC 2020 - psimons@suse.com

View File

@ -17,7 +17,7 @@
Name: hledger-ui Name: hledger-ui
Version: 1.19.1 Version: 1.20.1
Release: 0 Release: 0
Summary: Curses-style terminal interface for the hledger accounting system Summary: Curses-style terminal interface for the hledger accounting system
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -40,7 +40,6 @@ BuildRequires: ghc-hledger-lib-devel
BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-megaparsec-devel
BuildRequires: ghc-microlens-devel BuildRequires: ghc-microlens-devel
BuildRequires: ghc-microlens-platform-devel BuildRequires: ghc-microlens-platform-devel
BuildRequires: ghc-pretty-show-devel
BuildRequires: ghc-process-devel BuildRequires: ghc-process-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-safe-devel BuildRequires: ghc-safe-devel
@ -52,6 +51,7 @@ BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unix-devel BuildRequires: ghc-unix-devel
BuildRequires: ghc-vector-devel BuildRequires: ghc-vector-devel
BuildRequires: ghc-vty-devel BuildRequires: ghc-vty-devel
ExcludeArch: %{ix86}
%description %description
A simple curses-style terminal user interface for the hledger accounting A simple curses-style terminal user interface for the hledger accounting