Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
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
fe24a7cc
Commit
fe24a7cc
authored
5 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
Prepare v0.20190822.0
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
dc0732c7
Branches
Branches containing commit
Tags
v0.20190822.0
Tags containing commit
No related merge requests found
Pipeline
#1556
passed
5 years ago
Stage: build
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+13
-0
13 additions, 0 deletions
debian/changelog
debian/libsteam-runtime-tools-0-0.symbols
+14
-0
14 additions, 0 deletions
debian/libsteam-runtime-tools-0-0.symbols
meson.build
+2
-2
2 additions, 2 deletions
meson.build
with
29 additions
and
2 deletions
debian/changelog
+
13
−
0
View file @
fe24a7cc
steam-runtime-tools (0.20190822.0-0+steamrt1.1) scout; urgency=medium
[ Jeremy Whiting ]
* Add SrtGraphics wrapper to check for GL, GLES support
* Remove check-gl and check-gles since we changed to using wflinfo
[ Simon McVittie ]
* Minor bug fixes in SrtGraphics
* helpers: Depend on waffle-utils-multiarch
* CI: Add a build that uses clang, scan-build, ASan and UBSan
-- Simon McVittie <smcv@collabora.com> Thu, 22 Aug 2019 18:50:26 +0100
steam-runtime-tools (0.20190820.1-0+steamrt1.1) scout; urgency=medium
* Fix version number in meson.build
...
...
This diff is collapsed.
Click to expand it.
debian/libsteam-runtime-tools-0-0.symbols
+
14
−
0
View file @
fe24a7cc
libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
* Build-Depends-Package: libsteam-runtime-tools-0-dev
_srt_filter_gameoverlayrenderer@Base 0.20190822.0
srt_architecture_can_run_i386@Base 0.20190717.0
srt_architecture_can_run_x86_64@Base 0.20190717.0
srt_check_library_presence@Base 0.20190801.0
srt_graphics_dup_parameters_string@Base 0.20190822.0
srt_graphics_get_issues@Base 0.20190822.0
srt_graphics_get_multiarch_tuple@Base 0.20190822.0
srt_graphics_get_renderer_string@Base 0.20190822.0
srt_graphics_get_rendering_interface@Base 0.20190822.0
srt_graphics_get_type@Base 0.20190822.0
srt_graphics_get_version_string@Base 0.20190822.0
srt_graphics_get_window_system@Base 0.20190822.0
srt_graphics_issues_get_type@Base 0.20190822.0
srt_library_get_absolute_path@Base 0.20190801.0
srt_library_get_dependencies@Base 0.20190801.0
srt_library_get_issues@Base 0.20190801.0
...
...
@@ -13,10 +23,13 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_library_get_type@Base 0.20190801.0
srt_library_issues_get_type@Base 0.20190801.0
srt_library_symbols_format_get_type@Base 0.20190801.0
srt_rendering_interface_get_type@Base 0.20190822.0
srt_runtime_issues_get_type@Base 0.20190816.0
srt_steam_issues_get_type@Base 0.20190816.0
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_graphics@Base 0.20190822.0
srt_system_info_check_libraries@Base 0.20190802.0
srt_system_info_check_library@Base 0.20190802.0
srt_system_info_dup_expected_runtime_version@Base 0.20190816.0
...
...
@@ -30,3 +43,4 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER#
srt_system_info_set_environ@Base 0.20190816.0
srt_system_info_set_expected_runtime_version@Base 0.20190816.0
srt_system_info_set_helpers_path@Base 0.20190816.0
srt_window_system_get_type@Base 0.20190822.0
This diff is collapsed.
Click to expand it.
meson.build
+
2
−
2
View file @
fe24a7cc
...
...
@@ -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.2019082
0.1
'
)
project
(
'steam-runtime-tools'
,
'c'
,
version
:
'0.2019082
2.0
'
)
api_major
=
'0'
abi_major
=
'0'
abi_minor
=
'2019082
0.1
'
abi_minor
=
'2019082
2.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