API: libcrmcommon: Drop v1 patchset support from xml_patch_versions()
There's no longer any way to create a format-1 patchset, so there's no
longer any valid use case for applying one.
This breaks API backward compatibility. Calls with a format-1 patchset
will still compile, but the return value will be NULL.
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>