SHA256
1
0
forked from pool/hledger

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=58
This commit is contained in:
Peter Simons 2024-04-21 14:36:12 +00:00 committed by Git OBS Bridge
parent d580eacd12
commit 6705635e4e
4 changed files with 15 additions and 7 deletions

View File

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

3
hledger-1.33.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 18 23:38:06 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger to version 1.33.
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-1.33/src/CHANGES.md
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 28 15:29:58 UTC 2024 - Peter Simons <psimons@suse.com> Wed Feb 28 15:29:58 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -20,13 +20,12 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
%bcond_with tests %bcond_with tests
Name: %{pkg_name} Name: %{pkg_name}
Version: 1.32.3 Version: 1.33
Release: 0 Release: 0
Summary: Command-line interface for the hledger accounting system Summary: Command-line interface for the hledger accounting system
License: GPL-3.0-or-later License: GPL-3.0-or-later
URL: https://hackage.haskell.org/package/%{name} URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
Patch1: fix-build-with-ghc-9.8.x.patch
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-Decimal-devel BuildRequires: ghc-Decimal-devel
@ -154,8 +153,8 @@ Supplements: (ghc-%{pkg_name}-devel and ghc-prof)
This package provides the Haskell %{pkg_name} profiling library. This package provides the Haskell %{pkg_name} profiling library.
%prep %prep
%autosetup -p1 %autosetup
cabal-tweak-dep-ver base "<4.19" "< 5" cabal-tweak-dep-ver process ">=1.6.19.0" ">=1.6.18.0"
%build %build
%ghc_lib_build %ghc_lib_build