From 690a1e80e9d8af9bb0836cf1b16c904db95351b556720a924f839d48d17ddfca Mon Sep 17 00:00:00 2001 From: Michael Aquilina Date: Fri, 17 Apr 2020 13:01:24 +0000 Subject: [PATCH] Accepting request 794894 from home:dkondratenko:branches:X11:Wayland - Update to v1.1.0 * Add support for comments in configuration file * Allow names to distinguish configuration * Add `exec` to execute commands when a configuration is matched * Be tolerant to matching refresh rates that are a few points off. * Select highest refresh rate for selected mode when none is specified. * Fix typo in man page * Use correct formatting for variable in man page * Specify correct version in meson.build * Fix parser_next_token return value * Require profiles with a name to have a profile directive OBS-URL: https://build.opensuse.org/request/show/794894 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=2 --- kanshi-1.0.0.tar.gz | 3 --- kanshi-1.1.0.tar.gz | 3 +++ kanshi.changes | 15 +++++++++++++++ kanshi.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 kanshi-1.0.0.tar.gz create mode 100644 kanshi-1.1.0.tar.gz diff --git a/kanshi-1.0.0.tar.gz b/kanshi-1.0.0.tar.gz deleted file mode 100644 index 7437cff..0000000 --- a/kanshi-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90b200107b32b72259d60bfc08b12c782b13e706b7e617d058df292506fdbf90 -size 14422 diff --git a/kanshi-1.1.0.tar.gz b/kanshi-1.1.0.tar.gz new file mode 100644 index 0000000..52df6f4 --- /dev/null +++ b/kanshi-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e782d2b49380aed370213b8d74af9fe806d9dc94b3c19179475f4b18e26566 +size 15884 diff --git a/kanshi.changes b/kanshi.changes index 20a11b4..d42979d 100644 --- a/kanshi.changes +++ b/kanshi.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 17 11:52:01 UTC 2020 - Denis Kondratenko + +- Update to v1.1.0 + * Add support for comments in configuration file + * Allow names to distinguish configuration + * Add `exec` to execute commands when a configuration is matched + * Be tolerant to matching refresh rates that are a few points off. + * Select highest refresh rate for selected mode when none is specified. + * Fix typo in man page + * Use correct formatting for variable in man page + * Specify correct version in meson.build + * Fix parser_next_token return value + * Require profiles with a name to have a profile directive + ------------------------------------------------------------------- Thu Sep 5 21:47:11 UTC 2019 - Michael Aquilina diff --git a/kanshi.spec b/kanshi.spec index a8e7b11..2ee6994 100644 --- a/kanshi.spec +++ b/kanshi.spec @@ -17,7 +17,7 @@ Name: kanshi -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: Dynamic display configuration License: MIT