From 6ff41e11b5c6916e666a73cd4ce67c6a3a82f044 Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: Mon, 10 Aug 2020 06:44:41 +0200 Subject: [PATCH] fix warnings about Macro expanded in comment --- libkolabxml.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libkolabxml.spec b/libkolabxml.spec index a731ba9..2fce149 100644 --- a/libkolabxml.spec +++ b/libkolabxml.spec @@ -57,7 +57,6 @@ Summary: Kolab XML format collection parser library License: LGPLv3+ URL: http://www.kolab.org -#Source0: http://mirror.kolabsys.com/pub/releases/libkolabxml-%{version}.tar.gz Source0: https://cgit.kolab.org/libkolabxml/snapshot/libkolabxml-%{version}.tar.gz BuildRequires: boost-devel @@ -65,7 +64,7 @@ BuildRequires: cmake >= 2.6 BuildRequires: e2fsprogs-devel BuildRequires: gcc-c++ BuildRequires: libcurl-devel -# only used in tests? +# only used in tests BuildRequires: qt4-devel BuildRequires: swig BuildRequires: uuid-devel