Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wf-shell for openSUSE:Factory 
checked in at 2026-08-18 16:38:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wf-shell (Old)
 and      /work/SRC/openSUSE:Factory/.wf-shell.new.1258 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wf-shell"

Tue Aug 18 16:38:02 2026 rev:4 rq:1371739 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/wf-shell/wf-shell.changes        2026-04-10 
18:03:05.250794225 +0200
+++ /work/SRC/openSUSE:Factory/.wf-shell.new.1258/wf-shell.changes      
2026-08-18 16:38:51.054014605 +0200
@@ -1,0 +2,13 @@
+Mon Aug 03 04:41:48 UTC 2026 - [email protected]
+
+- Update to version 0.11.0:
+  * panel: css rule to control fallback icon sizes depending 
+    on position
+  * panel: workspace-switcher: fix 0.11 use of doubles
+  * panel : switcher : fix broken row mode
+  * panel : window-list/workspace-switcher : renamed options
+  * xpdw: escape key closes chooser
+  * util : autohide window : silence compilation warnings
+  * panel: fix menu direction for PopoverMenu too
+
+-------------------------------------------------------------------

Old:
----
  wf-shell-0.10.0.tar.xz
  wf-shell-0.10.0.tar.xz.sha256sum

New:
----
  _service
  _servicedata
  wf-shell-0.11.0.obscpio
  wf-shell.obsinfo

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

Other differences:
------------------
++++++ wf-shell.spec ++++++
--- /var/tmp/diff_new_pack.Oq8e3G/_old  2026-08-18 16:38:51.778040513 +0200
+++ /var/tmp/diff_new_pack.Oq8e3G/_new  2026-08-18 16:38:51.780040585 +0200
@@ -16,31 +16,37 @@
 #
 
 
-%define major_ver 0.10
-%define minor_ver 0
 Name:           wf-shell
-Version:        %{major_ver}.%{minor_ver}
+Version:        0.11.0
 Release:        0
-Summary:        A GTK3-based panel for wayfire
+Summary:        A GTK4-based panel for wayfire
 License:        MIT
 URL:            https://wayfire.org/
-Source0:        
https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
-Source1:        
https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum
+Source0:        %{name}-%{version}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libboost_filesystem-devel
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(dbusmenu-gtk3-0.4)
-BuildRequires:  pkgconfig(gtk-layer-shell-0)
-BuildRequires:  pkgconfig(gtkmm-3.0)
+BuildRequires:  pkgconfig(dbusmenu-glib-0.4)
+BuildRequires:  pkgconfig(ddcutil)
+BuildRequires:  pkgconfig(epoxy)
+BuildRequires:  pkgconfig(gtk4-layer-shell-0)
+BuildRequires:  pkgconfig(gtkmm-4.0)
+BuildRequires:  pkgconfig(libpipewire-0.3)
 BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(openssl)
+BuildRequires:  pkgconfig(pam)
 BuildRequires:  pkgconfig(wayfire)
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-protocols)
-BuildRequires:  pkgconfig(wf-config) >= %{major_ver}
-BuildRequires:  pkgconfig(wlroots-0.19)
+BuildRequires:  pkgconfig(wf-config)
+BuildRequires:  pkgconfig(wireplumber-0.5)
+BuildRequires:  pkgconfig(wlroots-0.20)
+BuildRequires:  pkgconfig(xkbregistry)
+BuildRequires:  pkgconfig(yyjson)
 
 %description
 wf-shell is a repository which contains the various components needed to built 
a fully functional DE based around wayfire. Currently it has only a GTK-based 
panel and background client.
@@ -53,7 +59,6 @@
 Development libraries for %{name}
 
 %prep
-echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'`  
%{SOURCE0}" | sha256sum -c
 %autosetup
 
 %build
@@ -72,7 +77,12 @@
 %{_bindir}/wf-*
 %{_bindir}/wayland-logout
 %{_datadir}/wayfire/
+%{_sysconfdir}/pam.d/wf-locker
+%dir %{_sysconfdir}/xdg/xdg-desktop-portal-wlr
+%{_sysconfdir}/xdg/xdg-desktop-portal-wlr/wayfire
+%{_datadir}/applications/wf-locker-pin.desktop
 %{_datadir}/wayfire/wf-shell.ini.example
+%{_datadir}/wf-shell/
 %dir %{_datadir}/icons/hicolor/160x160
 %dir %{_datadir}/icons/hicolor/160x160/apps
 %{_datadir}/icons/*/*/*/*.png

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="manual">
    <param name="filename">wf-shell</param>
    <param name="url">https://github.com/WayfireWM/wf-shell.git</param>
    <param name="scm">git</param>
    <param name="version">git-master</param>
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="revision">v0.11.0</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">[email protected]</param>
  </service>
  <service mode="manual" name="set_version"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="compression">gz</param>
    <param name="file">*.tar</param>
  </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/WayfireWM/wf-shell.git</param>
              <param 
name="changesrevision">881ef973039f239dc0a3ec8a547201a89b0eef8a</param></service></servicedata>
(No newline at EOF)

++++++ wf-shell.obsinfo ++++++
name: wf-shell
version: 0.11.0
mtime: 1785697959
commit: 881ef973039f239dc0a3ec8a547201a89b0eef8a

Reply via email to