Accepting request 1180317 from home:smolsheep:upgrades
- Update to v1.7.0: * parser: implements global output defaults * parser: disallow duplicate outputs * parser: implements output alias directive * config: fix fields bitmask in apply_output_defaults() * config: disallow using wildcard outputs in global scope * build: add fallback for libscfg * Fix cleanup of uninitialized values in error codepath * doc: fully document output criteria * Rename parser.c to config.c * Attempt switching all profiles with the same name OBS-URL: https://build.opensuse.org/request/show/1180317 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=21
This commit is contained in:
parent
a860660f6c
commit
c6519bb0f0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac983ac349f80551a6f8b26cbb6c9b0b9d3e9d892db86ad7b92f01d689de0884
|
||||
size 22209
|
Binary file not shown.
3
kanshi-1.7.0.tar.gz
Normal file
3
kanshi-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76ef49d35c1c8764c2956e05e9d37c4bf5236eb204f5d3a780dca41e24c3f382
|
||||
size 23116
|
BIN
kanshi-1.7.0.tar.gz.sig
Normal file
BIN
kanshi-1.7.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 06:49:39 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to v1.7.0:
|
||||
* parser: implements global output defaults
|
||||
* parser: disallow duplicate outputs
|
||||
* parser: implements output alias directive
|
||||
* config: fix fields bitmask in apply_output_defaults()
|
||||
* config: disallow using wildcard outputs in global scope
|
||||
* build: add fallback for libscfg
|
||||
* Fix cleanup of uninitialized values in error codepath
|
||||
* doc: fully document output criteria
|
||||
* Rename parser.c to config.c
|
||||
* Attempt switching all profiles with the same name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 06:27:49 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: kanshi
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Dynamic display configuration
|
||||
License: MIT
|
||||
@ -44,7 +44,6 @@ and disabled on hotplug.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
# Disabled because libvarlink is not available in Factory
|
||||
%meson \
|
||||
-Dipc=enabled
|
||||
%meson_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user