diff --git a/edb.spec b/edb.spec index 81162ee..57825a7 100644 --- a/edb.spec +++ b/edb.spec @@ -1,6 +1,6 @@ Name: edb -Version: 0.9.10 -Release: 2%{?dist} +Version: 0.9.11 +Release: 1%{?dist} Summary: A debugger based on the ptrace API and Qt4 Group: Development/Debuggers @@ -30,6 +30,7 @@ object, they are almost always portable with just a simple recompile. %prep %setup -q -n debugger +sed -i -e 's/\.uic/uic/' -e 's/\.moc/moc/' -e 's/\.rcc/rcc/' src/src.pro %build qmake-qt4 -makefile DEFAULT_PLUGIN_PATH="%{_libdir}/%{name}/" @@ -61,9 +62,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/pixmaps/%{name}.png %changelog +* Tue Jan 12 2010 Nicoleau Fabien 0.9.11-1 +- Update to 0.9.11 * Fri Jul 24 2009 Fedora Release Engineering - 0.9.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - * Sat Jul 11 2009 Nicoleau Fabien 0.9.10-1 - Rebuild for 0.9.10 * Wed May 27 2009 Nicoleau Fabien 0.9.9-1 diff --git a/sources b/sources index c819b80..a339b37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -63564467b5d590d7e865523c775a3334 debugger-0.9.10.tgz +6a521f50485cffec7bf116db5a8e2047 debugger-0.9.11.tgz