Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xpra for openSUSE:Factory checked in 
at 2026-05-12 19:27:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xpra (Old)
 and      /work/SRC/openSUSE:Factory/.xpra.new.1966 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xpra"

Tue May 12 19:27:07 2026 rev:82 rq:1352539 version:6.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xpra/xpra.changes        2026-03-11 
20:52:03.221886117 +0100
+++ /work/SRC/openSUSE:Factory/.xpra.new.1966/xpra.changes      2026-05-12 
19:27:42.569676285 +0200
@@ -1,0 +2,104 @@
+Sun May  3 18:10:19 UTC 2026 - Scott Bradnick <[email protected]>
+
+- Removing xpra-use-pkg-config-for-include-path.patch
+- Update to version 6.4.4:
+  * Platforms, build and packaging:
+    - pycuda 2026.1
+    - add Fedora 44, remove Fedora 41
+    - Cython header files cleanup + fixup
+    - remove sonarqube CI
+    - add packaging for Ubuntu Questing and Resolute
+    - remove EOL Ubuntu Oracular and Plucky
+    - pip installation broke again
+    - remove projects not yet available on pypi
+    - avoid gi warnings on MS Windows
+  * MacOS:
+    - verify signing key is available
+    - missing X11 libraries + silence warnings generated by bundler and 
setuptools
+    - enable avif support
+    - hide AMF and GStreamer codec warnings
+    - record SBOM more reliably
+    - workaround GioUnix-2.0.typelib warnings
+    - support newer GdkPixbuf versions
+    - avoid Gtk critical warning and remove corresponding logging workaround
+  * Major:
+    - virtual display refresh rate confusion
+    - handle virtual resolution failures more gracefully
+    - missing CUDA context causing NVENC failures
+    - CUDA context leak
+    - clients connecting quickly may miss some server encodings + cleanup + 
fixup + another
+    - override-redirect windows using outdated dimensions
+    - broken distro detection, RHEL 10 clones Xvfb failures
+    - sub-image use after free
+    - video downscaling becomes sticky
+    - proxy server fails to locate sessions
+    - audio source could buffer too much
+    - saved ssh key fingerprint never matched
+    - ensure that hello is delivered before 'encodings' packet + alternative 
reverted
+    - generating image menu items is excruciatingly slow
+  * SSL:
+    - explicit handshake fixes EOF
+    - read pending data
+  * Minor:
+    - keyboard repeat rate lost after client sets new keymap
+    - server shows missing X11 context warnings with some clients
+    - honour XPRA_NVIDIA_HARDWARE both ways
+    - clipboard tray menu entry is not pre-selected
+    - bump version of the notification spec we claim to support
+    - slots interfere with pygobject and should not be used
+    - handle refresh rate out of range more gracefully
+    - pulseaudio device detection and initialization
+    - try harder to find notification icons but not SVGs, and handle invalid 
calls gracefully
+    - move-resize could miss the last event
+    - AV1 codec test data does not match the metadata
+    - configuration backup filename truncated
+    - NVENC's hevc does support lossless mode
+    - missing bandwidth and lantency data in sesion info graphs
+    - about dialog cannot be shown again, must be destroyed
+    - window not resized in read-only mode, also handle move-resize
+    - errors when running with system-tray=no
+    - use default cursor as fallback
+    - pointer overlay artifacts
+    - revert: do honour USPosition / PPosition and USSize / PSize
+    - always interact with Gtk from the main thread
+    - missing qrcode subcommand, error generating qr image
+    - missing data from info requests
+    - honour info full flag
+    - expand subcommand needs x11 bindings, server hierarchy error
+    - webcam client sanity checks
+    - header bar transparency issues
+    - cairo missing hint
+    - cancelled file transfers cause logging error
+    - file transfer errors in deny / error paths
+    - file transfer data not freed on error
+    - remove duplicated server load info
+    - exclude nvjpeg from video fallback
+    - better forwards compatibility
+    - splash toggle not honoured with server start and attach
+  * Cosmetic:
+    - skip OpenGL zerocopy warning on the server side
+    - avoid errors when netdev_query is missing
+    - silence Gtk warning
+    - remove duplicate version data
+    - type hint
+    - broken link in usage docs
+    - don't log more types of icon loading failures
+    - invalid time shown on session info dialog
+    - log line wrapping
+    - trap signal callback exceptions and log them
+    - correct type for XI2 cython bindings
+    - file descriptor leak warning
+    - return full info to local connections
+    - make it easier to debug frame errors
+    - paramiko ssh errors on close
+    - rare menu loading race condition
+    - unnecessary timer
+    - potential race condition
+    - log more packet details with unexpected errors
+    - denied or not available hello requests are errors
+    - only free valid timers
+    - always use our custom gi loader
+    - improve warning usefulness
+    - incomplete warning message
+
+-------------------------------------------------------------------

