diff --git a/kanshi-1.2.0.tar.gz b/kanshi-1.2.0.tar.gz deleted file mode 100644 index 2f8b2ef..0000000 --- a/kanshi-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4 -size 16501 diff --git a/kanshi-1.3.0.tar.gz b/kanshi-1.3.0.tar.gz new file mode 100644 index 0000000..7ee3e52 --- /dev/null +++ b/kanshi-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a4fe896d97b7fbd3fcc51aab0fae550b4130b2df2b1df2a4d0e8d3221fe604 +size 20721 diff --git a/kanshi.changes b/kanshi.changes index 88ec982..16777be 100644 --- a/kanshi.changes +++ b/kanshi.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 30 11:12:24 UTC 2022 - Soc Virnyl Estela + +- Update to v1.3.0: + * This release adds an IPC interface with a kanshictl utility, + improves make-model-serial matching, and fixes a handful of bugs. + libvarlink is a new optional dependency. + * Support output-management version 3 release requests + * Improve the make-model-serial matching of outputs + * Upgrade wlr-output-management-unstable-v1.xml to version 2 + ------------------------------------------------------------------- Sun Jun 26 11:16:50 UTC 2022 - Tomasz Hołubowicz diff --git a/kanshi.spec b/kanshi.spec index d97bce2..80ca2a7 100644 --- a/kanshi.spec +++ b/kanshi.spec @@ -17,28 +17,30 @@ Name: kanshi -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Dynamic display configuration License: MIT Group: System/GUI/Other URL: https://git.sr.ht/~emersion/kanshi -Source: https://git.sr.ht/~emersion/kanshi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: meson BuildRequires: ninja BuildRequires: scdoc -BuildRequires: wayland-devel +BuildRequires: pkgconfig(wayland-client) %description kanshi allows you to define output profiles that are automatically enabled and disabled on hotplug. %prep -%setup -q -n kanshi-%{version} +%setup -q -n kanshi-v%{version} %build -%meson +# Disabled because libvarlink is not available in Factory +%meson \ + -Dipc=disabled %meson_build %install