If you want to build it yourself you can just grab the src rpm for the old one (0.4.2) and the latest tar.gz file
rpm -i mmpython-0.4.2-1_rh9.src.rpm cp mmpython-0.4.3.tar.gz /usr/src/redhat/SOURCES/ cd /usr/src/redhat/SPECS vi mmpython.spec #Make the fisrt three lines look like %define name mmpython %define version 0.4.3 %define release 1_fc2
rpmbuild -bb mmpython.spec rpm -i ../RPMS/i386/mmpyt*
That is what I did at least.. Matt
------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
