diff --git a/elixir-doc.changes b/elixir-doc.changes index aaefe35..bb50f88 100644 --- a/elixir-doc.changes +++ b/elixir-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 13 06:46:25 UTC 2023 - Simon Lees + +- swap to %autosetup + ------------------------------------------------------------------- Wed Dec 19 18:56:20 UTC 2018 - matwey.kornilov@gmail.com diff --git a/elixir-doc.spec b/elixir-doc.spec index 8ed318e..ecbddd2 100644 --- a/elixir-doc.spec +++ b/elixir-doc.spec @@ -35,7 +35,7 @@ Requires: elixir = %{version} Documentation for the Elixir language. %prep -%setup -q -n elixir-%{version} +%autosetup -n elixir-%{version} -p1 %build # Elixir wants UTF-8 locale, force it diff --git a/elixir.changes b/elixir.changes index fd00b3c..395fcfb 100644 --- a/elixir.changes +++ b/elixir.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 13 06:45:28 UTC 2023 - Simon Lees + +- Switch from %patch0 to %autosetup + ------------------------------------------------------------------- Sat Nov 11 10:23:18 UTC 2023 - Matwey Kornilov diff --git a/elixir.spec b/elixir.spec index 654ed73..16cd975 100644 --- a/elixir.spec +++ b/elixir.spec @@ -65,9 +65,7 @@ Elixir source code. %define elixirdir %{_prefix}/lib/elixir %prep -%setup -q -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 %build # Elixir wants UTF-8 locale, force it