11
0

Accepting request 1175831 from home:simotek:branches:devel:languages:erlang

- 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

OBS-URL: https://build.opensuse.org/request/show/1175831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-erlware_commons?expand=0&rev=10
This commit is contained in:
2024-08-19 22:32:02 +00:00
committed by Git OBS Bridge
parent ba6bef2f0f
commit c2c5e32b0f
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