Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rioterm for openSUSE:Factory checked 
in at 2025-07-24 18:45:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rioterm (Old)
 and      /work/SRC/openSUSE:Factory/.rioterm.new.13279 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rioterm"

Thu Jul 24 18:45:16 2025 rev:20 rq:1295372 version:0.2.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/rioterm/rioterm.changes  2025-06-23 
15:06:34.540994959 +0200
+++ /work/SRC/openSUSE:Factory/.rioterm.new.13279/rioterm.changes       
2025-07-24 18:47:10.433744703 +0200
@@ -1,0 +2,62 @@
+Wed Jul 16 14:19:30 UTC 2025 - Scott Bradnick <scott.bradn...@suse.com>
+
+- Converting -devel BuildRequires to pkgconfig
+- Removing 'BuildRequires: python311'
+- Update to version 0.2.21:
+  * update deps
+  * update docs
+  * Add xterm-rio terminfo entry for better application compatibility
+  * Fix underline metrics (#1220)
+  * docs: add terminfo section to Linux installation guide
+  * canonicalize the input to the --working-dir argument for rio cli (#1217)
+  * Fix/cursor damage line based (#1216)
+  * update docs
+  * update documentation
+  * rename: use_current_path to current_working_directory (or cwd)
+  * flake.lock: Update (#1212)
+  * always damage cursor
+  * synchronize criterion
+  * font cache logic for the renderer
+  * Disable redundant vsync calculations on macOS
+  * Fix clippy warnings in char cache and benchmark
+  * Optimize character-to-string conversion in renderer hot path
+  * Split work (#1206)
+  * flake.lock: Update (#1202)
+  * CVDisplayLink-plus-GCD (#1200)
+  * fix lint
+  * fixup! avoid damage cursor all time
+  * avoid damage cursor all time
+  * fix fmt on last_blink
+  * add last_blink_toggle
+  * update rust
+  * Perf multiscreen (#1189)
+  * flake.lock: Update (#1186)
+  * fix remaining sextants
+  * implement disable_occluded_render
+  * fix #1169 wrong encoding
+  * send BS (0x08)
+  * shift+click selection
+  * update dependencies
+  * stop calling rendering implementation on scroll (#1182)
+  * Changed from sending DEL (, ASCII 127) to backspace (, ASCII 8). Closes 
#1169
+  * Fix Ime position (#1178)
+  * man pages support (#1179)
+  * fix hash string content
+  * Sugarloaf unify cache on render (#1176)
+  * update docs
+  * fix lint
+  * update comment
+  * fixup! improve atlas
+  * improve atlas
+  * implement around 75% Memory Reduction: Text glyphs now use R8 (1 byte) 
instead of RGBA (4 bytes)
+  * fix cache key and implement whitespace_optimization
+  * fix cache key and add debugs
+  * cache_key_with_interning
+  * fix is_srgb issue
+  * remove self.router.update_titles from wait
+  * add feature mention
+  * implement p3 display for macos (#1164)
+  * flake.lock: Update (#1161)
+  * update com.rioterm.Rio.metainfo.xml with 0.2.20 version
+
+-------------------------------------------------------------------

Old:
----
  rio-0.2.20.tar.zst

New:
----
  rio-0.2.21.tar.zst

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

Other differences:
------------------
++++++ rioterm.spec ++++++
--- /var/tmp/diff_new_pack.yyVV2r/_old  2025-07-24 18:47:13.705880171 +0200
+++ /var/tmp/diff_new_pack.yyVV2r/_new  2025-07-24 18:47:13.705880171 +0200
@@ -2,7 +2,6 @@
 # spec file for package rioterm
 #
 # Copyright (c) 2025 SUSE LLC
-# Copyright (c) 2023 Nicolas Lorin <androw95...@gmail.com>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +17,7 @@
 
 
 Name:           rioterm
-Version:        0.2.20
+Version:        0.2.21
 Release:        0
 Summary:        A hardware-accelerated GPU terminal emulator powered by WebGPU
 License:        MIT
@@ -26,9 +25,6 @@
 Source0:        rio-%{version}.tar.zst
 Source1:        vendor.tar.zst
 Source99:       %{name}-rpmlintrc
-BuildRequires:  cargo-packaging
-BuildRequires:  cmake
-BuildRequires:  freetype2-devel
 %if 0%{?suse_version} <= 1500
 Group:          System/X11/Terminals
 BuildRequires:  gcc13
@@ -36,13 +32,15 @@
 %else
 BuildRequires:  gcc-c++
 %endif
-BuildRequires:  libxcb-devel
-BuildRequires:  libxkbcommon-devel
+BuildRequires:  cargo-packaging
+BuildRequires:  cmake
 BuildRequires:  make
-BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
-BuildRequires:  python311
 BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  pkgconfig(xcb)
+BuildRequires:  pkgconfig(xkbcommon)
 
 %description
 A hardware-accelerated GPU terminal emulator powered by WebGPU, focusing to 
run in desktops and browsers.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yyVV2r/_old  2025-07-24 18:47:13.741881661 +0200
+++ /var/tmp/diff_new_pack.yyVV2r/_new  2025-07-24 18:47:13.745881827 +0200
@@ -1,9 +1,9 @@
 <services>
   <service mode="manual" name="obs_scm">
     <param name="url">https://github.com/raphamorim/rio.git</param>
-    <param name="versionformat">v0.2.20</param>
+    <param name="versionformat">v0.2.21</param>
     <param name="scm">git</param>
-    <param name="revision">v0.2.20</param>
+    <param name="revision">v0.2.21</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yyVV2r/_old  2025-07-24 18:47:13.761882489 +0200
+++ /var/tmp/diff_new_pack.yyVV2r/_new  2025-07-24 18:47:13.773882986 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/raphamorim/rio.git</param>
-              <param 
name="changesrevision">3a51a09924016670e0982b6785233a171e8fdb48</param></service></servicedata>
+              <param 
name="changesrevision">3afc6ca91bad4d0faf78dd1bd8718b24aa9ff70c</param></service></servicedata>
 (No newline at EOF)
 

++++++ rio-0.2.20.tar.zst -> rio-0.2.21.tar.zst ++++++
/work/SRC/openSUSE:Factory/rioterm/rio-0.2.20.tar.zst 
/work/SRC/openSUSE:Factory/.rioterm.new.13279/rio-0.2.21.tar.zst differ: char 
7, line 1

++++++ rio.obsinfo ++++++
--- /var/tmp/diff_new_pack.yyVV2r/_old  2025-07-24 18:47:13.829885304 +0200
+++ /var/tmp/diff_new_pack.yyVV2r/_new  2025-07-24 18:47:13.837885636 +0200
@@ -1,5 +1,5 @@
 name: rio
-version: 0.2.20
-mtime: 1750432329
-commit: 3a51a09924016670e0982b6785233a171e8fdb48
+version: 0.2.21
+mtime: 1752669904
+commit: 3afc6ca91bad4d0faf78dd1bd8718b24aa9ff70c
 

++++++ rioterm-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.yyVV2r/_old  2025-07-24 18:47:13.861886629 +0200
+++ /var/tmp/diff_new_pack.yyVV2r/_new  2025-07-24 18:47:13.865886795 +0200
@@ -1,2 +1,5 @@
-addFilter("W: useless-provides");
+### 20250716, smb - This was useful at some point, doesn't seem necessary
+#     at present.
+#addFilter("useless-provides");
+#####
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/rioterm/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.rioterm.new.13279/vendor.tar.zst differ: char 7, 
line 1

Reply via email to