Accepting request 985125 from home:alternateved
- Update to v1.2.0 * parser: print errno when failing to open the config file * parser: explicitly initialize key (kanshi_output_field) to 0 * [man 5] Add blockquotes to ensure line break * Properly reap children to avoid zombies * Add missing header after 5a30abdf0b3b * Accept user-specified config path * Add 'include' directive to read additional configs * Add the 'profile' directive in kanshi(5) examples * readme: move to Libera Chat * readme: switch to new profile syntax * build: bump version to 1.2.0 * parser: use abort() instead of assert(0) OBS-URL: https://build.opensuse.org/request/show/985125 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=3
This commit is contained in:
parent
690a1e80e9
commit
511ec7961a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7e782d2b49380aed370213b8d74af9fe806d9dc94b3c19179475f4b18e26566
|
||||
size 15884
|
3
kanshi-1.2.0.tar.gz
Normal file
3
kanshi-1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4
|
||||
size 16501
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 26 11:16:50 UTC 2022 - Tomasz Hołubowicz <alternateved@pm.me>
|
||||
|
||||
- Update to v1.2.0
|
||||
* parser: print errno when failing to open the config file
|
||||
* parser: explicitly initialize key (kanshi_output_field) to 0
|
||||
* [man 5] Add blockquotes to ensure line break
|
||||
* Properly reap children to avoid zombies
|
||||
* Add missing header after 5a30abdf0b3b
|
||||
* Accept user-specified config path
|
||||
* Add 'include' directive to read additional configs
|
||||
* Add the 'profile' directive in kanshi(5) examples
|
||||
* readme: move to Libera Chat
|
||||
* readme: switch to new profile syntax
|
||||
* build: bump version to 1.2.0
|
||||
* parser: use abort() instead of assert(0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 11:52:01 UTC 2020 - Denis Kondratenko <denis.kondratenko@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package waybar
|
||||
# spec file for package kanshi
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: kanshi
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
Summary: Dynamic display configuration
|
||||
License: MIT
|
||||
Group: System/GUI/Other
|
||||
URL: https://github.com/emersion/kanshi
|
||||
Source: https://github.com/emersion/kanshi/archive/kanshi-%{version}.tar.gz
|
||||
URL: https://git.sr.ht/~emersion/kanshi
|
||||
Source: https://git.sr.ht/~emersion/kanshi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: meson
|
||||
BuildRequires: ninja
|
||||
|
Loading…
Reference in New Issue
Block a user