diff --git a/tellico.changes b/tellico.changes index 49ef92f..50c1c7a 100644 --- a/tellico.changes +++ b/tellico.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 27 22:00:10 UTC 2017 - asterios.dramis@gmail.com + +- Added new build requirement libcsv-devel for openSUSE Tumbleweed. + ------------------------------------------------------------------- Fri Nov 11 21:51:26 UTC 2016 - asterios.dramis@gmail.com diff --git a/tellico.spec b/tellico.spec index eec7e11..5494dd9 100644 --- a/tellico.spec +++ b/tellico.spec @@ -1,7 +1,7 @@ # # spec file for package tellico # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,6 +46,9 @@ BuildRequires: kwallet-devel BuildRequires: kwidgetsaddons-devel BuildRequires: kwindowsystem-devel BuildRequires: kxmlgui-devel +%if 0%{?suse_version} > 1320 +BuildRequires: libcsv-devel +%endif BuildRequires: libdiscid-devel BuildRequires: libexempi-devel BuildRequires: libksane-devel