diff --git a/libLASi.changes b/libLASi.changes index aa9efca..30d11c9 100644 --- a/libLASi.changes +++ b/libLASi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 12 18:36:37 UTC 2017 - crrodriguez@opensuse.org + +- It is freetype2-devel what is required, not ancient freetype 1 + ------------------------------------------------------------------- Wed Nov 18 12:47:24 UTC 2015 - mpluskal@suse.com diff --git a/libLASi.spec b/libLASi.spec index e340d39..cbf2543 100644 --- a/libLASi.spec +++ b/libLASi.spec @@ -1,7 +1,7 @@ # # spec file for package libLASi # -# Copyright (c) 2015 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 @@ -27,7 +27,7 @@ Source: http://download.sourceforge.net/lasi/%{name}-%{version}.tar.gz BuildRequires: cmake >= 2.4.5 BuildRequires: doxygen BuildRequires: fdupes -BuildRequires: freetype-devel +BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: pkg-config BuildRequires: pkgconfig(cairo)