1
0

Compare commits

..

9 Commits

Author SHA256 Message Date
Ana Guerrero
ab3d082c9f Accepting request 1254860 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1254860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hledger-lib?expand=0&rev=34
2025-03-21 19:22:37 +00:00
Peter Simons
a4133d41e5 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-hledger-lib revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=74
2025-03-18 22:00:45 +00:00
Ana Guerrero
d3f0667119 Accepting request 1253814 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1253814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hledger-lib?expand=0&rev=33
2025-03-17 21:18:58 +00:00
Peter Simons
8945c39b44 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-hledger-lib revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=72
2025-03-10 22:00:52 +00:00
8c831208eb Accepting request 1231447 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hledger-lib?expand=0&rev=32
2024-12-20 22:10:37 +00:00
Peter Simons
b55b871937 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-hledger-lib revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=70
2024-12-16 07:50:42 +00:00
Peter Simons
4502bf47dd osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-hledger-lib revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=69
2024-12-10 11:25:54 +00:00
Ana Guerrero
fd1f923d60 Accepting request 1218558 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hledger-lib?expand=0&rev=31
2024-10-28 14:18:41 +00:00
Peter Simons
fc6f3d8982 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-hledger-lib revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hledger-lib?expand=0&rev=67
2024-10-26 13:48:27 +00:00
4 changed files with 49 additions and 9 deletions

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Thu Mar 13 07:42:41 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-lib 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-lib-1.42.1/src/CHANGES.md
-------------------------------------------------------------------
Fri Mar 7 17:17:45 UTC 2025 - Peter Simons <psimons@suse.com>
- Update hledger-lib 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-lib-1.42/src/CHANGES.md
-------------------------------------------------------------------
Tue Dec 10 00:56:06 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger-lib 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-lib-1.41/src/CHANGES.md
-------------------------------------------------------------------
Mon Sep 9 21:16:31 UTC 2024 - Peter Simons <psimons@suse.com>
- Update hledger-lib to version 1.40.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/hledger-lib-1.40/src/CHANGES.md
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 2 00:46:09 UTC 2024 - Peter Simons <psimons@suse.com> Sun Jun 2 00:46:09 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-hledger-lib # spec file for package ghc-hledger-lib
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.34 Version: 1.42.1
Release: 0 Release: 0
Summary: A library providing the core functionality of hledger Summary: A library providing the core functionality of hledger
License: GPL-3.0-or-later License: GPL-3.0-or-later
@ -43,6 +43,8 @@ BuildRequires: ghc-base-compat-devel
BuildRequires: ghc-base-compat-prof BuildRequires: ghc-base-compat-prof
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof
BuildRequires: ghc-blaze-html-devel
BuildRequires: ghc-blaze-html-prof
BuildRequires: ghc-blaze-markup-devel BuildRequires: ghc-blaze-markup-devel
BuildRequires: ghc-blaze-markup-prof BuildRequires: ghc-blaze-markup-prof
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
@ -67,6 +69,8 @@ BuildRequires: ghc-directory-devel
BuildRequires: ghc-directory-prof BuildRequires: ghc-directory-prof
BuildRequires: ghc-doclayout-devel BuildRequires: ghc-doclayout-devel
BuildRequires: ghc-doclayout-prof BuildRequires: ghc-doclayout-prof
BuildRequires: ghc-encoding-devel
BuildRequires: ghc-encoding-prof
BuildRequires: ghc-extra-devel BuildRequires: ghc-extra-devel
BuildRequires: ghc-extra-prof BuildRequires: ghc-extra-prof
BuildRequires: ghc-file-embed-devel BuildRequires: ghc-file-embed-devel
@ -75,6 +79,8 @@ BuildRequires: ghc-filepath-devel
BuildRequires: ghc-filepath-prof BuildRequires: ghc-filepath-prof
BuildRequires: ghc-hashtables-devel BuildRequires: ghc-hashtables-devel
BuildRequires: ghc-hashtables-prof BuildRequires: ghc-hashtables-prof
BuildRequires: ghc-lucid-devel
BuildRequires: ghc-lucid-prof
BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-megaparsec-devel
BuildRequires: ghc-megaparsec-prof BuildRequires: ghc-megaparsec-prof
BuildRequires: ghc-microlens-devel BuildRequires: ghc-microlens-devel
@ -83,12 +89,12 @@ BuildRequires: ghc-microlens-th-devel
BuildRequires: ghc-microlens-th-prof BuildRequires: ghc-microlens-th-prof
BuildRequires: ghc-mtl-devel BuildRequires: ghc-mtl-devel
BuildRequires: ghc-mtl-prof BuildRequires: ghc-mtl-prof
BuildRequires: ghc-pager-devel
BuildRequires: ghc-pager-prof
BuildRequires: ghc-parser-combinators-devel BuildRequires: ghc-parser-combinators-devel
BuildRequires: ghc-parser-combinators-prof BuildRequires: ghc-parser-combinators-prof
BuildRequires: ghc-pretty-simple-devel BuildRequires: ghc-pretty-simple-devel
BuildRequires: ghc-pretty-simple-prof BuildRequires: ghc-pretty-simple-prof
BuildRequires: ghc-process-devel
BuildRequires: ghc-process-prof
BuildRequires: ghc-regex-tdfa-devel BuildRequires: ghc-regex-tdfa-devel
BuildRequires: ghc-regex-tdfa-prof BuildRequires: ghc-regex-tdfa-prof
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -104,8 +110,6 @@ BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-template-haskell-prof
BuildRequires: ghc-terminal-size-devel BuildRequires: ghc-terminal-size-devel
BuildRequires: ghc-terminal-size-prof BuildRequires: ghc-terminal-size-prof
BuildRequires: ghc-text-ansi-devel
BuildRequires: ghc-text-ansi-prof
BuildRequires: ghc-text-devel BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof BuildRequires: ghc-text-prof
BuildRequires: ghc-time-devel BuildRequires: ghc-time-devel

View File

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

View File

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