From 2fc1289049496775b3f2fc2906b678fc8eb2d884 Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Thu, 17 Apr 2014 18:08:15 +0200 Subject: [PATCH] Disable silent build. --- xcb-util-wm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xcb-util-wm.spec b/xcb-util-wm.spec index 91fd9ae..fdd541b 100644 --- a/xcb-util-wm.spec +++ b/xcb-util-wm.spec @@ -1,6 +1,6 @@ Name: xcb-util-wm Version: 0.4.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Client and window-manager helper library on top of libxcb Group: System Environment/Libraries License: MIT @@ -30,7 +30,7 @@ Development files for xcb-util-wm. %build -%configure --with-pic --disable-static +%configure --with-pic --disable-static --disable-silent-rules make %{?_smp_mflags} @@ -62,6 +62,9 @@ rm %{buildroot}%{_libdir}/*.la %changelog +* Thu Apr 17 2014 Thomas Moschny - 0.4.1-2 +- Disable silent build. + * Wed Apr 16 2014 Hans de Goede - 0.4.1-1 - Update to 0.4.1 (rhbz#1059674)