Accepting request 1154456 from X11:Utilities
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1154456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xpra?expand=0&rev=60
This commit is contained in:
commit
47c7aee133
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Xpra-org/xpra</param>
|
||||
<param name="changesrevision">f845c2d5e7c271a6781c8ba56b80ec5da8e21e41</param></service></servicedata>
|
||||
<param name="changesrevision">77c4107119122a79d4e68d0c57798d0c250b704b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d42b0b90948a4ed1b4df6ecd11dbade2d67223cf27d766ddfc7b4f40bfc548b
|
||||
size 38400688
|
3
xpra-6.0+git20240225.77c41071.tar.gz
Normal file
3
xpra-6.0+git20240225.77c41071.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20e0cb00c464f87880e0947c5b2bd1ac06a1c7ff30a809e5ff5cecd16dc5ab4f
|
||||
size 39077252
|
94
xpra.changes
94
xpra.changes
@ -1,3 +1,97 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 25 21:02:57 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.0+git20240225.77c41071:
|
||||
* Install manpages to share/man on FreeBSD
|
||||
* Bump actions/setup-python from 2 to 5
|
||||
* Bump actions/checkout from 2 to 4
|
||||
* Create `dependabot.yml`
|
||||
* Add `.git-blame-ignore-revs` file
|
||||
* add Ubuntu Noble Nombat repo files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 22 16:16:11 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
- Update to version 6.0+git20240222.41136907:
|
||||
* stop using dbus notifier after cleanup
|
||||
* oops: forgot to bump the year
|
||||
* add package list for Fedora 40
|
||||
* update the release notes
|
||||
* add Ubuntu Noble Nombat
|
||||
* shortcut out if we're not going to use the 'guess-content' feature
|
||||
* don't guess the window's content type in the UI thread
|
||||
* cosmetic warnings
|
||||
* menu data could be empty if first loaded without the 'remove_icons' flag
|
||||
* add type hints
|
||||
* parsing should always return an int
|
||||
* also avoid subsampling csc with text
|
||||
* ignore video_max_size for text content
|
||||
* #4144 use sys.executable to find the correct python interpreter
|
||||
* update the index to prevent 404s
|
||||
* #3978 have to install build deps to run build command
|
||||
* #3978 test more Python versions, with 'cythonize-more' option
|
||||
* newer versions can throw NotImplementedError here
|
||||
* make it possible to expose all map state
|
||||
* cleanup + better warning for unexpected events
|
||||
* #4135 add env toggles for all delete options
|
||||
* fall through to XKill if we don't have pid
|
||||
* #3478 WM_STATE should be two longs
|
||||
* type hints and formatting
|
||||
* stronger type hints, add 'WithdrawnState' constant
|
||||
* remove unused screen_number
|
||||
* use shlex for quoting
|
||||
* add debug logging
|
||||
* simplify and add debug logging
|
||||
* try harder to always close sockets on error
|
||||
* replace traceback with 'backtrace' logging feature
|
||||
* add more attributes and use stronger types
|
||||
* log stats before resetting the connection object
|
||||
* add more mask constants, utility functions
|
||||
* expose more event attributes
|
||||
* stronger type
|
||||
* #4113 ignore the generated cpp libproc file
|
||||
* PEP 591
|
||||
* enumify
|
||||
* #4137 add missing check for start-child-late
|
||||
* log sockets stats from more places
|
||||
* log the wm-state we're setting
|
||||
* check again after acquiring the lock
|
||||
* more readable: parse don't return defaults
|
||||
* fixup 0c6bcc23a5bde960c90f4aea7d04f405692718ad: oops, negated test
|
||||
* doh: all backends now take a display argument
|
||||
* #4135 use DestroyWindow instead of kill signal
|
||||
* #3936 add riscv64 to Debian repo files we have builds for
|
||||
* return whether the request was handled or not
|
||||
* avoid mdns errors, log message instead
|
||||
* #4125 make it easier to automatically enable all backtraces
|
||||
* #3483 numpy can be imported when making gl calls
|
||||
* #4124 the xpra-server.socket and xpra-server.service are already bundled automagically
|
||||
* #4124 use the same update file as from fs/lib/systemd/system
|
||||
* type hints and debug logging
|
||||
* more appropriate method name
|
||||
* #3938 honour the ICCCM spec
|
||||
* #3938 not needed, I think
|
||||
* #3938 split configure and notify
|
||||
* always include a backtrace with logged X11 errors
|
||||
* consistent return statements
|
||||
* #3483 numpy may be imported here first
|
||||
* we need the display name to validate
|
||||
* call the narrower move / resize functions
|
||||
* add socket upgrade debug logging
|
||||
* #3938 until we reparent, update the client window directly
|
||||
* #4125 also make it easier to trigger backtraces programmatically
|
||||
* type hint fix (errors with cythonize-more)
|
||||
* typo caused ssh upgrade flag to remain enabled
|
||||
* simplify
|
||||
* #4129 ensure 'c' is initialized
|
||||
* don't use video dowscaling for text
|
||||
* #3938 avoid unnecessary configure event
|
||||
* the above argument is an int, cythonizing causes errors with a bool
|
||||
* don't synchronize window manager X11 properties
|
||||
* #3938 update requested position and size from hints
|
||||
* use the correct type for sibling window (an xid)
|
||||
* blacklist some more gnome apps
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 07 19:13:44 UTC 2024 - scott.bradnick@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: xpra
|
||||
version: 6.0+git20240207.f845c2d5
|
||||
mtime: 1707317968
|
||||
commit: f845c2d5e7c271a6781c8ba56b80ec5da8e21e41
|
||||
version: 6.0+git20240225.77c41071
|
||||
mtime: 1708876608
|
||||
commit: 77c4107119122a79d4e68d0c57798d0c250b704b
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xpra
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -39,7 +39,7 @@
|
||||
# ----
|
||||
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
||||
Name: xpra
|
||||
Version: 6.0+git20240207.f845c2d5
|
||||
Version: 6.0+git20240225.77c41071
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user