Looks ok, AFAICS. Although you could remove some of those old, disabled, ones (that probably don’t exist any more) for better clarity…
using Yast and doing switching for either KF5 or the Wolfie repos just upped some popplerer and dolphin packages
So you already did the switch?
What’s the actual problem then?
If you’re asking about the zypper message about “The following 311 package updates will NOT be installed”, that might be “normal”.
It means that those packages are available in a higher version (or sometimes only the rebuild number is higher) in a different repo. “zypper up” will not switch packages to another repo automatically (as already mentioned, and most of the time this probably would not be what you want anyway), so it informs you about that fact.
You could check manually for each package which version from which repo you would prefer, but afterwards just ignore it.
In particular, you should check wine. You added the additional wine repo (for the latest version), but apparently have the version included in Leap 42.1 installed. IOW, the added repo is not used, you can just as well remove it if you don’t switch to it.
From a quick glimpse, all the rest seem to be packages from KDE:Qt5 and KDE:Frameworks5. So either you did not fully switch yet (switching to KDE:Qt5 is not necessary at this point), or KDE:Frameworks5 does have higher numbered packages than my repo. In that case, you obviously should keep the lower versioned ones from my repo.
FYI, regarding the poppler and dolphin “updates”:
dolphin has been updated to fix a crash (952460 – Dolphin crashes at "Configure Dolphin", 354558 – Dolphin crashed when accessing to "Configure Dolphin").
poppler was missing in my repo by mistake, I enabled it just yesterday when I noticed it (OBS was playing tricks on me: the package was both enabled and disabled for Leap, the OBS web interface showed it as enabled but OBS itself regarded it as disabled). It’s needed because the poppler in Leap 42.1 doesn’t come with the Qt5 bindings (i.e. poppler-qt5 is missing in Leap 42.1), kfilemetadata5 (used for file indexing and Dolphin’s file metadata display) cannot be built with support for PDF files without it. An official update is running for this though, so I might be able to remove it again in the future.
The missing poppler did cause dependency problems, but they should be fixed now.
running “zypper dup --from” with 2 repos gets an error “too many arguments”
You need to specify “–from” twice as well if you want to use 2 repos, as I wrote in my post. In your case:
sudo zypper dup --from 1 --from 4
If you get conflicts and need help, please post them.