From e297a3677666c9ac8bdd3f21f3c92c6a8ccead6c5fc095edab5d90d5ccd3e897 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 14 Dec 2017 07:49:19 +0000 Subject: [PATCH] Accepting request 556542 from home:elvigia:branches:devel:libraries:c_c++ - It is freetype2-devel what is required, not ancient freetype 1 OBS-URL: https://build.opensuse.org/request/show/556542 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libLASi?expand=0&rev=13 --- libLASi.changes | 5 +++++ libLASi.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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)