sharkcz / rpms / tigervnc

Forked from rpms/tigervnc 4 years ago
Clone
6c74881
Name:           tigervnc
b198173
Version:        1.8.0
ce72cb5
Release:        1%{?dist}
6c74881
Summary:        A TigerVNC remote display system
Adam Tkac 02c5369
d7ee3f8
%global _hardened_build 1
d7ee3f8
6c74881
License:        GPLv2+
6c74881
URL:            http://www.tigervnc.com
6c74881
6c74881
Source0:        %{name}-%{version}.tar.gz
6c74881
Source1:        vncserver.service
6c74881
Source2:        vncserver.sysconfig
6c74881
Source3:        10-libvnc.conf
2a8c8c1
Source4:        xvnc.service
2a8c8c1
Source5:        xvnc.socket
6c74881
6c74881
BuildRequires:  libX11-devel, automake, autoconf, libtool, gettext, gettext-autopoint
6c74881
BuildRequires:  libXext-devel, xorg-x11-server-source, libXi-devel
6c74881
BuildRequires:  xorg-x11-xtrans-devel, xorg-x11-util-macros, libXtst-devel
6c74881
BuildRequires:  libxkbfile-devel, openssl-devel, libpciaccess-devel
6c74881
BuildRequires:  mesa-libGL-devel, libXinerama-devel, ImageMagick
02be0c7
BuildRequires:  freetype-devel, libXdmcp-devel, libxshmfence-devel
6c74881
BuildRequires:  desktop-file-utils, java-devel, jpackage-utils
6c74881
BuildRequires:  libjpeg-turbo-devel, gnutls-devel, pam-devel
d57a60a
BuildRequires:  libdrm-devel, libXt-devel, pixman-devel
6c74881
BuildRequires:  systemd, cmake
d57a60a
%if 0%{?fedora} > 24
d57a60a
BuildRequires:  libXfont2-devel
d57a60a
%else
d57a60a
BuildRequires:  libXfont-devel
d57a60a
%endif
d57a60a
e984495
# TigerVNC 1.4.x requires fltk 1.3.3 for keyboard handling support
e984495
# See https://github.com/TigerVNC/tigervnc/issues/8, also bug #1208814
6c74881
BuildRequires:  fltk-devel >= 1.3.3
c4f744f
%ifnarch s390 s390x
c4f744f
BuildRequires:  xorg-x11-server-devel
c4f744f
%endif
Adam Tkac 02c5369
6c74881
Requires(post): coreutils
7173f30
Requires(postun):coreutils
7173f30
6c74881
Requires:       hicolor-icon-theme
6c74881
Requires:       tigervnc-license
6c74881
Requires:       tigervnc-icons
6c74881
6c74881
Provides:       vnc = 4.1.3-2, vnc-libs = 4.1.3-2
6c74881
Obsoletes:      vnc < 4.1.3-2, vnc-libs < 4.1.3-2
6c74881
Provides:       tightvnc = 1.5.0-0.15.20090204svn3586
6c74881
Obsoletes:      tightvnc < 1.5.0-0.15.20090204svn3586
6c74881
6c74881
Patch7:         tigervnc-manpages.patch
6c74881
Patch8:         tigervnc-getmaster.patch
6c74881
Patch9:         tigervnc-shebang.patch
6c74881
Patch14:        tigervnc-xstartup.patch
6c74881
Patch18:        tigervnc-utilize-system-crypto-policies.patch
Adam Tkac 02c5369
df29ea2
# This is tigervnc-%%{version}/unix/xserver116.patch rebased on the latest xorg
c3e0f5c
Patch100:       tigervnc-xserver119.patch
307f30f
Adam Tkac 02c5369
%description
Adam Tkac 02c5369
Virtual Network Computing (VNC) is a remote display system which
Adam Tkac 02c5369
allows you to view a computing 'desktop' environment not only on the
Adam Tkac 02c5369
machine where it is running, but from anywhere on the Internet and
Adam Tkac 02c5369
from a wide variety of machine architectures.  This package contains a
Adam Tkac 02c5369
client which will allow you to connect to other desktops running a VNC
Adam Tkac 02c5369
server.
Adam Tkac 02c5369
Adam Tkac 02c5369
%package server
6c74881
Summary:        A TigerVNC server
6c74881
Provides:       vnc-server = 4.1.3-2, vnc-libs = 4.1.3-2
6c74881
Obsoletes:      vnc-server < 4.1.3-2, vnc-libs < 4.1.3-2
6c74881
Provides:       tightvnc-server = 1.5.0-0.15.20090204svn3586
6c74881
Obsoletes:      tightvnc-server < 1.5.0-0.15.20090204svn3586
6c74881
Requires:       perl
6c74881
Requires:       tigervnc-server-minimal
6c74881
Requires:       xorg-x11-xauth
6c74881
Requires:       xorg-x11-xinit
a27c2a5
Requires(post): systemd
a27c2a5
Requires(preun): systemd
a27c2a5
Requires(postun): systemd
6c74881
Requires(post): systemd-sysv chkconfig
Adam Tkac 1557084
Adam Tkac 1557084
%description server
Adam Tkac 1557084
The VNC system allows you to access the same desktop from a wide
Adam Tkac 1557084
variety of platforms.  This package includes set of utilities
Adam Tkac 1557084
which make usage of TigerVNC server more user friendly. It also
Adam Tkac 1557084
contains x0vncserver program which can export your active
Adam Tkac 1557084
X session.
Adam Tkac 1557084
Adam Tkac 1557084
%package server-minimal
6c74881
Summary:        A minimal installation of TigerVNC server
6c74881
Requires(post): chkconfig
Adam Tkac 02c5369
Requires(preun):chkconfig
Adam Tkac 02c5369
Requires(preun):initscripts
Adam Tkac 02c5369
Requires(postun):initscripts
Adam Tkac 02c5369
6c74881
Requires:       mesa-dri-drivers, xkeyboard-config, xorg-x11-xkb-utils
6c74881
Requires:       tigervnc-license
Adam Tkac 73bde48
Adam Tkac 1557084
%description server-minimal
Adam Tkac 02c5369
The VNC system allows you to access the same desktop from a wide
Adam Tkac 1557084
variety of platforms. This package contains minimal installation
Adam Tkac 1557084
of TigerVNC server, allowing others to access the desktop on your
Adam Tkac 1557084
machine.
Adam Tkac 02c5369
6fc9d3f
%ifnarch s390 s390x
Adam Tkac 02c5369
%package server-module
6c74881
Summary:        TigerVNC module to Xorg
6c74881
Provides:       vnc-server = 4.1.3-2, vnc-libs = 4.1.3-2
6c74881
Obsoletes:      vnc-server < 4.1.3-2, vnc-libs < 4.1.3-2
6c74881
Provides:       tightvnc-server-module = 1.5.0-0.15.20090204svn3586
6c74881
Obsoletes:      tightvnc-server-module < 1.5.0-0.15.20090204svn3586
6c74881
Requires:       xorg-x11-server-Xorg %(xserver-sdk-abi-requires ansic) %(xserver-sdk-abi-requires videodrv)
6c74881
Requires:       tigervnc-license
Adam Tkac 02c5369
Adam Tkac 02c5369
%description server-module
Adam Tkac 02c5369
This package contains libvnc.so module to X server, allowing others
Adam Tkac 02c5369
to access the desktop on your machine.
e70812f
%endif
Adam Tkac 02c5369
Adam Tkac d9b8ec5
%package server-applet
6c74881
Summary:        Java TigerVNC viewer applet for TigerVNC server
6c74881
Requires:       tigervnc-server, java, jpackage-utils
6c74881
BuildArch:      noarch
Adam Tkac d9b8ec5
Adam Tkac d9b8ec5
%description server-applet
Adam Tkac d9b8ec5
The Java TigerVNC viewer applet for web browsers. Install this package to allow
Adam Tkac d9b8ec5
clients to use web browser when connect to the TigerVNC server.
Adam Tkac d9b8ec5
Adam Tkac 1557084
%package license
6c74881
Summary:        License of TigerVNC suite
6c74881
BuildArch:      noarch
Adam Tkac 1557084
Adam Tkac 1557084
%description license
Adam Tkac 1557084
This package contains license of the TigerVNC suite
Adam Tkac 1557084
Adam Tkac cac497c
%package icons
6c74881
Summary:        Icons for TigerVNC viewer
6c74881
BuildArch:      noarch
Adam Tkac cac497c
Adam Tkac cac497c
%description icons
Adam Tkac cac497c
This package contains icons for TigerVNC viewer
Adam Tkac cac497c
Adam Tkac 02c5369
%prep
590f96d
%setup -q
Adam Tkac 48e379f
Adam Tkac ab51d8d
cp -r /usr/share/xorg-x11-server-source/* unix/xserver
Adam Tkac 02c5369
pushd unix/xserver
Adam Tkac 02c5369
for all in `find . -type f -perm -001`; do
6c74881
        chmod -x "$all"
Adam Tkac 02c5369
done
307f30f
%patch100 -p1 -b .xserver116-rebased
Adam Tkac 02c5369
popd
Adam Tkac 02c5369
7d65892
# Synchronise manpages and --help output (bug #980870).
cde0eb1
%patch7 -p1 -b .manpages
cde0eb1
2510f5c
# libvnc.so: don't use unexported GetMaster function (bug #744881 again).
cde0eb1
%patch8 -p1 -b .getmaster
7d65892
04fed60
# Don't use shebang in vncserver script.
04fed60
%patch9 -p1 -b .shebang
04fed60
863ec86
# Clearer xstartup file (bug #923655).
863ec86
%patch14 -p1 -b .xstartup
863ec86
6c74881
# Utilize system-wide crypto policies
6c74881
%patch18 -p1 -b .utilize-system-crypto-policies.patch
6c74881
6c74881
Adam Tkac 02c5369
%build
Adam Tkac dde761c
%ifarch sparcv9 sparc64 s390 s390x
ca553e0
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
Adam Tkac dde761c
%else
Adam Tkac dde761c
export CFLAGS="$RPM_OPT_FLAGS -fpic"
Adam Tkac dde761c
%endif
Adam Tkac 02c5369
export CXXFLAGS="$CFLAGS"
Adam Tkac 02c5369
Adam Tkac 5e164de
%{cmake} .
Adam Tkac 02c5369
make %{?_smp_mflags}
Adam Tkac 02c5369
Adam Tkac 02c5369
pushd unix/xserver
Adam Tkac 02c5369
autoreconf -fiv
Adam Tkac 02c5369
%configure \
6c74881
        --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
6c74881
        --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
6c74881
        --with-pic --disable-static \
6c74881
        --with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d,built-ins" \
6c74881
        --with-fontdir=%{_datadir}/X11/fonts \
6c74881
        --with-xkb-output=%{_localstatedir}/lib/xkb \
6c74881
        --enable-install-libxf86config \
6c74881
        --enable-glx --disable-dri --enable-dri2 --enable-dri3 \
6c74881
        --disable-unit-tests \
6c74881
        --disable-config-hal \
6c74881
        --disable-config-udev \
6c74881
        --with-dri-driver-path=%{_libdir}/dri \
6c74881
        --without-dtrace \
6c74881
        --disable-devel-docs \
6c74881
        --disable-selective-werror
Adam Tkac 02c5369
Adam Tkac 02c5369
make %{?_smp_mflags}
Adam Tkac 02c5369
popd
Adam Tkac 02c5369
Adam Tkac 7535a9d
# Build icons
Adam Tkac 7535a9d
pushd media
Adam Tkac 7535a9d
make
Adam Tkac 7535a9d
popd
Adam Tkac 7535a9d
Adam Tkac d9b8ec5
# Build Java applet
Adam Tkac 5e164de
pushd java
Adam Tkac 5e164de
%{cmake} .
8574f4a
JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF8" make
Adam Tkac d9b8ec5
popd
Adam Tkac d9b8ec5
Adam Tkac 02c5369
%install
c3e0f5c
%make_install
043067f
rm -f $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/{README.txt,LICENCE.TXT}
Adam Tkac 02c5369
Adam Tkac 02c5369
pushd unix/xserver/hw/vnc
Adam Tkac 02c5369
make install DESTDIR=$RPM_BUILD_ROOT
Adam Tkac 02c5369
popd
Adam Tkac 02c5369
Adam Tkac 9956c17
# Install systemd unit file
Adam Tkac 9956c17
mkdir -p %{buildroot}%{_unitdir}
Adam Tkac 9956c17
install -m644 %{SOURCE1} %{buildroot}%{_unitdir}/vncserver@.service
2a8c8c1
install -m644 %{SOURCE4} %{buildroot}%{_unitdir}/xvnc@.service
2a8c8c1
install -m644 %{SOURCE5} %{buildroot}%{_unitdir}/xvnc.socket
Adam Tkac 9956c17
rm -rf %{buildroot}%{_initrddir}
Adam Tkac 02c5369
Adam Tkac 02c5369
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
Adam Tkac 02c5369
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vncservers
Adam Tkac 02c5369
Adam Tkac 02c5369
# Install desktop stuff
Adam Tkac 02c5369
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,24x24,48x48}/apps
Adam Tkac 7535a9d
Adam Tkac 7535a9d
pushd media/icons
Adam Tkac 7535a9d
for s in 16 24 48; do
Adam Tkac 7535a9d
install -m644 tigervnc_$s.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/${s}x$s/apps/tigervnc.png
Adam Tkac 7535a9d
done
Adam Tkac 7535a9d
popd
Adam Tkac 02c5369
Adam Tkac 02c5369
Adam Tkac d9b8ec5
# Install Java applet
Adam Tkac 5e164de
pushd java
Adam Tkac d9b8ec5
mkdir -p $RPM_BUILD_ROOT%{_datadir}/vnc/classes
Adam Tkac d9b8ec5
install -m755 VncViewer.jar $RPM_BUILD_ROOT%{_datadir}/vnc/classes
Adam Tkac 5e164de
install -m644 com/tigervnc/vncviewer/index.vnc $RPM_BUILD_ROOT%{_datadir}/vnc/classes
Adam Tkac d9b8ec5
popd
Adam Tkac d9b8ec5
Adam Tkac 02c5369
%find_lang %{name} %{name}.lang
Adam Tkac 02c5369
Adam Tkac 02c5369
# remove unwanted files
Adam Tkac 02c5369
rm -f  $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.la
Adam Tkac 02c5369
6fc9d3f
%ifarch s390 s390x
Adam Tkac 2a74bac
rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.so
Adam Tkac cac416e
%else
Adam Tkac cac416e
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
Adam Tkac cac416e
install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
Adam Tkac 2a74bac
%endif
Adam Tkac 2a74bac
Adam Tkac 02c5369
%post
Adam Tkac 02c5369
touch -c %{_datadir}/icons/hicolor
Adam Tkac 02c5369
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
6c74881
        %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
Adam Tkac 02c5369
fi
Adam Tkac 02c5369
Adam Tkac 02c5369
%postun
Adam Tkac 02c5369
touch -c %{_datadir}/icons/hicolor
Adam Tkac 02c5369
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
6c74881
        %{_bindir}/gtk-update-icon-cache -q %{_datadir}/icons/hicolor || :
Adam Tkac 02c5369
fi
Adam Tkac 02c5369
Adam Tkac 02c5369
%post server
7173f30
%systemd_post vncserver.service
2a8c8c1
%systemd_post xvnc.service
2a8c8c1
%systemd_post xvnc.socket
Adam Tkac 02c5369
Adam Tkac 9956c17
%triggerun -- tigervnc-server < 1.0.90-6
Adam Tkac 9956c17
%{_bindir}/systemd-sysv-convert --save vncserver >/dev/null 2>&1 ||:
Adam Tkac 9956c17
/sbin/chkconfig --del vncserver >/dev/null 2>&1 || :
Adam Tkac 9956c17
7173f30
%preun server
7173f30
%systemd_preun vncserver.service
2a8c8c1
%systemd_preun xvnc.service
2a8c8c1
%systemd_preun xvnc.socket
7173f30
7173f30
%postun server
7173f30
%systemd_postun
7173f30
Adam Tkac 02c5369
%files -f %{name}.lang
Adam Tkac 74395a4
%doc README.txt
Adam Tkac 02c5369
%{_bindir}/vncviewer
Adam Tkac 02c5369
%{_datadir}/applications/*
Adam Tkac 02c5369
%{_mandir}/man1/vncviewer.1*
Adam Tkac 02c5369
Adam Tkac 02c5369
%files server
Adam Tkac 02c5369
%config(noreplace) %{_sysconfdir}/sysconfig/vncservers
Adam Tkac 9956c17
%{_unitdir}/vncserver@.service
2a8c8c1
%{_unitdir}/xvnc@.service
2a8c8c1
%{_unitdir}/xvnc.socket
Adam Tkac 1557084
%{_bindir}/x0vncserver
Adam Tkac 1557084
%{_bindir}/vncserver
Adam Tkac 1557084
%{_mandir}/man1/vncserver.1*
Adam Tkac 1557084
%{_mandir}/man1/x0vncserver.1*
Adam Tkac 1557084
Adam Tkac 1557084
%files server-minimal
Adam Tkac 02c5369
%{_bindir}/vncconfig
Adam Tkac 02c5369
%{_bindir}/vncpasswd
Adam Tkac 02c5369
%{_bindir}/Xvnc
Adam Tkac 02c5369
%{_mandir}/man1/Xvnc.1*
Adam Tkac 02c5369
%{_mandir}/man1/vncpasswd.1*
Adam Tkac 02c5369
%{_mandir}/man1/vncconfig.1*
Adam Tkac 02c5369
6fc9d3f
%ifnarch s390 s390x
Adam Tkac 02c5369
%files server-module
Adam Tkac 02c5369
%{_libdir}/xorg/modules/extensions/libvnc.so
Adam Tkac cac416e
%config %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
Adam Tkac 2a74bac
%endif
Adam Tkac 02c5369
Adam Tkac d9b8ec5
%files server-applet
Adam Tkac 5e164de
%doc java/com/tigervnc/vncviewer/README
Adam Tkac d9b8ec5
%{_datadir}/vnc/classes/*
Adam Tkac d9b8ec5
Adam Tkac 1557084
%files license
c3e0f5c
%license LICENCE.TXT
Adam Tkac 1557084
Adam Tkac cac497c
%files icons
Adam Tkac cac497c
%{_datadir}/icons/hicolor/*/apps/*
Adam Tkac cac497c
Adam Tkac 02c5369
%changelog
b198173
* Wed May 17 2017 Jan Grulich <jgrulich@redhat.com> - 1.8.0-1
b198173
- Update to 1.8.0
b198173
ce72cb5
* Thu Apr 20 2017 Jan Grulich <jgrulich@redhat.com> - 1.7.90-1
ce72cb5
- Update to 1.7.90 (beta)
ce72cb5
2a8c8c1
* Thu Apr 06 2017 Jan Grulich <jgrulich@redhat.com> - 1.7.1-4
2a8c8c1
- Added systemd unit file for xvnc
2a8c8c1
  Resolves: bz#891802
2a8c8c1
491ae3a
* Tue Apr 04 2017 Jan Grulich <jgrulich@redhat.com> - 1.7.1-3
491ae3a
- Bug 1438704 - CVE-2017-7392 CVE-2017-7393 CVE-2017-7394
491ae3a
                CVE-2017-7395 CVE-2017-7396 tigervnc: various flaws
491ae3a
  + other upstream related fixes
491ae3a
71c6a70
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-2
71c6a70
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
71c6a70
dec9fc6
* Thu Jan 19 2017 Jan Grulich <jgrulich@redhat.com> - 1.7.1-1
dec9fc6
- Update to 1.7.1
dec9fc6
24bb17f
* Mon Jan  9 2017 Hans de Goede <hdegoede@redhat.com> - 1.7.0-6
24bb17f
- Fix -inetd no longer working (rhbz#1408724)
24bb17f
a374ec2
* Wed Nov 30 2016 Jan Grulich <jgrulich@redhat.com> - 1.7.0-5
a374ec2
- Fix broken vncserver.service file
a374ec2
53b84f7
* Wed Nov 23 2016 Jan Grulich <jgrulich@redhat.com> - 1.7.0-4
53b84f7
- Improve instructions in vncserver.service
53b84f7
  Resolves: bz#1397207
53b84f7
5feba83
* Tue Oct  4 2016 Hans de Goede <hdegoede@redhat.com> - 1.7.0-3
5feba83
- Update tigervnc-1.7.0-xserver119-support.patch to also request write
5feba83
  notfication when necessary
5feba83
c3e0f5c
* Mon Oct  3 2016 Hans de Goede <hdegoede@redhat.com> - 1.7.0-2
c3e0f5c
- Add patches for use with xserver-1.19
c3e0f5c
- Rebuild against xserver-1.19
c3e0f5c
- Cleanup specfile a bit
c3e0f5c
1dd9a48
* Mon Sep 12 2016 Jan Grulich <jgrulich@redhat.com> - 1.7.0-1
1dd9a48
- Update to 1.7.0
1dd9a48
f3e66b1
* Mon Jul 18 2016 Jan Grulich <jgrulich@redhat.com> - 1.6.90-1
f3e66b1
- Update to 1.6.90 (1.7.0 beta)
f3e66b1
9f4ad56
* Wed Jun 01 2016 Jan Grulich <jgrulich@redhat.com> - 1.6.0-6
9f4ad56
- Try to pickup upstream fix for compatibility with gtk vnc clients
9f4ad56
d72aee4
* Wed Jun 01 2016 Jan Grulich <jgrulich@redhat.com> - 1.6.0-5
d72aee4
- Re-enable patch4 again, will need to find a way to make this work on both sides
d72aee4
6c74881
* Mon May 23 2016 Jan Grulich <jgrulich@redhat.com> - 1.6.0-4
6c74881
- Utilize system-wide crypto policies
6c74881
  Resolves: bz#1179345
6c74881
- Try to disable patch4 as it was previously written to support an
6c74881
  older version of a different client and breaks some other usage
6c74881
  Resolves: bz#1280440
6c74881
9f5871d
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
9f5871d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9f5871d
bdc6e05
* Wed Jan 13 2016 Jan Grulich <jgrulich@redhat.com> - 1.6.0-2
bdc6e05
- Update systemd service file
bdc6e05
  Resolves: bz#1211789
bdc6e05
d1d4806
* Mon Jan 04 2016 Jan Grulich <jgrulich@redhat.com> - 1.6.0-1
d1d4806
- Update to 1.6.0
d1d4806
02be0c7
* Tue Dec 01 2015 Jan Grulich <jgrulich@redhat.com> - 1.5.90-1
02be0c7
- Update to 1.5.90 (1.6.0 beta)
02be0c7
304d0ac
* Thu Nov 19 2015 Jan Grulich <jgrulich@redhat.com> - 1.5.0-4
304d0ac
- rebuild against final xorg server 1.18 release (bug #1279146)
304d0ac
a2caa31
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 1.5.0-3
a2caa31
- xorg server 1.18 ABI rebuild
a2caa31
032032b
* Fri Aug 21 2015 Jan Grulich <jgrulich@redhat.com> - 1.5.0-2
032032b
- Do not fail with -inetd option
032032b
590f96d
* Wed Aug 19 2015 Jan Grulich <jgrulich@redhat.com> - 1.5.0-1
590f96d
- 1.5.0
590f96d
590f96d
* Tue Aug 04 2015 Kevin Fenzi <kevin@scrye.com> - 1.4.3-12
df29ea2
- Rebuild to fix broken deps and build against xorg 1.18 prerelease
df29ea2
c38da64
* Thu Jun 25 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-11
0c5e61a
- Rebuilt (bug #1235603).
0c5e61a
6c27a1f
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-10
6c27a1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6c27a1f
88c741e
* Mon May 04 2015 Kalev Lember <kalevlember@gmail.com> - 1.4.3-8
88c741e
- Rebuilt for nettle soname bump
88c741e
b3931f4
* Wed Apr 22 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-7
33c4fa9
- Removed incorrect parameters from vncviewer manpage (bug #1213199).
33c4fa9
6a855c7
* Tue Apr 21 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-6
6a855c7
- Use full git hash for GitHub tarball release.
6a855c7
e984495
* Fri Apr 10 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-5
e984495
- Explicit version build dependency for fltk (bug #1208814).
e984495
a7dcaed
* Thu Apr  9 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-4
a7dcaed
- Drop upstream xorg-x11-server patch as it is now built (bug #1210407).
a7dcaed
be45cca
* Thu Apr  9 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-3
c629b7c
- Apply upstream patch to fix byte order (bug #1206060).
be45cca
092df3f
* Fri Mar  6 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-2
092df3f
- Don't disable Xinerama extension (upstream #147).
092df3f
c6d7681
* Mon Mar  2 2015 Tim Waugh <twaugh@redhat.com> - 1.4.3-1
c6d7681
- 1.4.3.
c6d7681
86c83bb
* Tue Feb 24 2015 Tim Waugh <twaugh@redhat.com> - 1.4.2-3
ecb7661
- Use calloc instead of xmalloc.
8e16746
- Removed unnecessary configure flags.
8e16746
4f31b30
* Wed Feb 18 2015 Rex Dieter <rdieter@fedoraproject.org> 1.4.2-2
4f31b30
- rebuild (fltk)
4f31b30
3994e4c
* Fri Feb 13 2015 Tim Waugh <twaugh@redhat.com> - 1.4.2-1
307f30f
- Rebased xserver116.patch against xorg-x11-server-1.17.1.
63c07f1
- Allow build against xorg-x11-server-1.17.
3994e4c
- 1.4.2.
3994e4c
bbcb717
* Tue Sep  9 2014 Tim Waugh <twaugh@redhat.com> - 1.3.1-11
bbcb717
- Added missing part of xserver114.patch (bug #1137023).
bbcb717
925346b
* Wed Sep  3 2014 Tim Waugh <twaugh@redhat.com> - 1.3.1-10
925346b
- Fix build against xorg-x11-server-1.16.0 (bug #1136532).
925346b
c4a8e0e
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-9
c4a8e0e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c4a8e0e
16645cc
* Tue Jul 15 2014 Tim Waugh <twaugh@redhat.com> - 1.3.1-8
dc90bee
- Input reset fixes from upstream (bug #1116956).
16645cc
- No longer need ppc64le patch as it's now in xorg-x11-server.
16645cc
- Rebased xserver114.patch again.
16645cc
ceedd41
* Fri Jun 20 2014 Hans de Goede <hdegoede@redhat.com> - 1.3.1-7
ceedd41
- xserver 1.15.99.903 ABI rebuild
ceedd41
7098908
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-6
7098908
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7098908
ca5c197
* Thu May 22 2014 Tim Waugh <twaugh@redhat.com> 1.3.1-5
70f6b22
- Keep pointer in sync when using module (upstream bug #152).
70f6b22
c4f744f
* Mon Apr 28 2014 Adam Jackson <ajax@redhat.com> 1.3.1-4
c4f744f
- Add version interlocks for -server-module
c4f744f
bbd7f07
* Mon Apr 28 2014 Hans de Goede <hdegoede@redhat.com> - 1.3.1-3
bbd7f07
- xserver 1.15.99-20140428 git snapshot ABI rebuild
bbd7f07
5ab13a0
* Mon Apr  7 2014 Tim Waugh <twaugh@redhat.com> 1.3.1-2
5ab13a0
- Allow build with dri3 and present extensions (bug #1063392).
5ab13a0
408d52b
* Thu Mar 27 2014 Tim Waugh <twaugh@redhat.com> 1.3.1-1
408d52b
- 1.3.1 (bug #1078806).
30ea4b6
- Add ppc64le support (bug #1078495).
408d52b
0235d7a
* Wed Mar 19 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-15
66cb57e
- Disable dri3 to enable building (bug #1063392).
0235d7a
- Fixed heap-based buffer overflow (CVE-2014-0011, bug #1050928).
0235d7a
d7ee3f8
* Fri Feb 21 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-14
d7ee3f8
- Enabled hardened build (bug #955206).
d7ee3f8
372fc5f
* Mon Feb 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-13
372fc5f
- Clearer xstartup file (bug #923655).
372fc5f
42f43f3
* Tue Jan 14 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-12
42f43f3
- Fixed instructions in systemd unit file.
42f43f3
8ef823f
* Fri Jan 10 2014 Tim Waugh <twaugh@redhat.com> 1.3.0-11
8ef823f
- Fixed viewer crash when cursor has not been set (bug #1038701).
8ef823f
849f062
* Thu Dec 12 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-10
849f062
- Avoid invalid read when ZRLE connection closed (upstream bug #133).
849f062
475c2dd
* Tue Dec  3 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-9
475c2dd
- Fixed build failure with -Werror=format-security (bug #1037358).
475c2dd
8dd1ebc
* Thu Nov 07 2013 Adam Jackson <ajax@redhat.com> 1.3.0-8
8dd1ebc
- Rebuild against xserver 1.15RC1
8dd1ebc
ecae2cf
* Tue Sep 24 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-7
ecae2cf
- Removed incorrect patch (for unexpected key_is_down). Fixes stuck
ecae2cf
  keys bug (bug #989502).
ecae2cf
141e575
* Thu Sep 19 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-6
141e575
- Fixed typo in 10-libvnc.conf (bug #1009111).
141e575
f987b84
* Wed Sep 18 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-5
f987b84
- Better fix for PIDFile problem (bug #983232).
f987b84
043067f
* Mon Aug  5 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-4
043067f
- Fixed doc-related build failure (bug #992790).
043067f
04fed60
* Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-3
58cbc65
- Avoid PIDFile problems in systemd unit file (bug #983232).
544fe4c
- libvnc.so: don't use unexported key_is_down function.
04fed60
- Don't use shebang in vncserver script.
04fed60
cde0eb1
* Fri Jul 12 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-2
cde0eb1
- Renumbered patches.
cde0eb1
- libvnc.so: don't use unexported GetMaster function (bug #744881 again).
cde0eb1
a52f174
* Mon Jul  8 2013 Tim Waugh <twaugh@redhat.com> 1.3.0-1
a52f174
- 1.3.0.
a52f174
b93f8f7
* Wed Jul  3 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.18.20130314svn5065
a27c2a5
- Removed systemd_requires macro in order to fix the build.
b93f8f7
7d65892
* Wed Jul  3 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.17.20130314svn5065
7d65892
- Synchronise manpages and --help output (bug #980870).
7d65892
839c8ef
* Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.16.20130314svn5065
839c8ef
- tigervnc-setcursor-crash.patch: Attempt to paper over a crash in Xvnc when
839c8ef
  setting the cursor.
839c8ef
0056fe7
* Sat Jun 08 2013 Dennis Gilmore <dennis@ausil.us> 1.2.80-0.15.20130314svn5065
0056fe7
- bump to rebuild and pick up bugfix causing X to crash on ppc and arm
0056fe7
7eaa10a
* Thu May 23 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.14.20130314svn5065
7173f30
- Use systemd rpm macros (bug #850340).  Moved systemd requirements
7173f30
  from main package to server sub-package.
7eaa10a
- Applied Debian patch to fix busy loop when run from inetd in nowait
7eaa10a
  mode (bug #920373).
a493fde
- Added dependency on xorg-x11-xinit to server sub-package so that
a493fde
  default window manager can be found (bug #896284, bug #923655).
c6f3938
- Fixed bogus changelog date.
c6f3938
6fc9d3f
* Thu Mar 14 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.13.20130314svn5065
6fc9d3f
- Less RHEL customization
6fc9d3f
Adam Tkac cac416e
* Thu Mar 14 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.12.20130314svn5065
Adam Tkac cac416e
- include /etc/X11/xorg.conf.d/10-libvnc.conf sample configuration (#712482)
Adam Tkac cac416e
- vncserver now honors specified -geometry parameter (#755947)
Adam Tkac cac416e
Adam Tkac cac497c
* Tue Mar 12 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.11.20130307svn5060
Adam Tkac cac497c
- update to r5060
Adam Tkac cac497c
- split icons to separate package to avoid multilib issues
Adam Tkac cac497c
Adam Tkac 0211a7a
* Tue Feb 19 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.10.20130219svn5047
Adam Tkac 0211a7a
- update to r5047 (X.Org 1.14 support)
Adam Tkac 0211a7a
296baed
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.80-0.9.20121126svn5015
296baed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
296baed
Adam Tkac d4c9b53
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.8.20121126svn5015
Adam Tkac d4c9b53
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac d4c9b53
Adam Tkac 39c9d78
* Wed Jan 16 2013 Adam Tkac <atkac redhat com> 1.2.80-0.7.20121126svn5015
Adam Tkac 39c9d78
- rebuild
Adam Tkac 39c9d78
Adam Tkac 21d64c5
* Tue Dec 04 2012 Adam Tkac <atkac redhat com> 1.2.80-0.6.20121126svn5015
Adam Tkac 21d64c5
- rebuild against new fltk
Adam Tkac 21d64c5
Adam Tkac dde761c
* Mon Nov 26 2012 Adam Tkac <atkac redhat com> 1.2.80-0.5.20121126svn5015
Adam Tkac dde761c
- update to r5015
Adam Tkac dde761c
- build with -fpic instead of -fPIC on all archs except s390/sparc
Adam Tkac dde761c
ca553e0
* Wed Nov  7 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.80-0.4.20120905svn4996
ca553e0
- Build with -fPIC to fix FTBFS on ARM
ca553e0
eaeee6e
* Wed Oct 31 2012 Adam Jackson <ajax@redhat.com> 1.2.80-0.3.20120905svn4996
eaeee6e
- tigervnc12-xorg113-glx.patch: Fix to only init glx on the first server
eaeee6e
  generation
eaeee6e
eaeee6e
* Fri Sep 28 2012 Adam Jackson <ajax@redhat.com> 1.2.80-0.2.20120905svn4996
dbcb3c2
- tigervnc12-xorg113-glx.patch: Re-enable GLX against xserver 1.13
dbcb3c2
Adam Tkac 5e164de
* Fri Aug 17 2012 Adam Tkac <atkac redhat com> 1.2.80-0.1.20120905svn4996
Adam Tkac 5e164de
- update to 1.2.80
Adam Tkac 5e164de
- remove deprecated patches
Adam Tkac 5e164de
  - tigervnc-102434.patch
Adam Tkac 5e164de
  - tigervnc-viewer-reparent.patch
Adam Tkac 5e164de
  - tigervnc11-java7.patch
Adam Tkac 5e164de
- patches merged
Adam Tkac 5e164de
  - tigervnc11-xorg111.patch
Adam Tkac 5e164de
  - tigervnc11-xorg112.patch
Adam Tkac 5e164de
Dave Airlie d804e0e
* Fri Aug 10 2012 Dave Airlie <airlied@redhat.com> 1.1.0-10
Dave Airlie d804e0e
- fix build against newer X server
Dave Airlie d804e0e
da8577d
* Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 1.1.0-9
da8577d
- Build with the Composite extension for feature parity with other X servers
da8577d
741ca7e
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-8
741ca7e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
741ca7e
58c0bdb
* Thu Jul 19 2012 Dave Airlie <airlied@redhat.com> 1.1.0-7
58c0bdb
- fix building against X.org 1.13
58c0bdb
a5495cb
* Wed Apr 04 2012 Adam Jackson <ajax@redhat.com> 1.1.0-6
a5495cb
- RHEL exclusion for -server-module on ppc* too
a5495cb
Adam Tkac 7626421
* Mon Mar 26 2012 Adam Tkac <atkac redhat com> - 1.1.0-5
Adam Tkac 7626421
- clean Xvnc's /tmp environment in service file before startup
Adam Tkac 2e3bcdb
- fix building against the latest JAVA 7 and X.Org 1.12
Adam Tkac 7626421
1d29732
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
1d29732
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1d29732
Adam Tkac dfca980
* Tue Nov 22 2011 Adam Tkac <atkac redhat com> - 1.1.0-3
Adam Tkac dfca980
- don't build X.Org devel docs (#755782)
Adam Tkac dfca980
- applet: BR generic java-devel instead of java-gcj-devel (#755783)
Adam Tkac dfca980
- use runuser to start Xvnc in systemd service file (#754259)
Adam Tkac dfca980
- don't attepmt to restart Xvnc session during update/erase (#753216)
Adam Tkac dfca980
Adam Tkac eba8cb4
* Fri Nov 11 2011 Adam Tkac <atkac redhat com> - 1.1.0-2
Adam Tkac eba8cb4
- libvnc.so: don't use unexported GetMaster function (#744881)
Adam Tkac eba8cb4
- remove nasm buildreq
Adam Tkac eba8cb4
Adam Tkac 3edf1ea
* Mon Sep 12 2011 Adam Tkac <atkac redhat com> - 1.1.0-1
Adam Tkac 3edf1ea
- update to 1.1.0
Adam Tkac 28c13da
- update the xorg11 patch
Adam Tkac 3edf1ea
- patches merged
Adam Tkac 3edf1ea
  - tigervnc11-glx.patch
Adam Tkac 3edf1ea
  - tigervnc11-CVE-2011-1775.patch
Adam Tkac 3edf1ea
  - 0001-Use-memmove-instead-of-memcpy-in-fbblt.c-when-memory.patch
Adam Tkac 3edf1ea
Adam Tkac 9956c17
* Thu Jul 28 2011 Adam Tkac <atkac redhat com> - 1.0.90-6
Adam Tkac 9956c17
- add systemd service file and remove legacy SysV initscript (#717227)
Adam Tkac 9956c17
c6f3938
* Thu May 12 2011 Adam Tkac <atkac redhat com> - 1.0.90-5
Adam Tkac 6db666f
- make Xvnc buildable against X.Org 1.11
Adam Tkac 6db666f
Adam Tkac c2263a8
* Tue May 10 2011 Adam Tkac <atkac redhat com> - 1.0.90-4
Adam Tkac c2263a8
- viewer can send password without proper validation of X.509 certs
Adam Tkac c2263a8
  (CVE-2011-1775)
Adam Tkac c2263a8
Adam Tkac 6986f49
* Wed Apr 13 2011 Adam Tkac <atkac redhat com> - 1.0.90-3
Adam Tkac 6986f49
- fix wrong usage of memcpy which caused screen artifacts (#652590)
Adam Tkac 6120831
- don't point to inaccessible link in sysconfig/vncservers (#644975)
Adam Tkac 6986f49
Adam Tkac 3a8abef
* Fri Apr 08 2011 Adam Tkac <atkac redhat com> - 1.0.90-2
Adam Tkac 3a8abef
- improve compatibility with vinagre client (#692048)
Adam Tkac 3a8abef
Adam Tkac dd82383
* Tue Mar 22 2011 Adam Tkac <atkac redhat com> - 1.0.90-1
Adam Tkac dd82383
- update to 1.0.90
Adam Tkac dd82383
0f94860
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-0.32.20110117svn4237
0f94860
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0f94860
Adam Tkac a841f69
* Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-0.31.20110117svn4237
Adam Tkac a841f69
- fix libvnc.so module loading
Adam Tkac a841f69
Adam Tkac b9c453b
* Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-0.30.20110117svn4237
Adam Tkac b9c453b
- update to r4237
Adam Tkac b9c453b
- patches merged
Adam Tkac b9c453b
  - tigervnc11-optionsdialog.patch
Adam Tkac b9c453b
  - tigervnc11-rh607866.patch
Adam Tkac b9c453b
Adam Tkac c4f0e38
* Fri Jan 14 2011 Adam Tkac <atkac redhat com> 1.0.90-0.29.20101208svn4225
Adam Tkac c4f0e38
- improve patch for keyboard issues
Adam Tkac c4f0e38
Adam Tkac 03bf245
* Fri Jan 14 2011 Adam Tkac <atkac redhat com> 1.0.90-0.28.20101208svn4225
Adam Tkac 03bf245
- attempt to fix various keyboard-related issues (key repeating etc)
Adam Tkac 03bf245
Adam Tkac 82e2ed5
* Fri Jan 07 2011 Adam Tkac <atkac redhat com> 1.0.90-0.27.20101208svn4225
Adam Tkac 82e2ed5
- render "Ok" and "Cancel" buttons in the options dialog correctly
Adam Tkac 82e2ed5
Jan Görig 29341cd
* Wed Dec 15 2010 Jan Görig <jgorig redhat com> 1.0.90-0.26.20101208svn4225
Jan Görig 29341cd
- added vncserver lock file (#662784)
Jan Görig 29341cd
Adam Tkac 1c75684
* Fri Dec 10 2010 Adam Tkac <atkac redhat com> 1.0.90-0.25.20101208svn4225
Adam Tkac 1c75684
- update to r4225
Adam Tkac 1c75684
- patches merged
Adam Tkac 1c75684
  - tigervnc11-rh611677.patch
Adam Tkac 1c75684
  - tigervnc11-rh633931.patch
Adam Tkac 1c75684
  - tigervnc11-xorg1.10.patch
Adam Tkac 1c75684
- enable VeNCrypt and PAM support
Adam Tkac 1c75684
Adam Tkac 3a803c7
* Mon Dec 06 2010 Adam Tkac <atkac redhat com> 1.0.90-0.24.20100813svn4123
Adam Tkac 3a803c7
- rebuild against xserver 1.10.X
Adam Tkac 3a803c7
- 0001-Return-Success-from-generate_modkeymap-when-max_keys.patch merged
Adam Tkac 3a803c7
Jesse Keating c0e36a7
* Wed Sep 29 2010 jkeating - 1.0.90-0.23.20100813svn4123
Jesse Keating c0e36a7
- Rebuilt for gcc bug 634757
Jesse Keating c0e36a7
Adam Tkac 826789f
* Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.22.20100420svn4030
Adam Tkac 826789f
- drop xorg-x11-fonts-misc dependency (#636170)
Adam Tkac 826789f
Adam Tkac 0678acd
* Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.21.20100420svn4030
Adam Tkac 0678acd
- improve patch for #633645 (fix tcsh incompatibilities)
Adam Tkac 0678acd
Adam Tkac 31632b3
* Thu Sep 16 2010 Adam Tkac <atkac redhat com> 1.0.90-0.20.20100813svn4123
Adam Tkac 31632b3
- press fake modifiers correctly (#633931)
Adam Tkac c58b42a
- supress unneeded debug information emitted from initscript (#633645)
Adam Tkac 31632b3
Adam Tkac 1557084
* Wed Aug 25 2010 Adam Tkac <atkac redhat com> 1.0.90-0.19.20100813svn4123
Adam Tkac 1557084
- separate Xvnc, vncpasswd and vncconfig to -server-minimal subpkg (#626946)
Adam Tkac 1557084
- move license to separate subpkg and Requires it from main subpkgs
Adam Tkac 1557084
- Xvnc: handle situations when no modifiers exist well (#611677)
Adam Tkac 1557084
Adam Tkac 711f347
* Fri Aug 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.18.20100813svn4123
Adam Tkac 711f347
- update to r4123 (#617973)
Adam Tkac 711f347
- add perl requires to -server subpkg (#619791)
Adam Tkac 711f347
Adam Tkac dfc6862
* Thu Jul 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.17.20100721svn4113
Adam Tkac dfc6862
- update to r4113
Adam Tkac dfc6862
- patches merged
Adam Tkac dfc6862
  - tigervnc11-rh586406.patch
Adam Tkac dfc6862
  - tigervnc11-libvnc.patch
Adam Tkac dfc6862
  - tigervnc11-rh597172.patch
Adam Tkac dfc6862
  - tigervnc11-rh600070.patch
Adam Tkac dfc6862
  - tigervnc11-options.patch
Adam Tkac dfc6862
- don't own %%{_datadir}/icons directory (#614301)
Adam Tkac dfc6862
- minor improvements in the .desktop file (#616340)
Adam Tkac c8a83fc
- bundled libjpeg configure requires nasm; is executed even if system-wide
Adam Tkac c8a83fc
  libjpeg is used
Adam Tkac dfc6862
Adam Tkac 56638e8
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> 1.0.90-0.16.20100420svn4030
Adam Tkac 56638e8
- build against system-wide libjpeg-turbo (#494458)
Adam Tkac 56638e8
- build no longer requires nasm
Adam Tkac 56638e8
Adam Tkac dc72821
* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 1.0.90-0.15.20100420svn4030
Adam Tkac dc72821
- vncserver: accept <+optname> option when specified as the first one
Adam Tkac dc72821
Adam Tkac d5f526d
* Thu Jun 24 2010 Adam Tkac <atkac redhat com> 1.0.90-0.14.20100420svn4030
Adam Tkac d5f526d
- fix memory leak in Xvnc input code (#597172)
Adam Tkac d5f526d
- don't crash when receive negative encoding (#600070)
Adam Tkac d5f526d
- explicitly disable udev configuration support
Adam Tkac cb40327
- add gettext-autopoint to BR
Adam Tkac d5f526d
Adam Tkac 74307eb
* Mon Jun 14 2010 Adam Tkac <atkac redhat com> 1.0.90-0.13.20100420svn4030
Adam Tkac 74307eb
- update URL about SSH tunneling in the sysconfig file (#601996)
Adam Tkac 74307eb
Adam Tkac dc5f5dc
* Fri Jun 11 2010 Adam Tkac <atkac redhat com> 1.0.90-0.12.20100420svn4030
Adam Tkac dc5f5dc
- use newer gettext
Adam Tkac 863f5d7
- autopoint now uses git instead of cvs, adjust BuildRequires appropriately
Adam Tkac dc5f5dc
Adam Tkac 48e379f
* Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.11.20100420svn4030
Adam Tkac 48e379f
- link libvnc.so "now" to catch "undefined symbol" errors during Xorg startup
Adam Tkac 48e379f
- use always XkbConvertCase instead of XConvertCase (#580159, #586406)
Adam Tkac 48e379f
- don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use symbols
Adam Tkac 48e379f
  from Xorg instead
Adam Tkac 48e379f
Adam Tkac 219d234
* Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.10.20100420svn4030
Adam Tkac 219d234
- update to r4030 snapshot
Adam Tkac 219d234
- patches merged to upstream
Adam Tkac 219d234
  - tigervnc11-rh522369.patch
Adam Tkac 219d234
  - tigervnc11-rh551262.patch
Adam Tkac 219d234
  - tigervnc11-r4002.patch
Adam Tkac 219d234
  - tigervnc11-r4014.patch
Adam Tkac 219d234
Adam Tkac d9b8ec5
* Thu Apr 08 2010 Adam Tkac <atkac redhat com> 1.0.90-0.9.20100219svn3993
Adam Tkac d9b8ec5
- add server-applet subpackage which contains Java vncviewer applet
Adam Tkac d9b8ec5
- fix Java applet; it didn't work when run from web browser
Adam Tkac d9b8ec5
- add xorg-x11-xkb-utils to server Requires
Adam Tkac d9b8ec5
Adam Tkac c341915
* Fri Mar 12 2010 Adam Tkac <atkac redhat com> 1.0.90-0.8.20100219svn3993
Adam Tkac c341915
- add French translation to vncviewer.desktop (thanks to Alain Portal)
Adam Tkac c341915
Adam Tkac b7e5d18
* Thu Mar 04 2010 Adam Tkac <atkac redhat com> 1.0.90-0.7.20100219svn3993
Adam Tkac b7e5d18
- don't crash during pixel format change (#522369, #551262)
Adam Tkac b7e5d18
Adam Tkac caeea67
* Mon Mar 01 2010 Adam Tkac <atkac redhat com> 1.0.90-0.6.20100219svn3993
Adam Tkac caeea67
- add mesa-dri-drivers and xkeyboard-config to -server Requires
Adam Tkac caeea67
- update to r3993 1.0.90 snapshot
Adam Tkac caeea67
  - tigervnc11-noexecstack.patch merged
Adam Tkac caeea67
  - tigervnc11-xorg18.patch merged
Adam Tkac caeea67
  - xserver18.patch is no longer needed
Adam Tkac caeea67
a9f3de7
* Wed Jan 27 2010 Jan Gorig <jgorig redhat com> 1.0.90-0.5.20091221svn3929
a9f3de7
- initscript LSB compliance fixes (#523974)
a9f3de7
Adam Tkac 6723d65
* Fri Jan 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.4.20091221svn3929
Adam Tkac 6723d65
- mark stack as non-executable in jpeg ASM code
Adam Tkac 6723d65
- add xorg-x11-xauth to Requires
Adam Tkac 6723d65
- add support for X.Org 1.8
Adam Tkac 6723d65
- drop shave sources, they are no longer needed
Adam Tkac 6723d65
Adam Tkac 5506307
* Thu Jan 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.3.20091221svn3929
Adam Tkac 5506307
- drop tigervnc-xorg25909.patch, it has been merged to X.Org upstream
Adam Tkac 5506307
Adam Tkac fc9fe72
* Thu Jan 07 2010 Adam Tkac <atkac redhat com> 1.0.90-0.2.20091221svn3929
Adam Tkac fc9fe72
- add patch for upstream X.Org issue #25909
Adam Tkac fc9fe72
- add libXdmcp-devel to build requires to build Xvnc with XDMCP support (#552322)
Adam Tkac fc9fe72
Adam Tkac ab51d8d
* Mon Dec 21 2009 Adam Tkac <atkac redhat com> 1.0.90-0.1.20091221svn3929
Adam Tkac ab51d8d
- update to 1.0.90 snapshot
Adam Tkac ab51d8d
- patches merged
Adam Tkac ab51d8d
  - tigervnc10-compat.patch
Adam Tkac ab51d8d
  - tigervnc10-rh510185.patch
Adam Tkac ab51d8d
  - tigervnc10-rh524340.patch
Adam Tkac ab51d8d
  - tigervnc10-rh516274.patch
Adam Tkac ab51d8d
Adam Tkac 57384da
* Mon Oct 26 2009 Adam Tkac <atkac redhat com> 1.0.0-3
Adam Tkac 57384da
- create Xvnc keyboard mapping before first keypress (#516274)
Adam Tkac 57384da
Adam Tkac 72529cb
* Thu Oct 08 2009 Adam Tkac <atkac redhat com> 1.0.0-2
Adam Tkac 66063c9
- update underlying X source to 1.6.4-0.3.fc11
Adam Tkac 66063c9
- remove bogus '-nohttpd' parameter from /etc/sysconfig/vncservers (#525629)
Adam Tkac 66063c9
- initscript LSB compliance fixes (#523974)
Adam Tkac 66063c9
- improve -LowColorSwitch documentation and handling (#510185)
Adam Tkac 66063c9
- honor dotWhenNoCursor option (and it's changes) every time (#524340)
Adam Tkac 66063c9
Adam Tkac 8a91e2f
* Fri Aug 28 2009 Adam Tkac <atkac redhat com> 1.0.0-1
Adam Tkac 8a91e2f
- update to 1.0.0
Adam Tkac 8a91e2f
- tigervnc10-rh495457.patch merged to upstream
Adam Tkac 8a91e2f
e70812f
* Mon Aug 24 2009 Karsten Hopp <karsten@redhat.com> 0.0.91-0.17
e70812f
- fix ifnarch s390x for server-module
e70812f
db928b2
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.0.91-0.16
db928b2
- rebuilt with new openssl
db928b2
Adam Tkac c96a541
* Tue Aug 04 2009 Adam Tkac <atkac redhat com> 0.0.91-0.15
Adam Tkac c96a541
- make Xvnc compilable
Adam Tkac c96a541
e1d09cb
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.91-0.14.1
e1d09cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e1d09cb
Adam Tkac 7f80fd7
* Mon Jul 13 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13.1
Adam Tkac 7f80fd7
- don't write warning when initscript is called with condrestart param (#508367)
Adam Tkac 7f80fd7
Adam Tkac 2a74bac
* Tue Jun 23 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13
Adam Tkac 2a74bac
- temporary use F11 Xserver base to make Xvnc compilable
Adam Tkac 2a74bac
- BuildRequires: libXi-devel
Adam Tkac 2a74bac
- don't ship tigervnc-server-module on s390/s390x
Adam Tkac 2a74bac
Adam Tkac 2a0786b
* Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.0.91-0.12
Adam Tkac 2a0786b
- fix local rendering of cursor (#495457)
Adam Tkac 2a0786b
Adam Tkac d169aee
* Thu Jun 18 2009 Adam Tkac <atkac redhat com> 0.0.91-0.11
Adam Tkac d169aee
- update to 0.0.91 (1.0.0 RC1)
Adam Tkac d169aee
- patches merged
Adam Tkac d169aee
  - tigervnc10-rh499401.patch
Adam Tkac d169aee
  - tigervnc10-rh497592.patch
Adam Tkac d169aee
  - tigervnc10-rh501832.patch
Adam Tkac d169aee
- after discusion in upstream drop tigervnc-bounds.patch
Adam Tkac d169aee
- configure flags cleanup
Adam Tkac d169aee
Adam Tkac d169aee
* Thu May 21 2009 Adam Tkac <atkac redhat com> 0.0.90-0.10
Adam Tkac cbbf499
- rebuild against 1.6.1.901 X server (#497835)
Adam Tkac cbbf499
- disable i18n, vncviewer is not UTF-8 compatible (#501832)
Adam Tkac cbbf499
Adam Tkac d169aee
* Mon May 18 2009 Adam Tkac <atkac redhat com> 0.0.90-0.9
Adam Tkac 7da8bd2
- fix vncpasswd crash on long passwords (#499401)
Adam Tkac 7da8bd2
- start session dbus daemon correctly (#497592)
Adam Tkac 7da8bd2
Adam Tkac 8341d73
* Mon May 11 2009 Adam Tkac <atkac redhat com> 0.0.90-0.8.1
Adam Tkac 8341d73
- remove merged tigervnc-manminor.patch
Adam Tkac 8341d73
Adam Tkac 58f13f4
* Tue May 05 2009 Adam Tkac <atkac redhat com> 0.0.90-0.8
Adam Tkac 58f13f4
- update to 0.0.90
Adam Tkac 58f13f4
Adam Tkac 73bde48
* Thu Apr 30 2009 Adam Tkac <atkac redhat com> 0.0.90-0.7.20090427svn3789
Adam Tkac 73bde48
- server package now requires xorg-x11-fonts-misc (#498184)
Adam Tkac 73bde48
Adam Tkac 6bd65dd
* Mon Apr 27 2009 Adam Tkac <atkac redhat com> 0.0.90-0.6.20090427svn3789
Adam Tkac 6bd65dd
- update to r3789
Adam Tkac 6bd65dd
  - tigervnc-rh494801.patch merged
Adam Tkac 6bd65dd
- tigervnc-newfbsize.patch is no longer needed
Adam Tkac 6bd65dd
- fix problems when vncviewer and Xvnc run on different endianess (#496653)
Adam Tkac 6bd65dd
- UltraVNC and TightVNC clients work fine again (#496786)
Adam Tkac 6bd65dd
Adam Tkac ed283d4
* Wed Apr 08 2009 Adam Tkac <atkac redhat com> 0.0.90-0.5.20090403svn3751
Adam Tkac ed283d4
- workaround broken fontpath handling in vncserver script (#494801)
Adam Tkac ed283d4
Adam Tkac 7535a9d
* Fri Apr 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.4.20090403svn3751
Adam Tkac 7535a9d
- update to r3751
Adam Tkac 7535a9d
- patches merged
Adam Tkac 7535a9d
  - tigervnc-xclients.patch
Adam Tkac 7535a9d
  - tigervnc-clipboard.patch
Adam Tkac 7535a9d
  - tigervnc-rh212985.patch
Adam Tkac 7535a9d
- basic RandR support in Xvnc (resize of the desktop)
Adam Tkac 7535a9d
- use built-in libjpeg (SSE2/MMX accelerated encoding on x86 platform)
Adam Tkac 7535a9d
- use Tight encoding by default
Adam Tkac 7535a9d
- use TigerVNC icons
Adam Tkac 7535a9d
Adam Tkac 02c5369
* Tue Mar 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.3.20090303svn3631
Adam Tkac 02c5369
- update to r3631
Adam Tkac 02c5369
Adam Tkac 02c5369
* Tue Mar 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.2.20090302svn3621
Adam Tkac 02c5369
- package review related fixes
Adam Tkac 02c5369
Adam Tkac 02c5369
* Mon Mar 02 2009 Adam Tkac <atkac redhat com> 0.0.90-0.1.20090302svn3621
Adam Tkac 02c5369
- initial package, r3621