Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package elixir for openSUSE:Factory checked in at 2023-02-07 18:50:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elixir (Old) and /work/SRC/openSUSE:Factory/.elixir.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elixir" Tue Feb 7 18:50:38 2023 rev:25 rq:1063620 version:1.14.2 Changes: -------- --- /work/SRC/openSUSE:Factory/elixir/elixir.changes 2023-01-14 20:32:41.625558719 +0100 +++ /work/SRC/openSUSE:Factory/.elixir.new.4462/elixir.changes 2023-02-07 18:50:38.783635163 +0100 @@ -1,0 +2,7 @@ +Tue Feb 7 09:06:15 UTC 2023 - Gordon Leung <piratec...@protonmail.com> + +- Drop git as a requires and switch buildrequires from git to git-core + * Git is not needed to use Elixir, only to run some tests + (which git-core can accomplish on its own without git) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elixir.spec ++++++ --- /var/tmp/diff_new_pack.md8qf8/_old 2023-02-07 18:50:39.195637377 +0100 +++ /var/tmp/diff_new_pack.md8qf8/_new 2023-02-07 18:50:39.199637399 +0100 @@ -27,17 +27,15 @@ Source2: macros.elixir BuildRequires: gcc BuildRequires: make -# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386) Requires: erlang >= 23 -Requires: git >= 1.7 BuildRequires: erlang >= 23 BuildRequires: erlang-dialyzer BuildRequires: erlang-src -BuildRequires: git >= 1.7 +# required by Mix.SCM.Git see also (https://github.com/elixir-lang/elixir/issues/1386) +BuildRequires: git-core >= 1.7 BuildRequires: unzip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -Requires: erlang %description Elixir is a functional meta-programming aware language built on top