Accepting request 1180401 from X11:Wayland

OBS-URL: https://build.opensuse.org/request/show/1180401
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kanshi?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-06-13 13:41:28 +00:00 committed by Git OBS Bridge
commit a252c820ef
6 changed files with 19 additions and 5 deletions

View File

@ -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
View 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

Binary file not shown.

View File

@ -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> Thu Jun 6 06:27:49 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>

View File

@ -17,7 +17,7 @@
Name: kanshi Name: kanshi
Version: 1.6.0 Version: 1.7.0
Release: 0 Release: 0
Summary: Dynamic display configuration Summary: Dynamic display configuration
License: MIT License: MIT
@ -44,7 +44,6 @@ and disabled on hotplug.
%autosetup -p1 %autosetup -p1
%build %build
# Disabled because libvarlink is not available in Factory
%meson \ %meson \
-Dipc=enabled -Dipc=enabled
%meson_build %meson_build