From 66c4fe9a2a9d6109f404e6b82d838299c8cfd0577179ba0d323ad0bd3abe6939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 11 Oct 2023 14:24:29 +0000 Subject: [PATCH] Accepting request 1116982 from home:dimstar:Factory - Replace freetype-devel BuildRequires with freetype2: this is actually what is needed, but as fontconfig happened to pull it in already, things happened to work. Freetype 1 is not needed here. OBS-URL: https://build.opensuse.org/request/show/1116982 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/herbstluftwm?expand=0&rev=35 --- herbstluftwm.changes | 7 +++++++ herbstluftwm.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/herbstluftwm.changes b/herbstluftwm.changes index ca6eb5c..80fd2d0 100644 --- a/herbstluftwm.changes +++ b/herbstluftwm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Oct 11 12:26:17 UTC 2023 - Dominique Leuenberger + +- Replace freetype-devel BuildRequires with freetype2: this is + actually what is needed, but as fontconfig happened to pull it in + already, things happened to work. Freetype 1 is not needed here. + ------------------------------------------------------------------- Mon Aug 1 07:19:24 UTC 2022 - Michael Vetter diff --git a/herbstluftwm.spec b/herbstluftwm.spec index e13530d..498e52a 100644 --- a/herbstluftwm.spec +++ b/herbstluftwm.spec @@ -1,7 +1,7 @@ # # spec file for package herbstluftwm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,7 +28,7 @@ Source1: https://herbstluftwm.org/tarballs/%{name}-%{version}.tar.gz.sig Source2: %{name}.desktop BuildRequires: asciidoc BuildRequires: cmake >= 3.1 -BuildRequires: freetype-devel +BuildRequires: freetype2-devel BuildRequires: gcc-c++ >= 4.9 BuildRequires: ncurses-utils BuildRequires: pkgconfig