Accepting request 1194788 from devel:languages:erlang

OBS-URL: https://build.opensuse.org/request/show/1194788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/erlang-erlware_commons?expand=0&rev=3
This commit is contained in:
Ana Guerrero 2024-08-20 14:14:09 +00:00 committed by Git OBS Bridge
commit 5bbf394ea4
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
-------------------------------------------------------------------
Tue Sep 19 10:38:15 UTC 2023 - Lubos Kocman <lubos.kocman@suse.com>

View File

@ -26,12 +26,12 @@ License: Apache-2.0 AND MIT
Group: Development/Libraries/Other
URL: https://github.com/erlware/erlware_commons
Source: %{app_name}-%{version}.tar.xz
BuildRequires: erlang
BuildRequires: erlang >= 26
BuildRequires: erlang-cf
BuildRequires: erlang-rebar
# make the tests happy
BuildRequires: git
Requires: erlang
Requires: erlang >= 26
Requires: erlang-cf
%description