* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
* Sat Apr 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
- u_Fix-missing-include.patch
* Fix missing #include <cstdint> exposed by gcc 13.
- Rebase n_disable_mit_shm.patch with quilt.
* Wed Feb 09 2022 Joan Torres <joan.torres@suse.com>
- u_Fix-Tight-Encoding-not-processing-pixel-format-prope.patch
* Consider different pixel format depths on Tight Encoding.
TightPixel was considering only pixels defined with 3 bytes.
(bsc#1189247)
* Mon Jan 04 2021 Stefan Dirsch <sndirsch@suse.com>
- added pkgconfig BuildRequires for zlib and bzip2 in order to fix
build against Tumbleweed/factory
* Wed Sep 02 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Update n_use_with_vnc_key_wrapper.patch: use libexecdir as the
path to with-vnc-key.sh (boo#1176064).
* Thu Jul 09 2020 Stefan Dirsch <sndirsch@suse.com>
- n_use_port_5901.patch
* changed port number also in code, which sets the default, not
only in config file (boo#1173047)
* Mon Jul 06 2020 Stefan Dirsch <sndirsch@suse.com>
- added n_UsrEtc.patch (boo#1173047)
* no longer install vncmanager.conf sample as config file
* added description of how to make use of vncmanager.conf sample
to README.md
- added README.md as %doc (boo#1173047)
* Thu May 21 2020 Petr Tesařík <ptesarik@suse.com>
- Adjust upstream project URL.
* Thu May 14 2020 Petr Tesařík <ptesarik@suse.com>
- u_Fix-TightCompressionControl-definition-for-big-endian.patch
* Fix tight compression decoder on big-endian systems
(bsc#1171344).
* Wed May 13 2020 Petr Tesařík <ptesarik@suse.com>
- u_Fix_tight_decoder_on_888_encodings.patch
* Fix tight decoder with 888 pixel encodings. (bsc#1169732)
- u_Fix-PixelFormat-ntoh-and-PixelFormat-hton.patch
* Fix PixelFormat::ntoh() and PixelFormat::hton(). (bsc#1169732)