SHA256
1
0
forked from pool/xpra

Accepting request 984257 from home:sbradnick

- Update to version 4.4+git20220621.872c7f8d8:
  * #3559 set non zero global quality with vaapi
  * #2400 more indirect dependencies
  * add example pkgconfig files
  * #3543 make it easier to disable inotify watcher
  * move away from slow zlib compression
  * #3556 don't enable hevc by default
  * report codec information using strings
  * add docstring
  * add missing codecs to clean list
  * #3457 add missing toggle for avif
  * #3553 extra args for vfb command
  * Update randr_bindings.pyx
  * Allow override of idealVSync by env. vars
  * Fedora 36 build fix: use a more crude glob
  * doh, typo
  * #3458 disable LTO on Fedora 36
  * new upstream release: 11.515.48
  * show builds from 'git master' as 'beta' builds
  * utility function to hide platform import ugliness
  * better error message formating
  * #3552 only initialize X11 gdk display source on X11..
  * #56 this function must return an int
  * #56 we may have already added this mode
  * #56 don't bother with xinerama workaround when we have randr16
  * better wording
  * oops: was meant to specify the list values
  * fix more warnings
  * silence some minor warnings
  * make code more readable

OBS-URL: https://build.opensuse.org/request/show/984257
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=105
This commit is contained in:
Scott Bradnick 2022-06-21 21:26:39 +00:00 committed by Git OBS Bridge
parent 8f291df194
commit bf723ec774
6 changed files with 45 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Xpra-org/xpra</param>
<param name="changesrevision">56f76c715c967d04364aff15ccb50e34e496742d</param></service></servicedata>
<param name="changesrevision">872c7f8d861777f09cb765b945cc600e49a7f47d</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a9103a50a5b5a55e95e2bcd252fb7fc021da4ed3eae05a80f3fe3072fb403f3
size 51450078

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52e3ff5cdc9674a01a0fecccf2b6a26b8ff75770139666725320be7f62948068
size 52235769

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Tue Jun 21 17:37:18 UTC 2022 - scott.bradnick@suse.com
- Update to version 4.4+git20220621.872c7f8d8:
* #3559 set non zero global quality with vaapi
* #2400 more indirect dependencies
* add example pkgconfig files
* #3543 make it easier to disable inotify watcher
* move away from slow zlib compression
* #3556 don't enable hevc by default
* report codec information using strings
* add docstring
* add missing codecs to clean list
* #3457 add missing toggle for avif
* #3553 extra args for vfb command
* Update randr_bindings.pyx
* Allow override of idealVSync by env. vars
* Fedora 36 build fix: use a more crude glob
* doh, typo
* #3458 disable LTO on Fedora 36
* new upstream release: 11.515.48
* show builds from 'git master' as 'beta' builds
* utility function to hide platform import ugliness
* better error message formating
* #3552 only initialize X11 gdk display source on X11..
* #56 this function must return an int
* #56 we may have already added this mode
* #56 don't bother with xinerama workaround when we have randr16
* better wording
* oops: was meant to specify the list values
* fix more warnings
* silence some minor warnings
* make code more readable
* error message would itself cause an error
* fix chunk number verification
* cosmetic
-------------------------------------------------------------------
Tue May 31 15:24:59 UTC 2022 - scott.bradnick@suse.com

View File

@ -1,4 +1,4 @@
name: xpra
version: 4.4+git20220531.56f76c715
mtime: 1653988639
commit: 56f76c715c967d04364aff15ccb50e34e496742d
version: 4.4+git20220621.872c7f8d8
mtime: 1655829759
commit: 872c7f8d861777f09cb765b945cc600e49a7f47d

View File

@ -28,7 +28,7 @@
# -----
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 4.4+git20220531.56f76c715
Version: 4.4+git20220621.872c7f8d8
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