Extracted from http://source.winehq.org/source/README
4. COMPILATION (...) To upgrade to a new release by using a patch file, first cd to the top-level directory of the release (the one containing this README file). Then do a "make clean", and patch the release with: gunzip -c patch-file | patch -p1 where "patch-file" is the name of the patch file (something likeWine-yymmdd.diff.gz). You can then re-run "./configure", and then run "make depend && make".
5. SETUP (...) Don't forget to uninstall any conflicting previous Wine installation first. Try either "dpkg -r wine" or "rpm -e wine" or "make uninstall" before installing. (...)
You should read the entire the useful README to get more details. HTH, Stephan