Hello ! I might be wrong, but according to the rpmfusion-free update report from today, vlc was moved from testing to stable update for F11. This was unexpected as qt 4.5.2 isn't in stable update yet.
According to https://admin.fedoraproject.org/updates/F11/FEDORA-2009-7446 There is a known issue with qt 4.5.1 and more than that, this vlc version was built with higher qt than what is currently used at runtime. To prevent that, I've explicitely used a versioned Requires on qt 4.5.2 which will produce a dependency breakage. (Hence known one) The quick solution is to update the qt version which remains in testing: yum --enablerepo=updates-testing update qt\* The long term solution will be to have an appropriate update system, same as fedora's bodhi. Nicolas (kwizart)
