Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wayfire-plugins-extra for 
openSUSE:Factory checked in at 2026-08-18 16:37:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wayfire-plugins-extra (Old)
 and      /work/SRC/openSUSE:Factory/.wayfire-plugins-extra.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wayfire-plugins-extra"

Tue Aug 18 16:37:59 2026 rev:4 rq:1371736 version:0.11.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/wayfire-plugins-extra/wayfire-plugins-extra.changes  
    2026-04-10 18:03:03.394717667 +0200
+++ 
/work/SRC/openSUSE:Factory/.wayfire-plugins-extra.new.1258/wayfire-plugins-extra.changes
    2026-08-18 16:38:44.702787335 +0200
@@ -1,0 +2,21 @@
+Tue Aug 18 10:16:57 UTC 2026 - Dead Mozay <[email protected]>
+
+- Update to version 0.11.2:
+  * extra-animations: Fix melt clipping.
+  * extra-animations: Randomize melt animation.
+  * Add dodge focus effect.
+  * Dodge update.
+  * extra-animations: dodge: Add rotate option.
+  * extra-animations: dodge: More fixes
+  * extra-animations: use provided duration instead of hardcoding 
+    option.
+  * showtouch: bind dest buffer.
+  * add fisheye.
+  * extra-animations: Add burn animation.
+  * extra-animations: Add magic carpet animation.
+  * workspace-names: Fix up.
+  * Track wayfire plugin API changes.
+  * fix: autorotate-iio: fix D-Bus events not processed when 
+    display is idle.
+
+-------------------------------------------------------------------

Old:
----
  wayfire-plugins-extra-0.10.0.tar.xz
  wayfire-plugins-extra-0.10.0.tar.xz.sha256sum

New:
----
  filters-8fcaad8.tar.xz
  focus-request-b5c5029.tar.xz
  pixdecor-a9465be.tar.xz
  wayfire-plugins-extra-0.11.2.tar.xz
  wayfire-plugins-extra-0.11.2.tar.xz.sha256sum
  wayfire-shadows-4bfdbbf.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wayfire-plugins-extra.spec ++++++
--- /var/tmp/diff_new_pack.vcuCji/_old  2026-08-18 16:38:46.364846810 +0200
+++ /var/tmp/diff_new_pack.vcuCji/_new  2026-08-18 16:38:46.375847204 +0200
@@ -15,8 +15,8 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define major_ver 0.10
-%define minor_ver 0
+%define major_ver 0.11
+%define minor_ver 2
 Name:           wayfire-plugins-extra
 Version:        %{major_ver}.%{minor_ver}
 Release:        0
@@ -25,8 +25,14 @@
 URL:            https://github.com/WayfireWM/%{name}
 Source0:        %{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz
 Source1:        
%{url}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum
+# meson subprojects vendored from upstream wrap files (git master), pinned by 
commit
+Source2:        wayfire-shadows-4bfdbbf.tar.xz
+Source3:        focus-request-b5c5029.tar.xz
+Source4:        pixdecor-a9465be.tar.xz
+Source5:        filters-8fcaad8.tar.xz
 BuildRequires:  Mesa-libGLESv3-devel
 BuildRequires:  gcc-c++
+BuildRequires:  git
 BuildRequires:  libboost_atomic-devel
 BuildRequires:  meson
 BuildRequires:  wayland-devel
@@ -36,7 +42,7 @@
 BuildRequires:  pkgconfig(gtkmm-3.0)
 BuildRequires:  pkgconfig(wayfire) >= %{major_ver}
 BuildRequires:  pkgconfig(wf-config)
-BuildRequires:  pkgconfig(wlroots-0.19)
+BuildRequires:  pkgconfig(wlroots-0.20)
 BuildRequires:  pkgconfig(wayland-protocols)
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(nlohmann_json)
@@ -46,20 +52,32 @@
 Additional plugins for Wayfire
 The plugins that come here are plugins that have external dependencies, for 
ex. giomm.
 
+%lang_package
+
 %prep
 echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'`  
%{SOURCE0}" | sha256sum -c
 %autosetup -p1
+mkdir -p subprojects
+tar -xJf %{SOURCE2} -C subprojects
+tar -xJf %{SOURCE3} -C subprojects
+tar -xJf %{SOURCE4} -C subprojects
+tar -xJf %{SOURCE5} -C subprojects
+rm -f subprojects/*.wrap
+# upstream ships locale/ro/wf-plugin-fisheye.po outside LC_MESSAGES, which 
makes
+# meson install it to a bogus /usr/share/locale/LC_MESSAGES path
+mv locale/ro/wf-plugin-fisheye.po locale/ro/LC_MESSAGES/
 
 %build
 %meson \
- -Denable_pixdecor=true \
- -Denable_filters=true \
- -Denable_wayfire_shadows=true \
- -Denable_focus_request=true
+ -Dpixdecor=true \
+ -Dfilters=true \
+ -Dwayfire_shadows=true \
+ -Dfocus_request=true
 %meson_build
 
 %install
 %meson_install
+%find_lang %{name} --all-name
 
 %check
 %meson_test
@@ -70,3 +88,5 @@
 %{_libdir}/wayfire/*.so
 %{_datadir}/wayfire/metadata/*.xml
 
+%files lang -f %{name}.lang
+

++++++ wayfire-plugins-extra-0.10.0.tar.xz -> 
wayfire-plugins-extra-0.11.2.tar.xz ++++++
++++ 17487 lines of diff (skipped)

++++++ wayfire-plugins-extra-0.10.0.tar.xz.sha256sum -> 
wayfire-plugins-extra-0.11.2.tar.xz.sha256sum ++++++
--- 
/work/SRC/openSUSE:Factory/wayfire-plugins-extra/wayfire-plugins-extra-0.10.0.tar.xz.sha256sum
      2025-09-04 18:01:49.064864628 +0200
+++ 
/work/SRC/openSUSE:Factory/.wayfire-plugins-extra.new.1258/wayfire-plugins-extra-0.11.2.tar.xz.sha256sum
    2026-08-18 16:38:44.650785475 +0200
@@ -1 +1 @@
-52704f13a6a59c106d6fb69e79aa8c57dadcea98f91e097df72478dd311a15e6 
*wayfire-plugins-extra-0.10.0.tar.xz
+2c8be09911049c36e9871c7b359d7b47c3eed608e5b0df4401ebe3bb3da89eb5 
*wayfire-plugins-extra-0.11.2.tar.xz

Reply via email to