Well, the interesting thing is that for both I have one release above that installed, e.g.
libmesagl1-17.1.5-1.mga6.tainted
wine-2.0.2-1.mga6
It could be that one of the servers for that mirror is out of date, and their loadbalancer gives you the repos from the outdated node.
Please do the following as root, to remove all your repos and configure a complete set from a different mirror which is up-to-date, check against
http://mirrors.mageia.org/status - Code: Select all
urpmi.removemedia -a
drakrpm-edit-media
-> File -> Add a specific media mirror -> choose one of the FTP mirrors near your location.
Or do it from the command-line:
- Code: Select all
urpmi.addmedia --distrib --wget 'ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/$RELEASE/$ARCH'
urpmi.update --no-ignore "Tainted Release" && urpmi.update --no-ignore "Tainted Updates" && urpmi.update --no-ignore "Nonfree Release" && urpmi.update --no-ignore "Nonfree Updates" && urpmi.update -a