diff --git a/inih.changes b/inih.changes index 9b7a661..438154d 100644 --- a/inih.changes +++ b/inih.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 17 20:27:11 UTC 2020 - Matthias Bach + +- Drop build config only required for SLE11 + ------------------------------------------------------------------- Mon Sep 14 18:13:19 UTC 2020 - Matthias Bach diff --git a/inih.spec b/inih.spec index f254974..5641fdb 100644 --- a/inih.spec +++ b/inih.spec @@ -28,7 +28,6 @@ Source: https://github.com/benhoyt/inih/archive/r51.tar.gz#/inih-r51.tar BuildRequires: gcc-c++ BuildRequires: meson BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description INI Not Invented Here is a simple parser for .INI files written in C and mostly