Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
5e05aca5
Commit
5e05aca5
authored
3 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.20210430.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
1fa5d59f
No related branches found
Branches containing commit
Tags
v0.20210430.0
Tags containing commit
No related merge requests found
Pipeline
#12410
passed
3 years ago
Stage: build
Stage: relocatable-install
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+2
-2
2 additions, 2 deletions
debian/changelog
debian/libsteam-runtime-tools-0-0.symbols
+7
-0
7 additions, 0 deletions
debian/libsteam-runtime-tools-0-0.symbols
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
11 additions
and
4 deletions
debian/changelog
+
2
−
2
View file @
5e05aca5
steam-runtime-tools (0.202104
21
.0)
UNRELEASED
; urgency=medium
steam-runtime-tools (0.202104
30
.0)
scout
; urgency=medium
[ Simon McVittie ]
* pressure-vessel: Performance improvements, especially on systems with
...
...
@@ -35,7 +35,7 @@ steam-runtime-tools (0.20210421.0) UNRELEASED; urgency=medium
This would break our ability to set up VDPAU drivers.
* Refactoring
-- Simon McVittie <smcv@collabora.com> Fri, 30 Apr 2021 1
5:51:20
+0100
-- Simon McVittie <smcv@collabora.com> Fri, 30 Apr 2021 1
6:45:15
+0100
steam-runtime-tools (0.20210415.0) scout; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/libsteam-runtime-tools-0-0.symbols
+
7
−
0
View file @
5e05aca5
...
...
@@ -11,6 +11,10 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_architecture_error_quark@Base 0.20201124.0
srt_architecture_get_expected_runtime_linker@Base 0.20201124.0
srt_check_library_presence@Base 0.20190801.0
srt_container_info_get_container_host_directory@Base 0.20210430.0
srt_container_info_get_container_type@Base 0.20210430.0
srt_container_info_get_flatpak_version@Base 0.20210430.0
srt_container_info_get_type@Base 0.20210430.0
srt_container_type_get_type@Base 0.20200306.0
srt_desktop_entry_get_commandline@Base 0.20200415.0
srt_desktop_entry_get_filename@Base 0.20200415.0
...
...
@@ -135,6 +139,7 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_can_run@Base 0.20190801.0
srt_system_info_can_write_to_uinput@Base 0.20190801.0
srt_system_info_check_all_graphics@Base 0.20190822.0
srt_system_info_check_container@Base 0.20210430.0
srt_system_info_check_graphics@Base 0.20190822.0
srt_system_info_check_libraries@Base 0.20190802.0
srt_system_info_check_library@Base 0.20190802.0
...
...
@@ -142,6 +147,8 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_check_runtime_linker@Base 0.20201124.0
srt_system_info_dup_container_host_directory@Base 0.20200306.0
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
srt_system_info_dup_libdl_lib@Base 0.20210430.0
srt_system_info_dup_libdl_platform@Base 0.20210430.0
srt_system_info_dup_multiarch_tuples@Base 0.20210305.0
srt_system_info_dup_os_build_id@Base 0.20190926.1
srt_system_info_dup_os_id@Base 0.20190926.1
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
5e05aca5
...
...
@@ -23,7 +23,7 @@
project
(
'steam-runtime-tools'
,
'c'
,
'cpp'
,
version
:
'0.202104
15
.0'
,
version
:
'0.202104
30
.0'
,
default_options
:
[
'c_std=c99'
,
'cpp_std=c++11'
,
...
...
@@ -35,7 +35,7 @@ add_languages('cpp')
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'202104
15
.0'
abi_minor
=
'202104
30
.0'
pkg
=
import
(
'pkgconfig'
)
gnome
=
import
(
'gnome'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment