Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package niri for openSUSE:Factory checked in 
at 2025-09-22 16:38:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/niri (Old)
 and      /work/SRC/openSUSE:Factory/.niri.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "niri"

Mon Sep 22 16:38:46 2025 rev:15 rq:1306148 version:25.08+41

Changes:
--------
--- /work/SRC/openSUSE:Factory/niri/niri.changes        2025-05-27 
18:42:26.005164241 +0200
+++ /work/SRC/openSUSE:Factory/.niri.new.27445/niri.changes     2025-09-22 
16:39:07.596014781 +0200
@@ -1,0 +2,71 @@
+Sat Sep 20 13:56:09 UTC 2025 - Muhammad Akbar Yanuar Mantari <[email protected]>
+
+- Update to version 25.08+41:
+  * Update libdisplay-info and Smithay (popup destruction protocol
+    check, constraints check)
+  * Move workspace options check to workspace tests
+  * layout/workspace: Rearrange checks
+  * Fix DnD icon offset from surface cursor
+  * Revert "revert nushell completion for flake.nix"
+  * nix: Bump flake.lock
+  * Fix layer-shell initial commit logic
+  * Update Smithay (last_acked refactor, Qt layer-shell popup grab
+    fix, popup ordering fix)
+  * Add unmap-from-floating test
+  * tests/client: Check and panic on protocol error
+  * Add sending initial configure trace log
+  * Downgrade lack of our initial configure from error! to debug!
+  * Improve commit handler trace logging
+  * layout/scrolling: Remove more redundant animate args
+  * layout/scrolling: Remove now-redundant animate arg
+  * layout/tile: Animate un/fullscreen resize
+  * layout/tile: Remove unused function
+  * layout/tile: Extract two variables
+  * layout/scrolling: Animate tiles_origin changing on 
+    un/fullscreen
+  * layout/scrolling: Track pending vs. current fullscreen for
+    Columns
+  * layout/scrolling: Store view_offset_before_fullscreen when
+    column actually goes fullscreen
+  * tests/fullscreen: Add broken slow client unfullscreen view
+    offset restoration test
+  * tests: Move complete_animations() to Fixture
+  * layout/tests/fullscreen: Add broken removing tile view pos
+    restore test
+  * Add unfullscreen view offset restoration tests
+  * layout/tests: Extract fullscreen tests to submodule
+  * Make hot corners configurable, including per-output (#2108)
+  * Include play/stop/prev/next media keys in the default config.
+  * layout: End DnD gesture when toggling interactive move to
+    floating
+  * layout: Fix crash when a window opens next-to an only
+    interactively moved window with no outputs
+  * layout/tests: Mark operations_dont_panic as slow
+  * niri.spec.rpkg: Add xwayland-satellite dependency
+  * Update cargo-rpm version
+  * Don't clear DISPLAY/WAYLAND_DISPLAY/WAYLAND_SOCKET on WSL with
+    --session
+  * wiki: Remove rofi-wayland mention
+  * wiki: Add Name and Logo page
+  * wiki: Set vertical-align: middle for tables
+  * wiki/Accessibility: Mention more current limitations
+  * wiki/Xwayland: Added a mention of Native Wayland for gaming
+    compat
+  * wiki/Accessibility: Clarify workspace announcement
+  * wiki/Accessibility: Mention xfce4-appfinder
+- Change source to main branch for a while to fix libdisplay-info
+  issue
+
+-------------------------------------------------------------------
+Fri Sep 19 10:40:08 UTC 2025 - Marcus Rueckert <[email protected]>
+
+- Add BuildRequires for pkgconfig(egl) to fix the testsuite:
+  https://build.opensuse.org/request/show/1304126#comment-2188986
+
+-------------------------------------------------------------------
+Thu Sep 11 18:40:51 UTC 2025 - Marcus Rueckert <[email protected]>
+
+- Update to version 25.08:
+  https://github.com/YaLTeR/niri/releases/tag/v25.08
+
+-------------------------------------------------------------------

Old:
----
  niri-25.05.1-vendored-dependencies.tar.xz
  niri-25.05.1.tar.gz

New:
----
  _service
  _servicedata
  niri-25.08+41.tar.zst
  vendor.tar.zst

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

Other differences:
------------------
++++++ niri.spec ++++++
--- /var/tmp/diff_new_pack.vE8IEs/_old  2025-09-22 16:39:09.312086988 +0200
+++ /var/tmp/diff_new_pack.vE8IEs/_new  2025-09-22 16:39:09.316087156 +0200
@@ -2,7 +2,7 @@
 # spec file for package niri
 #
 # Copyright (c) 2025 mantarimay
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,16 @@
 
 %bcond_without test
 Name:           niri
-Version:        25.05.1
+Version:        25.08+41
 Release:        0
 Summary:        Scrollable-tiling Wayland compositor
 License:        GPL-3.0-or-later
 URL:            https://github.com/YaLTeR/niri
-Source0:        %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
-Source1:        
%{url}/releases/download/v%{version}/%{name}-%{version}-vendored-dependencies.tar.xz
+#i will use this again for next release
+#Source0:        #{url}/archive/v#{version}/#{name}-#{version}.tar.gz
+#Source1:        
#{url}/releases/download/v#{version}/#{name}-#{version}-vendored-dependencies.tar.xz
+Source0:        %{name}-%{version}.tar.zst
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 BuildRequires:  clang
@@ -36,6 +39,7 @@
 BuildRequires:  wayland-devel
 BuildRequires:  pkgconfig(cairo-gobject)
 BuildRequires:  pkgconfig(dbus-1)
+BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(libdisplay-info)
 BuildRequires:  pkgconfig(libinput)
@@ -66,8 +70,8 @@
 
 %prep
 %autosetup -a1 -p1
-mkdir .cargo
-cp %{SOURCE2} .cargo/config
+##mkdir .cargo
+#cp #{SOURCE2} .cargo/config
 
 %build
 %{cargo_build}
@@ -98,7 +102,7 @@
 
 %files
 %license LICENSE
-%doc README.md resources/default-config.kdl wiki
+%doc README.md resources/default-config.kdl docs/wiki
 %{_bindir}/niri
 %{_bindir}/niri-session
 %dir %{_datadir}/wayland-sessions

++++++ _service ++++++
<?xml version="1.0"?>
<services>
  <service name="obs_scm" mode="localonly">
    <param name="url">https://github.com/YaLTeR/niri.git</param>
    <param name="scm">git</param>
    <param name="revision">main</param>
    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="changesgenerate">enable</param>
  </service>
  <service name="set_version" mode="manual"/>
  <service name="tar" mode="manual"/>
  <service name="recompress" mode="manual">
    <param name="file">*.tar</param>
    <param name="compression">zst</param>
  </service>
  <service name="cargo_vendor" mode="manual">
  <param name="srcdir">niri</param>
  <param name="update">false</param>
  </service>
</services>


++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/YaLTeR/niri.git</param>
              <param 
name="changesrevision">a1dccedbb72da372d2a8a84022f37ccaa4d4a6e6</param></service></servicedata>
(No newline at EOF)

Reply via email to