diff --git a/Vulkan-Loader-1.1.100.tar.xz b/Vulkan-Loader-1.1.100.tar.xz
deleted file mode 100644
index 03022bb..0000000
--- a/Vulkan-Loader-1.1.100.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3383a827068a646c78d915878a1aafffb3f0a23a9d7afaef9c606c1e51972e94
-size 1222632
diff --git a/Vulkan-Loader-1.1.102.tar.xz b/Vulkan-Loader-1.1.102.tar.xz
new file mode 100644
index 0000000..4de7758
--- /dev/null
+++ b/Vulkan-Loader-1.1.102.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0eb9c05b5fa5ee726001a9850a3f8f9a2e2c5ddbfe54e50bad72a7428771a659
+size 1223052
diff --git a/_service b/_service
index a087c5c..7babc04 100644
--- a/_service
+++ b/_service
@@ -3,9 +3,9 @@
git
https://github.com/KhronosGroup/Vulkan-Loader
- v1.1.100
- v1.1.100
- 1.1.100
+ v1.1.102
+ v1.1.102
+ 1.1.102
*.tar
diff --git a/vulkan-loader.changes b/vulkan-loader.changes
index 2123fc4..00b4f2f 100644
--- a/vulkan-loader.changes
+++ b/vulkan-loader.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Sun Mar 24 14:02:28 UTC 2019 - John Vandenberg
+
+- Use build dependency python-xml to fix Leap 42.3 builds
+
+-------------------------------------------------------------------
+Sat Mar 16 18:35:31 UTC 2019 - Jan Engelhardt
+
+- Update to new upstream release 1.1.102
+ * Build changes only, no user-visible points.
+
-------------------------------------------------------------------
Mon Feb 18 23:28:58 UTC 2019 - Jan Engelhardt
diff --git a/vulkan-loader.spec b/vulkan-loader.spec
index d73f39b..74f0760 100644
--- a/vulkan-loader.spec
+++ b/vulkan-loader.spec
@@ -16,11 +16,11 @@
#
-%define version_unconverted 1.1.100
+%define version_unconverted 1.1.102
Name: vulkan-loader
%define lname libvulkan1
-Version: 1.1.100
+Version: 1.1.102
Release: 0
Summary: Reference ICD loader for Vulkan
License: Apache-2.0
@@ -32,7 +32,7 @@ Source9: baselibs.conf
BuildRequires: cmake >= 2.8.11
BuildRequires: gcc-c++ >= 4.8
BuildRequires: pkg-config
-BuildRequires: python3-base
+BuildRequires: python3-xml
BuildRequires: vulkan-headers >= %version
BuildRequires: pkgconfig(pciaccess)
BuildRequires: pkgconfig(x11)