diff --git a/wayfire-0.8.1.tar.xz b/wayfire-0.8.1.tar.xz deleted file mode 100644 index c9d7c5d..0000000 --- a/wayfire-0.8.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ac1947b688a9ec6c4d9ee2d77311bb357a8ead25665b8000eda96952328290d -size 856364 diff --git a/wayfire-0.8.1.tar.xz.sha256sum b/wayfire-0.8.1.tar.xz.sha256sum deleted file mode 100644 index 098ee1a..0000000 --- a/wayfire-0.8.1.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -8ac1947b688a9ec6c4d9ee2d77311bb357a8ead25665b8000eda96952328290d *wayfire-0.8.1.tar.xz diff --git a/wayfire-0.9.0.tar.xz b/wayfire-0.9.0.tar.xz new file mode 100644 index 0000000..8ff27bd --- /dev/null +++ b/wayfire-0.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0c9c08b8a72a2d8c3317c8be6c42b17a493c25abab1d02ac09c24eaa95229d +size 875584 diff --git a/wayfire-0.9.0.tar.xz.sha256sum b/wayfire-0.9.0.tar.xz.sha256sum new file mode 100644 index 0000000..3bcc8e5 --- /dev/null +++ b/wayfire-0.9.0.tar.xz.sha256sum @@ -0,0 +1 @@ +dd0c9c08b8a72a2d8c3317c8be6c42b17a493c25abab1d02ac09c24eaa95229d *wayfire-0.9.0.tar.xz diff --git a/wayfire.changes b/wayfire.changes index e7ddd2f..6265299 100644 --- a/wayfire.changes +++ b/wayfire.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Aug 26 03:14:01 UTC 2024 - Dead Mozay + +- Update to version 0.9.0: + * session-lock-v1 protocol. + * Bindings following the current layout. + * Animation easings. + * A lot of effort in this release went into improving + the IPC socket. + * CSS theming in wf-shell. + * improving and adding even more plugins. + * There were many, many bug fixes in this release. + * Full changelog: + - https://wayfire.org/2024/08/23/Wayfire-0-9.html. + ------------------------------------------------------------------- Thu Mar 14 04:13:00 UTC 2024 - Dead Mozay diff --git a/wayfire.spec b/wayfire.spec index 1814867..b46527c 100644 --- a/wayfire.spec +++ b/wayfire.spec @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - +%define major_ver 0.9 +%define minor_ver 0 %define libname libwf-utils0 Name: wayfire -Version: 0.8.1 +Version: %{major_ver}.%{minor_ver} Release: 0 Summary: 3D wayland compositor License: MIT @@ -54,7 +55,7 @@ BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) >= 1.12 BuildRequires: pkgconfig(wayland-server) -BuildRequires: pkgconfig(wf-config) >= 0.7.0 +BuildRequires: pkgconfig(wf-config) >= %{major_ver} BuildRequires: pkgconfig(wlroots) >= 0.16.0 BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(xwayland) @@ -102,6 +103,9 @@ find %{buildroot} -type f -name "*.a" -delete -print0 %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig +%check +%meson_test + %files %license LICENSE %doc README.md wayfire.ini