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
193dfb1f
Commit
193dfb1f
authored
2 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Release v0.20221115.1
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
4683ad29
No related branches found
No related tags found
No related merge requests found
Pipeline
#36721
passed
2 years ago
Stage: build
Stage: relocatable-install
Stage: deploy
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
9 additions
and
2 deletions
debian/changelog
+
7
−
0
View file @
193dfb1f
steam-runtime-tools (0.20221115.1) steamrt; urgency=medium
* tests: Don't assume /dev/shm is a real directory.
In older chroot environments it's sometimes a symbolic link to /run/shm.
-- Simon McVittie <smcv@collabora.com> Tue, 15 Nov 2022 18:49:16 +0000
steam-runtime-tools (0.20221115.0) steamrt; urgency=medium
steam-runtime-tools (0.20221115.0) steamrt; urgency=medium
[ Ludovico de Nittis ]
[ Ludovico de Nittis ]
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
193dfb1f
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
project
(
project
(
'steam-runtime-tools'
,
'c'
,
'steam-runtime-tools'
,
'c'
,
version
:
'0.20221115.
0
'
,
version
:
'0.20221115.
1
'
,
default_options
:
[
default_options
:
[
'c_std=c99'
,
'c_std=c99'
,
'warning_level=2'
,
'warning_level=2'
,
...
@@ -33,7 +33,7 @@ project(
...
@@ -33,7 +33,7 @@ project(
api_major
=
'0'
api_major
=
'0'
abi_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20221115.
0
'
abi_minor
=
'20221115.
1
'
gnome
=
import
(
'gnome'
)
gnome
=
import
(
'gnome'
)
pkg
=
import
(
'pkgconfig'
)
pkg
=
import
(
'pkgconfig'
)
...
...
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