KDE Plasma upgrade

Hi:
Can one please give me an information about which repos are to be enabled in order to upgrade Plasma from 5.12 to 5.14. I tried adding some new repos and with the zypper up I got over 700 files to be upgraded, which is fine. But no upgrade starts, just notification of the new files. When trying zypper dup an error messages appeared about broken dependencies for each and every file.
So what am I doing wrong.

Which ones? People need information to provide help, no puzzles.

Here is the list of my enabled repos:


http://download.opensuse.org/repositories/M17N:/fonts/openSUSE_Leap_15.0/
http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_15.0/
http://download.opensuse.org/repositories/KDE:/Applications/
http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_Leap_15.0/
http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_15.0/
http://download.opensuse.org/distribution/leap/15.0/repo/non-oss/
http://download.opensuse.org/update/leap/15.0/non-oss/
http://download.opensuse.org/distribution/leap/15.0/repo/oss/
http://download.opensuse.org/update/leap/15.0/oss
http://download.opensuse.org/repositories/graphics/openSUSE_Leap_15.0/
http://opensuse-guide.org/repo/openSUSE_Leap_15.0/
http://download.opensuse.org/repositories/LibreOffice:/6.1/openSUSE_Leap_15.0/
http://packman.inode.at/suse/openSUSE_Leap_15.0/

The additional KDE repos will have a different vendor identifier. And vendor-stickiness prevents the updates.

You will need to force them.

You can select individual packages to switch the the new repos (use the “Versions” tab in Yast software management.

Or you can switch them all with something like:

zypper dup --from REPO-NAME --allow-vendor-change

where you replace “REPO-NAME” for the appropriate repo. You may need that for each of the KDE repos. And you run the risk that it might switch too much.

Post:

zypper lr -d

To see your Repo list incl. the URLs.

Thank you all for the help. I followed tip of nrickert and everything is fine now.