From a47d3a704869a9a3141ef848182003a63688ccbc Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 26 Sep 2019 15:53:27 +0100
Subject: [PATCH] Prepare v0.20190926.1

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/changelog                          | 9 +++++++++
 debian/libsteam-runtime-tools-0-0.symbols | 9 +++++++++
 meson.build                               | 4 ++--
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fd83b16bf..5c6b44d29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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
diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols
index a57481909..e352d12b2 100644
--- a/debian/libsteam-runtime-tools-0-0.symbols
+++ b/debian/libsteam-runtime-tools-0-0.symbols
@@ -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
diff --git a/meson.build b/meson.build
index 249388ec6..a49ca4a92 100644
--- a/meson.build
+++ b/meson.build
@@ -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')
-- 
GitLab