diff --git a/_service b/_service
index c2a7dea..53c7c7a 100644
--- a/_service
+++ b/_service
@@ -3,9 +3,9 @@
git
https://github.com/KhronosGroup/SPIRV-Tools
spirv-tools
- dc59b4b0
- 22ce39c8
- 2019.5~git@TAG_OFFSET@
+ v2019.5
+ v2019.5
+ 2019.5
*.tar
diff --git a/baselibs.conf b/baselibs.conf
index 52d14b2..57335ef 100644
--- a/baselibs.conf
+++ b/baselibs.conf
@@ -1,4 +1,4 @@
-libSPIRV-Tools-suse14
+libSPIRV-Tools-suse15
spirv-tools-devel
requires -spirv-tools-
- requires "libSPIRV-Tools-suse14- = "
+ requires "libSPIRV-Tools-suse15- = "
diff --git a/spirv-tools-2019.5.tar.xz b/spirv-tools-2019.5.tar.xz
new file mode 100644
index 0000000..eb2a7de
--- /dev/null
+++ b/spirv-tools-2019.5.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:48e74c0c193f3c73729f5ae6d6451b297e491911a07114dc347d60f7ba89105b
+size 1354328
diff --git a/spirv-tools-2019.5~git157.tar.xz b/spirv-tools-2019.5~git157.tar.xz
deleted file mode 100644
index e6abf26..0000000
--- a/spirv-tools-2019.5~git157.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:449a372c4cafba048885161daa8e81372f0b37d32e5968857df7b7492ed8edff
-size 1264716
diff --git a/spirv-tools.changes b/spirv-tools.changes
index 4f70859..93fae67 100644
--- a/spirv-tools.changes
+++ b/spirv-tools.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Thu Dec 12 21:20:47 UTC 2019 - Jan Engelhardt
+
+- Update to release 2019.5
+ * Re-enable OpReadClockKHR validation
+ * spirv-fuzz: simplify transformation for replacing an id with
+ a synonym
+ * spirv-fuzz: Eliminate spurious semicolons
+ * Update Offset to ConstOffset bitmask if operand is constant
+ * Validate array stride does not cause overlap
+ * Fix operand access of composite in upgrade memory model
+ * Kill the id-to-func map after wrap-opkill
+ * Handle OpPhi with no in operands in value numbering
+ * Handle unreachable block when computing register pressure
+ * spirv-fuzz: Improve debugging facilities
+ * Validate nested constructs
+ * spirv-fuzz: Use validator to check break/continue dominance
+ conditions
+ * spirv-fuzz: function outlining fuzzer pass
+
-------------------------------------------------------------------
Thu Nov 7 09:03:03 UTC 2019 - Jan Engelhardt
diff --git a/spirv-tools.spec b/spirv-tools.spec
index dae5c2f..613daa6 100644
--- a/spirv-tools.spec
+++ b/spirv-tools.spec
@@ -1,7 +1,7 @@
#
# spec file for package spirv-tools
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
#
-%define version_unconverted 2019.5~git157
-%define lname libSPIRV-Tools-suse14
+%define version_unconverted 2019.5
+%define lname libSPIRV-Tools-suse15
Name: spirv-tools
-Version: 2019.5~git157
+Version: 2019.5
Release: 0
Summary: API and commands for processing SPIR-V modules
License: Apache-2.0
@@ -91,7 +91,7 @@ make %{?_smp_mflags}
%_libdir/libSPIRV-Tools-shared.so.*
%files devel
-%_prefix/lib/cmake/
+%_libdir/cmake/
%_libdir/libSPIRV-Tools.so
%_libdir/libSPIRV-Tools-link.so
%_libdir/libSPIRV-Tools-opt.so
diff --git a/ver.diff b/ver.diff
index ba8c227..6c67322 100644
--- a/ver.diff
+++ b/ver.diff
@@ -19,7 +19,7 @@ Index: spirv-tools-2019.5~git157/source/CMakeLists.txt
spvtools_pch(SPIRV_SOURCES pch_source)
add_library(${SPIRV_TOOLS} ${SPIRV_SOURCES})
-+set_target_properties(${SPIRV_TOOLS} PROPERTIES SOVERSION suse14)
++set_target_properties(${SPIRV_TOOLS} PROPERTIES SOVERSION suse15)
spvtools_default_compile_options(${SPIRV_TOOLS})
target_include_directories(${SPIRV_TOOLS}
PUBLIC
@@ -27,7 +27,7 @@ Index: spirv-tools-2019.5~git157/source/CMakeLists.txt
add_dependencies( ${SPIRV_TOOLS} core_tables enum_string_mapping extinst_tables )
add_library(${SPIRV_TOOLS}-shared SHARED ${SPIRV_SOURCES})
-+set_target_properties(${SPIRV_TOOLS}-shared PROPERTIES SOVERSION suse14)
++set_target_properties(${SPIRV_TOOLS}-shared PROPERTIES SOVERSION suse15)
spvtools_default_compile_options(${SPIRV_TOOLS}-shared)
target_include_directories(${SPIRV_TOOLS}-shared
PUBLIC
@@ -39,7 +39,7 @@ Index: spirv-tools-2019.5~git157/source/fuzz/CMakeLists.txt
spvtools_pch(SPIRV_TOOLS_FUZZ_SOURCES pch_source_fuzz)
add_library(SPIRV-Tools-fuzz ${SPIRV_TOOLS_FUZZ_SOURCES})
-+ set_target_properties(SPIRV-Tools-fuzz PROPERTIES SOVERSION suse14)
++ set_target_properties(SPIRV-Tools-fuzz PROPERTIES SOVERSION suse15)
spvtools_default_compile_options(SPIRV-Tools-fuzz)
target_compile_definitions(SPIRV-Tools-fuzz PUBLIC -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_USE_UNALIGNED=0)
@@ -51,7 +51,7 @@ Index: spirv-tools-2019.5~git157/source/link/CMakeLists.txt
add_library(SPIRV-Tools-link
linker.cpp
)
-+set_target_properties(SPIRV-Tools-link PROPERTIES SOVERSION suse14)
++set_target_properties(SPIRV-Tools-link PROPERTIES SOVERSION suse15)
spvtools_default_compile_options(SPIRV-Tools-link)
target_include_directories(SPIRV-Tools-link
@@ -63,7 +63,7 @@ Index: spirv-tools-2019.5~git157/source/opt/CMakeLists.txt
add_library(SPIRV-Tools-opt ${SPIRV_TOOLS_OPT_SOURCES})
-+set_target_properties(SPIRV-Tools-opt PROPERTIES SOVERSION suse14)
++set_target_properties(SPIRV-Tools-opt PROPERTIES SOVERSION suse15)
spvtools_default_compile_options(SPIRV-Tools-opt)
target_include_directories(SPIRV-Tools-opt
PUBLIC
@@ -75,7 +75,7 @@ Index: spirv-tools-2019.5~git157/source/reduce/CMakeLists.txt
$
PRIVATE ${spirv-tools_BINARY_DIR}
)
-+set_target_properties(SPIRV-Tools-reduce PROPERTIES SOVERSION suse14)
++set_target_properties(SPIRV-Tools-reduce PROPERTIES SOVERSION suse15)
# The reducer reuses a lot of functionality from the SPIRV-Tools library.
target_link_libraries(SPIRV-Tools-reduce
PUBLIC ${SPIRV_TOOLS}