--- qsampler/trunk/qsampler.spec.in 2007/11/21 09:30:35 1503 +++ qsampler/trunk/qsampler.spec.in 2007/11/21 11:46:40 1504 @@ -15,11 +15,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot -Requires: qt3 >= 3.1 +Requires: qt >= 4.1 Requires: liblscp >= 0.5.3 Requires: libgig >= 3.1.0 -BuildRequires: qt3-devel >= 3.1 +BuildRequires: qt-devel >= 4.1 BuildRequires: liblscp-devel >= 0.5.3 BuildRequires: libgig-devel >= 3.1.0 @@ -51,6 +51,8 @@ %{_datadir}/pixmaps/%{name}.png %changelog +* Wed Nov 21 2007 Rui Nuno Capela +- Qt4 migration complete. * Mon Jun 25 2007 Rui Nuno Capela - Application icon is now installed to (prefix)/share/pixmaps. - Declared fundamental build and run-time requirements.