Accepting request 1127176 from games:tools

OBS-URL: https://build.opensuse.org/request/show/1127176
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gamescope?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2023-11-17 19:49:30 +00:00 committed by Git OBS Bridge
commit c39dd17e1a
5 changed files with 22 additions and 8 deletions

View File

@ -2,11 +2,10 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/Plagman/gamescope.git</param>
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="versionrewrite-pattern">([\.\d]+)-(beta.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>
<param name="versionrewrite-pattern">([\.\d]+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="disabled" name="recompress">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dd44417dad38f3f1c4af69bc9f89720a93c38e503b63cba3f11cfc060f8cb2d
size 101825140

3
gamescope-3.13.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccea6be609c89abfeca25a47e0fe8a02ccc3ffd67e6d600724ece12174711c86
size 101886240

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 15 16:48:15 UTC 2023 - antonio.teixeira@suse.com
- Update to version 3.13.3:
* wlserver: Fix removal of gamescope_control resources
* steamcompmgr: Fix pipewire color mgmt luts
* steamcompmgr: Save 11MB of VRAM on images we weren't using
* steamcompmgr: Naiively handle streaming HDR content
* rendervulkan: Fix NV12 capture colors
* drm: Allow reading color primaries from EDID on Galileo
* protocol: Add only_change_refresh_rate flag to target_refresh_cycle_flag
* layer: Disable EXT_swapchain_maintenance1
* subprojects: Bump vkroots
* layer: Migrate display timing impl to EnumerateDeviceExtensionProperties
-------------------------------------------------------------------
Mon Oct 09 12:23:30 UTC 2023 - antonio.teixeira@suse.com

View File

@ -18,7 +18,7 @@
%bcond_without intree_libs
Name: gamescope
Version: 3.12.7+git0.d1eb70b
Version: 3.13.3
Release: 0
Summary: Micro-compositor optimized for running video games on Wayland
License: BSD-2-Clause