From 49101c0282217852966532a46f6facfd5bcab83886aa3bc2dab03f1dcaaf1164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:53:24 +0000 Subject: [PATCH] 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 --- hledger-ui-1.19.1.tar.gz | 3 --- hledger-ui-1.20.1.tar.gz | 3 +++ hledger-ui.changes | 37 +++++++++++++++++++++++++++++++++++++ hledger-ui.spec | 9 +++++++-- 4 files changed, 47 insertions(+), 5 deletions(-) delete mode 100644 hledger-ui-1.19.1.tar.gz create mode 100644 hledger-ui-1.20.1.tar.gz diff --git a/hledger-ui-1.19.1.tar.gz b/hledger-ui-1.19.1.tar.gz deleted file mode 100644 index 7f31f2c..0000000 --- a/hledger-ui-1.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4154c33712b003dc15d795c92da59158d2ca5e02660234f731d2794a5403f9e -size 61803 diff --git a/hledger-ui-1.20.1.tar.gz b/hledger-ui-1.20.1.tar.gz new file mode 100644 index 0000000..e3319d9 --- /dev/null +++ b/hledger-ui-1.20.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1b0b307e89d525b6393a5c07733f531cf13e69eb9235e3aef2c7fdbf0fa737 +size 63291 diff --git a/hledger-ui.changes b/hledger-ui.changes index 4a85b96..69089fa 100644 --- a/hledger-ui.changes +++ b/hledger-ui.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- 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 diff --git a/hledger-ui.spec b/hledger-ui.spec index 20f9543..7a4116c 100644 --- a/hledger-ui.spec +++ b/hledger-ui.spec @@ -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