From 618538bca4cab697438341443c8a489e31ecdfa3dd6e4bba44fb424d506225d0 Mon Sep 17 00:00:00 2001 From: Matthias Bach Date: Thu, 17 Sep 2020 20:38:20 +0000 Subject: [PATCH] - Drop build config only required for SLE11 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/inih?expand=0&rev=2 --- inih.changes | 5 +++++ inih.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) 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