Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neatvnc for openSUSE:Factory checked in at 2026-04-28 16:40:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neatvnc (Old) and /work/SRC/openSUSE:Factory/.neatvnc.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neatvnc" Tue Apr 28 16:40:00 2026 rev:20 rq:1349767 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/neatvnc/neatvnc.changes 2026-04-28 12:01:06.049306056 +0200 +++ /work/SRC/openSUSE:Factory/.neatvnc.new.11940/neatvnc.changes 2026-04-28 16:40:04.154723863 +0200 @@ -1,0 +2,27 @@ +Tue Apr 28 11:06:49 UTC 2026 - Michael Vetter <[email protected]> + +- Update to 1.0.0: + Highlights: + * The API is now documented inside the header. + * Multiple display support has been implemented. + * RFB protocol versions 3.3 and 3.7 are now supported. + * DES authentication (VNC security type 2). + * The DesktopName pseudo-encoding has been implemented, allowing the server + to update the desktop name after the initial handshake. + * Extended mouse buttons are now supported, enabling the forward and back + buttons. + * The server can now listen on multiple addresses and/or pre-bound file + descriptors simultaneously. + Breaking Changes: + * The signature of the authentication callback has changed to include an + authentication credentials object to be used for asynchronous authentication + and non-password based credentials. + * The nvnc_open family of functions has been replaced with nvnc_new + accompanied by nvnc_listen. This allows for listening on multiple ports, + addresses and transports. + * The nvnc_fb class has been replaced with nvnc_frame and nvnc_buffer. + * The nvnc_frame object contains information about the frame such as width, + height and pixel format, while the nvnc_buffer object only contains the + data, and not how the data is to be interpreted. + +------------------------------------------------------------------- Old: ---- neatvnc-0.9.6.tar.xz New: ---- neatvnc-1.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neatvnc.spec ++++++ --- /var/tmp/diff_new_pack.b6raVg/_old 2026-04-28 16:40:04.906754964 +0200 +++ /var/tmp/diff_new_pack.b6raVg/_new 2026-04-28 16:40:04.910755129 +0200 @@ -16,10 +16,10 @@ # -%define libsoname libneatvnc0 +%define libsoname libneatvnc1 Name: neatvnc -Version: 0.9.6 +Version: 1.0.0 Release: 0 Summary: A VNC server library License: ISC @@ -30,7 +30,7 @@ BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(aml) >= 0.3.0 +BuildRequires: pkgconfig(aml1) >= 1.0.0 BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(libavcodec) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.b6raVg/_old 2026-04-28 16:40:04.938756287 +0200 +++ /var/tmp/diff_new_pack.b6raVg/_new 2026-04-28 16:40:04.942756453 +0200 @@ -3,8 +3,8 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://github.com/any1/neatvnc.git</param> - <param name="revision">3295c11b934a83dbcb44beabf3f21a8b885a2d11</param> - <param name="versionformat">0.9.6</param> + <param name="revision">57cc64b3871c429800e25ed5724b1b2c7a04e134</param> + <param name="versionformat">1.0.0</param> </service> <service name="tar" mode="manual"/> <service name="recompress" mode="manual"> ++++++ neatvnc-0.9.6.tar.xz -> neatvnc-1.0.0.tar.xz ++++++ ++++ 13307 lines of diff (skipped) ++++++ neatvnc.obsinfo ++++++ --- /var/tmp/diff_new_pack.b6raVg/_old 2026-04-28 16:40:05.198767040 +0200 +++ /var/tmp/diff_new_pack.b6raVg/_new 2026-04-28 16:40:05.202767206 +0200 @@ -1,5 +1,5 @@ name: neatvnc -version: 0.9.6 -mtime: 1777039898 -commit: 3295c11b934a83dbcb44beabf3f21a8b885a2d11 +version: 1.0.0 +mtime: 1777226571 +commit: 57cc64b3871c429800e25ed5724b1b2c7a04e134
