Hello community,

here is the log from the commit of package vulkan-loader for openSUSE:Factory 
checked in at 2019-02-28 21:23:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vulkan-loader (Old)
 and      /work/SRC/openSUSE:Factory/.vulkan-loader.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vulkan-loader"

Thu Feb 28 21:23:27 2019 rev:6 rq:677809 version:1.1.100

Changes:
--------
--- /work/SRC/openSUSE:Factory/vulkan-loader/vulkan-loader.changes      
2019-01-26 22:20:13.274962279 +0100
+++ /work/SRC/openSUSE:Factory/.vulkan-loader.new.28833/vulkan-loader.changes   
2019-02-28 21:23:30.437931019 +0100
@@ -1,0 +2,7 @@
+Mon Feb 18 23:28:58 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 1.1.100
+  * No changes, just a version bump to be in line
+    with vulkan-headers.
+
+-------------------------------------------------------------------

Old:
----
  Vulkan-Loader-1.1.97.0.tar.xz

New:
----
  Vulkan-Loader-1.1.100.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vulkan-loader.spec ++++++
--- /var/tmp/diff_new_pack.2NPnUu/_old  2019-02-28 21:23:31.025930822 +0100
+++ /var/tmp/diff_new_pack.2NPnUu/_new  2019-02-28 21:23:31.029930820 +0100
@@ -16,11 +16,11 @@
 #
 
 
-%define version_unconverted 1.1.97.0
+%define version_unconverted 1.1.100
 
 Name:           vulkan-loader
 %define lname  libvulkan1
-Version:        1.1.97.0
+Version:        1.1.100
 Release:        0
 Summary:        Reference ICD loader for Vulkan
 License:        Apache-2.0

++++++ Vulkan-Loader-1.1.97.0.tar.xz -> Vulkan-Loader-1.1.100.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Loader-1.1.97.0/scripts/known_good.json 
new/Vulkan-Loader-1.1.100/scripts/known_good.json
--- old/Vulkan-Loader-1.1.97.0/scripts/known_good.json  2019-01-16 
01:16:33.000000000 +0100
+++ new/Vulkan-Loader-1.1.100/scripts/known_good.json   2019-02-14 
22:53:39.000000000 +0100
@@ -6,7 +6,7 @@
       "sub_dir" : "Vulkan-Headers",
       "build_dir" : "Vulkan-Headers/build",
       "install_dir" : "Vulkan-Headers/build/install",
-      "commit" : "v1.1.97"
+      "commit" : "v1.1.100"
     }
   ],
   "install_names" : {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Vulkan-Loader-1.1.97.0/scripts/loader_genvk.py 
new/Vulkan-Loader-1.1.100/scripts/loader_genvk.py
--- old/Vulkan-Loader-1.1.97.0/scripts/loader_genvk.py  2019-01-16 
01:16:33.000000000 +0100
+++ new/Vulkan-Loader-1.1.100/scripts/loader_genvk.py   2019-02-14 
22:53:39.000000000 +0100
@@ -1,6 +1,6 @@
 #!/usr/bin/python3
 #
-# Copyright (c) 2013-2018 The Khronos Group Inc.
+# Copyright (c) 2013-2019 The Khronos Group Inc.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -21,12 +21,13 @@
 
 def startTimer(timeit):
     global startTime
-    startTime = time.process_time()
+    if timeit:
+        startTime = time.process_time()
 
 def endTimer(timeit, msg):
     global startTime
-    endTime = time.process_time()
-    if (timeit):
+    if timeit:
+        endTime = time.process_time()
         write(msg, endTime - startTime, file=sys.stderr)
         startTime = None
 
@@ -81,7 +82,7 @@
     # Copyright text prefixing all headers (list of strings).
     prefixStrings = [
         '/*',
-        '** Copyright (c) 2015-2018 The Khronos Group Inc.',
+        '** Copyright (c) 2015-2019 The Khronos Group Inc.',
         '**',
         '** Licensed under the Apache License, Version 2.0 (the "License");',
         '** you may not use this file except in compliance with the License.',

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2NPnUu/_old  2019-02-28 21:23:31.337930717 +0100
+++ /var/tmp/diff_new_pack.2NPnUu/_new  2019-02-28 21:23:31.337930717 +0100
@@ -3,9 +3,9 @@
                <param name="scm">git</param>
                <param 
name="url">https://github.com/KhronosGroup/Vulkan-Loader</param>
                <!-- vX.Y is normal, sdk-X.Y is somewhat more tested -->
-               <param name="revision">sdk-1.1.97.0</param>
-               <param name="parent-tag">v1.1.97</param>
-               <param name="versionformat">1.1.97.0</param>
+               <param name="revision">v1.1.100</param>
+               <param name="parent-tag">v1.1.100</param>
+               <param name="versionformat">1.1.100</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>


Reply via email to