From 2e4c354646f8a3298f4b7b0c2de6351af3e4cbe3 Mon Sep 17 00:00:00 2001 From: "Gabriel L. Somlo" Date: Tue, 7 Dec 2010 13:59:54 -0500 Subject: [PATCH] explicitly link against libfontconfig (BZ 660741) --- .gitignore | 2 ++ Xclients.wmx.sh | 0 sources | 2 +- wmx.spec | 7 +++++-- 4 files changed, 8 insertions(+), 3 deletions(-) mode change 100755 => 100644 Xclients.wmx.sh diff --git a/.gitignore b/.gitignore index d5912b7..9394757 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ wmx-defaults-1.tar.gz wmx-7.tar.gz +/wmx-7.tar.gz +/wmx-defaults-1.tar.gz diff --git a/Xclients.wmx.sh b/Xclients.wmx.sh old mode 100755 new mode 100644 diff --git a/sources b/sources index decc05b..2fbb285 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a5f221d36884276cbf331414d4f2a761 wmx-defaults-1.tar.gz e8eda438f5dda09d11ba7de1dcf9e501 wmx-7.tar.gz +a5f221d36884276cbf331414d4f2a761 wmx-defaults-1.tar.gz diff --git a/wmx.spec b/wmx.spec index 10663a3..93ac183 100644 --- a/wmx.spec +++ b/wmx.spec @@ -1,6 +1,6 @@ Name: wmx Version: 7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A really simple window manager for X License: BSD Group: User Interface/X @@ -28,7 +28,7 @@ configurable options. %patch1 -p1 %build -%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11 +%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11 LIBS=-lfontconfig %{__make} %{?_smp_mflags} %{__cc} -o xnodecor %{SOURCE5} -Werror -lX11 @@ -54,6 +54,9 @@ configurable options. %{_sysconfdir}/X11/xinit/Xclients.d/* %changelog +* Tue Dec 07 2010 Gabriel Somlo 7-7 +- explicitly link against libfontconfig (BZ 660741) + * Mon Mar 01 2010 Gabriel Somlo 7-6 - fixed directory ownership (BZ 569408)