From b1baaab9ef90833f1f1b6e3c325e74f6156f043ca4c24f541709362f2e7933f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 7 Dec 2017 12:48:10 +0000 Subject: [PATCH] Accepting request 555021 from home:kwk:branches:multimedia:libs - adapt install-FTVectoriser.h.patch to install more .h files required by tulip-5.1.0 OBS-URL: https://build.opensuse.org/request/show/555021 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ftgl?expand=0&rev=21 --- ftgl.changes | 6 ++++++ install-FTVectoriser.h.patch | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ftgl.changes b/ftgl.changes index 55a83ff..468cd16 100644 --- a/ftgl.changes +++ b/ftgl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 7 12:43:48 UTC 2017 - kkaempf@suse.com + +- adapt install-FTVectoriser.h.patch to install more .h files + required by tulip-5.1.0 + ------------------------------------------------------------------- Wed Jul 12 11:11:59 UTC 2017 - jengelh@inai.de diff --git a/install-FTVectoriser.h.patch b/install-FTVectoriser.h.patch index 4503cd4..cbf4445 100644 --- a/install-FTVectoriser.h.patch +++ b/install-FTVectoriser.h.patch @@ -1,11 +1,15 @@ diff -ruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-ftgl-2.1.3~rc5/src/Makefile.am ./src/Makefile.am --- ../orig-ftgl-2.1.3~rc5/src/Makefile.am 2008-05-23 09:13:42.000000000 +0200 +++ ./src/Makefile.am 2017-06-28 15:13:01.803157035 +0200 -@@ -39,6 +39,7 @@ +@@ -39,6 +39,11 @@ ftgl_HEADERS = $(ftgl_headers) ftgl_headers = \ + FTVectoriser.h \ ++ FTContour.h \ ++ FTLibrary.h \ ++ FTList.h \ ++ FTVector.h \ FTGL/ftgl.h \ FTGL/FTBBox.h \ FTGL/FTBuffer.h \