From 0e3f6ad3b3c6193068e3257f35bb1a713dcd9285 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Apr 05 2012 12:55:58 +0000 Subject: Enable inspect tool (#810098) --- diff --git a/folks.spec b/folks.spec index 467033b..36972bc 100644 --- a/folks.spec +++ b/folks.spec @@ -3,7 +3,7 @@ Name: folks Epoch: 1 Version: 0.6.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GObject contact aggregation library Group: System Environment/Libraries @@ -54,7 +54,7 @@ developing applications that use %{name}. %build -%configure --disable-static --enable-eds-backend --enable-vala +%configure --disable-static --enable-eds-backend --enable-vala --enable-inspect-tool make %{?_smp_mflags} V=1 @@ -88,6 +88,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Thu Apr 5 2012 Brian Pepple - 1:0.6.8-4 +- Enable inspect tool (#810098) + * Tue Apr 03 2012 Brian Pepple - 1:0.6.8-3 - Rebuild against new tp-glib.