Attention: it's my fault (in general) but the last update of Enlightenment could be performed in a wrong way. i changed versions generation schema and an old packages may left on your PC. sorry.
Solution 1: reinstall all you have from the Enlightenment repo. if alias of this repo is 'Enlightenment' (just type 'zypper lr' in console to find it out) then the simple script below could help you to do the trick:
Code:
export a1="`sudo zypper se -r Enlightenment | grep i\ | awk -F\| '{ print $2 }' `" && sudo zypper in -f -r Enlightenment $a1
Solution 2: reinstall only outdated and obsolete packages.
please ignore any messages that you're 'downgrading' - they're wrong. since now versions system won't change any more (I hope so) and there should be no such issues any more.
thanks.