diff --git a/libcommuni.spec b/libcommuni.spec index e73979f..0f17437 100644 --- a/libcommuni.spec +++ b/libcommuni.spec @@ -1,6 +1,6 @@ Name: libcommuni Version: 3.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform IRC client library written with Qt 4 Group: System Environment/Libraries License: LGPLv2+ @@ -26,7 +26,7 @@ Communi is a cross-platform IRC client library written with Qt 4. %setup -q %build -qmake-qt4 -config verbose -config no_examples -config no_rpath +%{qmake_qt4} -config verbose -config no_examples -config no_rpath make %{_smp_mflags} %check @@ -55,6 +55,9 @@ make INSTALL_ROOT=%{buildroot} install %{_libdir}/qt4/mkspecs/features/communi.prf %changelog +* Tue Feb 02 2016 Rex Dieter - 3.4.0-3 +- use %%qmake_qt4 macro to ensure proper build flags + * Wed Oct 28 2015 David Tardon - 3.4.0-2 - rebuild for ICU 56.1