File project.diff of Package golang-github-naoina-toml
--- golang-github-naoina-toml.changes.orig
+++ golang-github-naoina-toml.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Sep 24 00:17:46 CEST 2020 - ro@suse.de
+
+- add toml-0.1.0.patch to fix compile error in testsuite
+
+-------------------------------------------------------------------
Wed Mar 1 12:59:36 UTC 2017 - johannes.grassler@suse.com
- Initial package.
--- golang-github-naoina-toml.spec.orig
+++ golang-github-naoina-toml.spec
@@ -31,6 +31,7 @@ License: MIT
Group: Development/Languages/Golang
Url: https://%{provider_prefix}
Source0: %{repo}-%{version}.tar.gz
+Patch0: toml-0.1.0.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@@ -46,6 +47,7 @@ parser for it. Thep parser is compatible
%prep
%setup -q -n %{repo}-%{version}
+%patch0 -p1
%build
%goprep %{import_path}