4
0
forked from pool/hledger-ui

4 Commits

4 changed files with 7 additions and 98 deletions

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

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

View File

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

View File

@@ -1,90 +1,3 @@
-------------------------------------------------------------------
Thu Aug 7 10:45:20 UTC 2025 - Björn Kettunen <bjorn.kettunen@thaodan.de>
- Install embedded man and info pages to be viewable without
invoking hledger first i.e. to view in any man/info viewer.
-------------------------------------------------------------------
Fri Jun 13 21:57:27 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.43.2.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.43.2/src/CHANGES.md
-------------------------------------------------------------------
Wed Jun 4 17:08:34 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.43.1.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.43.1/src/CHANGES.md
-------------------------------------------------------------------
Sun Jun 1 22:58:56 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.43.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.43/src/CHANGES.md
-------------------------------------------------------------------
Wed May 28 22:09:26 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.42.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri May 16 23:39:12 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.42.2.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.42.2/src/CHANGES.md
-------------------------------------------------------------------
Wed Apr 9 21:04:05 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.42.1 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 13 07:42:49 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.42.1.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.42.1/src/CHANGES.md
-------------------------------------------------------------------
Fri Mar 7 17:17:51 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.42.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.42/src/CHANGES.md
-------------------------------------------------------------------
Fri Jan 31 21:28:01 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.41 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Dec 10 00:56:11 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger-ui to version 1.41.
Upstream's change log file format is strange (too much unmodified
text at at the top). The automatic updater cannot extract the
relevant additions. You can find the file at:
http://hackage.haskell.org/package/hledger-ui-1.41/src/CHANGES.md
-------------------------------------------------------------------
Mon Sep 9 21:16:35 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hledger-ui
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global pkg_name hledger-ui
%global pkgver %{pkg_name}-%{version}
Name: %{pkg_name}
Version: 1.43.2
Version: 1.40
Release: 0
Summary: Terminal interface for the hledger accounting system
License: GPL-3.0-or-later
@@ -92,7 +92,8 @@ ExcludeArch: %{ix86}
%description
A simple terminal user interface for the hledger accounting system. It can be a
more convenient way to browse your accounts than the CLI.
more convenient way to browse your accounts than the CLI. This package
currently does not support Microsoft Windows, except in WSL.
hledger is a robust, cross-platform set of tools for tracking money, time, or
any other commodity, using double-entry accounting and a simple, editable file
@@ -142,9 +143,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version}
install -Dm644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
install -Dm644 %{name}.info %{buildroot}%{_infodir}/%{name}.info
%post -n ghc-%{name}-devel
%ghc_pkg_recache
@@ -155,8 +153,6 @@ install -Dm644 %{name}.info %{buildroot}%{_infodir}/%{name}.info
%license LICENSE
%doc CHANGES.md README.md
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%{_infodir}/%{name}.info%{?ext_info}
%files -n ghc-%{name} -f ghc-%{name}.files
%license LICENSE