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
a47d3a70
Commit
a47d3a70
authored
5 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Prepare v0.20190926.1
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
e089599a
No related branches found
No related tags found
No related merge requests found
Pipeline
#1775
passed
5 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+9
-0
9 additions, 0 deletions
debian/changelog
debian/libsteam-runtime-tools-0-0.symbols
+9
-0
9 additions, 0 deletions
debian/libsteam-runtime-tools-0-0.symbols
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
20 additions
and
2 deletions
debian/changelog
+
9
−
0
View file @
a47d3a70
steam-runtime-tools (0.20190926.1-0+steamrt1.1) UNRELEASED; urgency=medium
* tests: Replace SRT_TEST_ICD_SYSROOT with SRT_TEST_SYSROOT
* Add minimal OS information from os-release(5)
* Add support for ID_LIKE os-release(5) field
* runtime: Use os-release(5) to detect Steam Runtime container/chroot
-- Simon McVittie <smcv@collabora.com> Thu, 26 Sep 2019 15:52:32 +0100
steam-runtime-tools (0.20190926.0-0+steamrt1.2) scout; urgency=medium
* d/control: Add missing -dev dependency on libjson-glib-dev
...
...
This diff is collapsed.
Click to expand it.
debian/libsteam-runtime-tools-0-0.symbols
+
9
−
0
View file @
a47d3a70
...
...
@@ -51,6 +51,15 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_check_library@Base 0.20190802.0
srt_system_info_check_locale@Base 0.20190909.0
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
srt_system_info_dup_os_build_id@Base 0.20190926.1
srt_system_info_dup_os_id@Base 0.20190926.1
srt_system_info_dup_os_id_like@Base 0.20190926.1
srt_system_info_dup_os_name@Base 0.20190926.1
srt_system_info_dup_os_pretty_name@Base 0.20190926.1
srt_system_info_dup_os_variant@Base 0.20190926.1
srt_system_info_dup_os_variant_id@Base 0.20190926.1
srt_system_info_dup_os_version_codename@Base 0.20190926.1
srt_system_info_dup_os_version_id@Base 0.20190926.1
srt_system_info_dup_runtime_path@Base 0.20190816.0
srt_system_info_dup_runtime_version@Base 0.20190816.0
srt_system_info_dup_steam_data_path@Base 0.20190926.0
...
...
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
a47d3a70
...
...
@@ -21,11 +21,11 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.20190926.
0
'
)
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.20190926.
1
'
)
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'20190926.
0
'
abi_minor
=
'20190926.
1
'
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