Old:
----
  xpra-6.4.3.tar.gz
  xpra-use-pkg-config-for-include-path.patch

New:
----
  xpra-6.4.4.tar.gz

----------(Old B)----------
  Old:
- Removing xpra-use-pkg-config-for-include-path.patch
- Update to version 6.4.4:
----------(Old E)----------

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

Other differences:
------------------
++++++ xpra.spec ++++++
--- /var/tmp/diff_new_pack.uTTZ9z/_old  2026-05-12 19:27:44.721765479 +0200
+++ /var/tmp/diff_new_pack.uTTZ9z/_new  2026-05-12 19:27:44.721765479 +0200
@@ -30,7 +30,7 @@
 
 %global __requires_exclude 
^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
 Name:           xpra
-Version:        6.4.3
+Version:        6.4.4
 Release:        0
 Summary:        Remote display server for applications and desktops
 License:        BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND MIT
@@ -40,9 +40,6 @@
 #Source0:        
https://github.com/Xpra-org/xpra/archive/refs/tags/v%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz
 Source99:       xpra-rpmlintrc
 Source100:      README.md
-#Patch0:         FIX-is_distribution_variant.diff
-# PATCH-FIX-UPSTREAM xpra-use-pkg-config-for-include-path.patch bsc#259349 
[email protected] -- Use pkg-config for include path
-Patch1:         xpra-use-pkg-config-for-include-path.patch
 BuildRequires:  ImageMagick
 BuildRequires:  brotli
 BuildRequires:  cups

++++++ _service ++++++
--- /var/tmp/diff_new_pack.uTTZ9z/_old  2026-05-12 19:27:44.777767799 +0200
+++ /var/tmp/diff_new_pack.uTTZ9z/_new  2026-05-12 19:27:44.785768130 +0200
@@ -5,8 +5,8 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/Xpra-org/xpra</param>
     <param name="scm">git</param>
-    <param name="versionformat">v6.4.3</param>
-    <param name="revision">v6.4.3</param>
+    <param name="versionformat">v6.4.4</param>
+    <param name="revision">v6.4.4</param>
     <param name="match-tag">*</param>
     <!--
     <param name="versionrewrite-pattern">v(\d+)</param>

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-11-11 08:09:33.000000000 +0100
@@ -0,0 +1,4 @@
+_buildconfig-*
+_buildinfo-*
+*.obscpio
+xpra/

++++++ xpra-6.4.3.tar.gz -> xpra-6.4.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/xpra/xpra-6.4.3.tar.gz 
/work/SRC/openSUSE:Factory/.xpra.new.1966/xpra-6.4.4.tar.gz differ: char 12, 
line 1

++++++ xpra.obsinfo ++++++
--- /var/tmp/diff_new_pack.uTTZ9z/_old  2026-05-12 19:27:45.305789683 +0200
+++ /var/tmp/diff_new_pack.uTTZ9z/_new  2026-05-12 19:27:45.309789848 +0200
@@ -1,5 +1,5 @@
 name: xpra
-version: 6.4.3
-mtime: 1769875154
-commit: 831ccc2b6828b17d31dcad40f2b318030028e837
+version: 6.4.4
+mtime: 1777726054
+commit: 0354841fac407036d7dbb1b29b4dc46f4e643ff3
 

Reply via email to