SHA256
11
0
forked from pool/erlang-cf

Accepting request 1194787 from devel:languages:erlang

OBS-URL: https://build.opensuse.org/request/show/1194787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang-cf?expand=0&rev=2
This commit is contained in:
2024-08-20 14:14:08 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 22 12:27:48 UTC 2024 - Simon Lees <sflees@suse.de>
- We use a linked copy of this package in some SUSE products and
to do so correctly, we need to ensure a minimum of erlang 26
Leap will soon get a versioned copy of erlang26 as well
-------------------------------------------------------------------
Mon Feb 27 12:17:52 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -26,9 +26,9 @@ License: BSD-3-Clause
Group: Development/Libraries/Other
URL: https://github.com/project-fifo/cf
Source: %{app_name}-%{version}.tar.xz
BuildRequires: erlang
BuildRequires: erlang >= 26
BuildRequires: erlang-rebar
Requires: erlang
Requires: erlang >= 26
%description
A helper library for termial colour printing extending the io:format syntax to add colours.