forked from pool/hledger-ui
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger-ui revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger-ui?expand=0&rev=12
This commit is contained in:
parent
857ed58744
commit
49101c0282
@ -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
3
hledger-ui-1.20.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc1b0b307e89d525b6393a5c07733f531cf13e69eb9235e3aef2c7fdbf0fa737
|
||||
size 63291
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- force i686 arch on i586
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: hledger-ui
|
||||
Version: 1.19.1
|
||||
Version: 1.20.1
|
||||
Release: 0
|
||||
Summary: Curses-style terminal interface for the hledger accounting system
|
||||
License: GPL-3.0-or-later
|
||||
@ -40,7 +40,6 @@ BuildRequires: ghc-hledger-lib-devel
|
||||
BuildRequires: ghc-megaparsec-devel
|
||||
BuildRequires: ghc-microlens-devel
|
||||
BuildRequires: ghc-microlens-platform-devel
|
||||
BuildRequires: ghc-pretty-show-devel
|
||||
BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-safe-devel
|
||||
@ -52,6 +51,12 @@ BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
BuildRequires: ghc-vty-devel
|
||||
# GHC dont support i586
|
||||
%ifarch %{ix86}
|
||||
ExclusiveArch: i586 i686
|
||||
ExclusiveArch: i686
|
||||
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||
%endif
|
||||
|
||||
%description
|
||||
A simple curses-style terminal user interface for the hledger accounting
|
||||
|
Loading…
Reference in New Issue
Block a user