diff --git a/Vulkan-ValidationLayers-1.1.126.tar.xz b/Vulkan-ValidationLayers-1.1.126.tar.xz
new file mode 100644
index 0000000..7f251c1
--- /dev/null
+++ b/Vulkan-ValidationLayers-1.1.126.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4a6e3f74a5ca51eb1f2c608c81652c6504d38a5d61af48c61e599baead91acd8
+size 1132332
diff --git a/_service b/_service
new file mode 100644
index 0000000..ba00002
--- /dev/null
+++ b/_service
@@ -0,0 +1,14 @@
+
+
+ git
+ https://github.com/KhronosGroup/Vulkan-ValidationLayers
+ fdea0607
+ v1.1.125
+ 1.1.126
+
+
+ *.tar
+ xz
+
+
+
diff --git a/v1.1.124.tar.gz b/v1.1.124.tar.gz
deleted file mode 100644
index 660708e..0000000
--- a/v1.1.124.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:815811c1fa1f4c0ae56da0c9b5990f5fcd0df1406454dee88b30dd9eaf4863e9
-size 1757023
diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes
index af37013..76dcec8 100644
--- a/vulkan-validationlayers.changes
+++ b/vulkan-validationlayers.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Sat Oct 26 11:45:44 UTC 2019 - Jan Engelhardt
+
+- Update to release 1.1.126
+ * layers: Precompute vertex attribute alignment requirement
+ * layers: Add for pipeline layout compat VUs
+ * layers: Store shared pointer to command pool in command buffer
+ * layers: Improve large descriptor set validation filtering
+ * layers: Add VK_KHR_spirv_1_4 validation
+ * layers: Move event/query Updates to PostCallRecordQueueSubmit
+ * layers: Validate DescriptorSet Binding data
+ * layers: Add PreCallValidateCmdTraceRaysNV
+
-------------------------------------------------------------------
Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt
diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec
index 6a58789..f9ee18b 100644
--- a/vulkan-validationlayers.spec
+++ b/vulkan-validationlayers.spec
@@ -16,17 +16,18 @@
#
-%define version_unconverted 1.1.124
+%define version_unconverted 1.1.126
Name: vulkan-validationlayers
-Version: 1.1.124
+Version: 1.1.126
Release: 0
Summary: Validation layers for Vulkan
License: Apache-2.0
Group: development vulkan
URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers
-Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
+#Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz
+Source: Vulkan-ValidationLayers-%version.tar.xz
Source9: %name-rpmlintrc
BuildRequires: cmake >= 3.4
BuildRequires: gcc-c++ >= 4.8