1) Add repository:
zypper ar -f <URL> <alias>
2) Find out what package provides given file:
zypper wp <file_name>
3) View installation history:
more /var/log/zypp/history | grep 2014-02-26
4) Force reinstallation of package:
zypper in -f <package_name>