Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vkmark for openSUSE:Factory checked 
in at 2022-11-25 13:11:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vkmark (Old)
 and      /work/SRC/openSUSE:Factory/.vkmark.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vkmark"

Fri Nov 25 13:11:56 2022 rev:11 rq:1037922 version:2017.08+git.20220909

Changes:
--------
--- /work/SRC/openSUSE:Factory/vkmark/vkmark.changes    2022-09-13 
15:11:16.484961129 +0200
+++ /work/SRC/openSUSE:Factory/.vkmark.new.1597/vkmark.changes  2022-11-25 
13:22:17.375399633 +0100
@@ -1,0 +2,7 @@
+Thu Nov 24 13:55:41 UTC 2022 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 2017.08+git.20220909:
+  * Fix missing <memory> includes
+- Drop vkmark-fix-missing-include.patch
+
+-------------------------------------------------------------------

Old:
----
  vkmark-2017.08+git.20220516.obscpio
  vkmark-fix-missing-include.patch

New:
----
  vkmark-2017.08+git.20220909.obscpio

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

Other differences:
------------------
++++++ vkmark.spec ++++++
--- /var/tmp/diff_new_pack.PslaYC/_old  2022-11-25 13:22:17.775401791 +0100
+++ /var/tmp/diff_new_pack.PslaYC/_new  2022-11-25 13:22:17.779401813 +0100
@@ -18,14 +18,12 @@
 
 
 Name:           vkmark
-Version:        2017.08+git.20220516
+Version:        2017.08+git.20220909
 Release:        0
 Summary:        Vulkan benchmark utility
 License:        LGPL-2.1-or-later
 URL:            https://github.com/vkmark/vkmark
 Source0:        %{name}-%{version}.tar.xz
-#PATCH-FIX-OPENSUSE vkmark-fix-missing-include.patch malcolmle...@opensuse.org 
-- Add missing memory include to fix building
-Patch0:         vkmark-fix-missing-include.patch
 BuildRequires:  gcc-c++
 BuildRequires:  glm-devel
 BuildRequires:  meson >= 0.45
@@ -46,7 +44,7 @@
 An extensible Vulkan benchmarking suite with targeted, configurable scenes.
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
 %meson

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.PslaYC/_old  2022-11-25 13:22:17.823402050 +0100
+++ /var/tmp/diff_new_pack.PslaYC/_new  2022-11-25 13:22:17.827402071 +0100
@@ -3,6 +3,6 @@
                 <param name="url">git://github.com/vkmark/vkmark</param>
               <param 
name="changesrevision">cf45f2faee236fd1118be2fcd27e4f2a91fc2e40</param></service><service
 name="tar_scm">
                 <param name="url">https://github.com/vkmark/vkmark</param>
-              <param 
name="changesrevision">d872846e2e7c47010c11227eb713d00ccfdd35c6</param></service></servicedata>
+              <param 
name="changesrevision">30d2cd37f0566589d90914501fc7c51a4e51f559</param></service></servicedata>
 (No newline at EOF)
 

++++++ vkmark-2017.08+git.20220516.obscpio -> 
vkmark-2017.08+git.20220909.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vkmark-2017.08+git.20220516/src/scenes/cube_scene.h 
new/vkmark-2017.08+git.20220909/src/scenes/cube_scene.h
--- old/vkmark-2017.08+git.20220516/src/scenes/cube_scene.h     2022-05-16 
13:07:03.000000000 +0200
+++ new/vkmark-2017.08+git.20220909/src/scenes/cube_scene.h     2022-09-09 
13:29:28.000000000 +0200
@@ -25,6 +25,8 @@
 #include "scene.h"
 #include "managed_resource.h"
 
+#include <memory>
+
 #define GLM_FORCE_DEPTH_ZERO_TO_ONE
 #include <glm/glm.hpp>
 #include <vulkan/vulkan.hpp>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vkmark-2017.08+git.20220516/src/scenes/shading_scene.h 
new/vkmark-2017.08+git.20220909/src/scenes/shading_scene.h
--- old/vkmark-2017.08+git.20220516/src/scenes/shading_scene.h  2022-05-16 
13:07:03.000000000 +0200
+++ new/vkmark-2017.08+git.20220909/src/scenes/shading_scene.h  2022-09-09 
13:29:28.000000000 +0200
@@ -25,6 +25,8 @@
 #include "scene.h"
 #include "managed_resource.h"
 
+#include <memory>
+
 #define GLM_FORCE_DEPTH_ZERO_TO_ONE
 #include <glm/glm.hpp>
 #include <vulkan/vulkan.hpp>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vkmark-2017.08+git.20220516/src/scenes/texture_scene.h 
new/vkmark-2017.08+git.20220909/src/scenes/texture_scene.h
--- old/vkmark-2017.08+git.20220516/src/scenes/texture_scene.h  2022-05-16 
13:07:03.000000000 +0200
+++ new/vkmark-2017.08+git.20220909/src/scenes/texture_scene.h  2022-09-09 
13:29:28.000000000 +0200
@@ -26,6 +26,8 @@
 #include "managed_resource.h"
 #include "vkutil/texture.h"
 
+#include <memory>
+
 #define GLM_FORCE_DEPTH_ZERO_TO_ONE
 #include <glm/glm.hpp>
 #include <vulkan/vulkan.hpp>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vkmark-2017.08+git.20220516/src/scenes/vertex_scene.h 
new/vkmark-2017.08+git.20220909/src/scenes/vertex_scene.h
--- old/vkmark-2017.08+git.20220516/src/scenes/vertex_scene.h   2022-05-16 
13:07:03.000000000 +0200
+++ new/vkmark-2017.08+git.20220909/src/scenes/vertex_scene.h   2022-09-09 
13:29:28.000000000 +0200
@@ -25,6 +25,8 @@
 #include "scene.h"
 #include "managed_resource.h"
 
+#include <memory>
+
 #define GLM_FORCE_DEPTH_ZERO_TO_ONE
 #include <glm/glm.hpp>
 #include <vulkan/vulkan.hpp>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vkmark-2017.08+git.20220516/src/ws/swapchain_window_system.h 
new/vkmark-2017.08+git.20220909/src/ws/swapchain_window_system.h
--- old/vkmark-2017.08+git.20220516/src/ws/swapchain_window_system.h    
2022-05-16 13:07:03.000000000 +0200
+++ new/vkmark-2017.08+git.20220909/src/ws/swapchain_window_system.h    
2022-09-09 13:29:28.000000000 +0200
@@ -26,6 +26,8 @@
 #include "vulkan_wsi.h"
 #include "managed_resource.h"
 
+#include <memory>
+
 #include <vulkan/vulkan.hpp>
 
 class NativeSystem;

++++++ vkmark.obsinfo ++++++
--- /var/tmp/diff_new_pack.PslaYC/_old  2022-11-25 13:22:18.023403129 +0100
+++ /var/tmp/diff_new_pack.PslaYC/_new  2022-11-25 13:22:18.027403151 +0100
@@ -1,5 +1,5 @@
 name: vkmark
-version: 2017.08+git.20220516
-mtime: 1652699223
-commit: d872846e2e7c47010c11227eb713d00ccfdd35c6
+version: 2017.08+git.20220909
+mtime: 1662722968
+commit: 30d2cd37f0566589d90914501fc7c51a4e51f559
 

Reply via email to