You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

tigervnc.spec 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. #defining macros needed by SELinux
  2. %global selinuxtype targeted
  3. %global modulename vncsession
  4. Name: tigervnc
  5. Version: @VERSION@
  6. Release: 1%{?snap:.%{snap}}%{?dist}
  7. Summary: A TigerVNC remote display system
  8. %global _hardened_build 1
  9. License: GPLv2+
  10. URL: http://www.tigervnc.com
  11. Source0: %{name}-%{version}%{?snap:-%{snap}}.tar.bz2
  12. Source3: 10-libvnc.conf
  13. BuildRequires: make
  14. BuildRequires: gcc-c++
  15. BuildRequires: automake, autoconf, libtool, gettext, gettext-autopoint
  16. BuildRequires: cmake, desktop-file-utils, appstream
  17. BuildRequires: libxkbfile-devel, openssl-devel, libpciaccess-devel
  18. BuildRequires: freetype-devel, libjpeg-turbo-devel, pam-devel
  19. BuildRequires: gnutls-devel, nettle-devel, gmp-devel
  20. BuildRequires: zlib-devel
  21. # X11/graphics dependencies
  22. BuildRequires: xorg-x11-server-source
  23. BuildRequires: libXext-devel, libX11-devel, libXi-devel, libXfixes-devel
  24. BuildRequires: libXdamage-devel, libXrandr-devel, libXt-devel, libXdmcp-devel
  25. BuildRequires: libXinerama-devel, mesa-libGL-devel, libxshmfence-devel
  26. BuildRequires: pixman-devel, libdrm-devel,
  27. BuildRequires: xorg-x11-util-macros, xorg-x11-xtrans-devel, libXtst-devel
  28. BuildRequires: xorg-x11-font-utils
  29. BuildRequires: libXfont2-devel
  30. # SELinux
  31. BuildRequires: libselinux-devel, selinux-policy-devel, systemd
  32. # TigerVNC 1.4.x requires fltk 1.3.3 for keyboard handling support
  33. # See https://github.com/TigerVNC/tigervnc/issues/8, also bug #1208814
  34. BuildRequires: fltk-devel >= 1.3.3
  35. BuildRequires: xorg-x11-server-devel
  36. Requires: hicolor-icon-theme
  37. Requires: tigervnc-license
  38. Requires: tigervnc-icons
  39. %description
  40. Virtual Network Computing (VNC) is a remote display system which
  41. allows you to view a computing 'desktop' environment not only on the
  42. machine where it is running, but from anywhere on the Internet and
  43. from a wide variety of machine architectures. This package contains a
  44. client which will allow you to connect to other desktops running a VNC
  45. server.
  46. %package server
  47. Summary: A TigerVNC server
  48. Requires: perl-interpreter
  49. Requires: tigervnc-server-minimal = %{version}-%{release}
  50. Requires: (%{name}-selinux if selinux-policy-%{selinuxtype})
  51. Requires: xorg-x11-xauth
  52. Requires: xorg-x11-xinit
  53. %description server
  54. The VNC system allows you to access the same desktop from a wide
  55. variety of platforms. This package includes set of utilities
  56. which make usage of TigerVNC server more user friendly. It also
  57. contains x0vncserver program which can export your active
  58. X session.
  59. %package server-minimal
  60. Summary: A minimal installation of TigerVNC server
  61. Requires(post): systemd
  62. Requires(preun): systemd
  63. Requires(postun): systemd
  64. Requires(post): systemd
  65. Requires: mesa-dri-drivers, xkeyboard-config, xkbcomp
  66. Requires: tigervnc-license, dbus-x11
  67. %description server-minimal
  68. The VNC system allows you to access the same desktop from a wide
  69. variety of platforms. This package contains minimal installation
  70. of TigerVNC server, allowing others to access the desktop on your
  71. machine.
  72. %package server-module
  73. Summary: TigerVNC module to Xorg
  74. Requires: xorg-x11-server-Xorg %(xserver-sdk-abi-requires ansic) %(xserver-sdk-abi-requires videodrv)
  75. Requires: tigervnc-license
  76. %description server-module
  77. This package contains libvnc.so module to X server, allowing others
  78. to access the desktop on your machine.
  79. %package license
  80. Summary: License of TigerVNC suite
  81. BuildArch: noarch
  82. %description license
  83. This package contains license of the TigerVNC suite
  84. %package icons
  85. Summary: Icons for TigerVNC viewer
  86. BuildArch: noarch
  87. %description icons
  88. This package contains icons for TigerVNC viewer
  89. %package selinux
  90. Summary: SELinux module for TigerVNC
  91. BuildArch: noarch
  92. BuildRequires: selinux-policy-devel
  93. Requires: selinux-policy-%{selinuxtype}
  94. Requires(post): selinux-policy-%{selinuxtype}
  95. BuildRequires: selinux-policy-devel
  96. %{?selinux_requires}
  97. %description selinux
  98. This package provides the SELinux policy module to ensure TigerVNC
  99. runs properly under an environment with SELinux enabled.
  100. %prep
  101. %setup -q -n %{name}-%{version}%{?snap:-%{snap}}
  102. cp -r /usr/share/xorg-x11-server-source/* unix/xserver
  103. pushd unix/xserver
  104. for all in `find . -type f -perm -001`; do
  105. chmod -x "$all"
  106. done
  107. xserver_patch="../xserver$(rpm -q --qf '%%{VERSION}' xorg-x11-server-source | awk -F. '{ print $1 $2 }').patch"
  108. patch -p1 -b --suffix .vnc < "$xserver_patch"
  109. popd
  110. %build
  111. %ifarch sparcv9 sparc64 s390 s390x
  112. export CFLAGS="$RPM_OPT_FLAGS -fPIC"
  113. %else
  114. export CFLAGS="$RPM_OPT_FLAGS -fpic"
  115. %endif
  116. export CXXFLAGS="$CFLAGS -std=c++11"
  117. %cmake
  118. %cmake_build
  119. pushd unix/xserver
  120. autoreconf -fiv
  121. %configure \
  122. --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
  123. --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
  124. --with-pic --disable-static \
  125. --with-default-font-path="catalogue:%{_sysconfdir}/X11/fontpath.d,built-ins" \
  126. --with-fontdir=%{_datadir}/X11/fonts \
  127. --with-xkb-output=%{_localstatedir}/lib/xkb \
  128. --enable-install-libxf86config \
  129. --enable-glx --disable-dri --enable-dri2 --disable-dri3 \
  130. --disable-unit-tests \
  131. --disable-config-hal \
  132. --disable-config-udev \
  133. --with-dri-driver-path=%{_libdir}/dri \
  134. --without-dtrace \
  135. --disable-devel-docs \
  136. --disable-selective-werror
  137. make %{?_smp_mflags}
  138. popd
  139. # SELinux
  140. pushd unix/vncserver/selinux
  141. make
  142. popd
  143. %install
  144. %cmake_install
  145. pushd unix/xserver/hw/vnc
  146. %make_install
  147. popd
  148. # Install systemd unit file
  149. pushd unix/vncserver/selinux
  150. make install DESTDIR=%{buildroot}
  151. popd
  152. %find_lang %{name} %{name}.lang
  153. # remove unwanted files
  154. rm -f %{buildroot}%{_libdir}/xorg/modules/extensions/libvnc.la
  155. mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/
  156. install -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
  157. %pre selinux
  158. %selinux_relabel_pre -s %{selinuxtype}
  159. %post selinux
  160. %selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.bz2
  161. %selinux_relabel_post -s %{selinuxtype}
  162. %postun selinux
  163. if [ $1 -eq 0 ]; then
  164. %selinux_modules_uninstall -s %{selinuxtype} %{modulename}
  165. %selinux_relabel_post -s %{selinuxtype}
  166. fi
  167. %files -f %{name}.lang
  168. %doc %{_docdir}/%{name}/README.rst
  169. %{_bindir}/vncviewer
  170. %{_datadir}/applications/*
  171. %{_datadir}/metainfo/*
  172. %{_mandir}/man1/vncviewer.1*
  173. %files server
  174. %config(noreplace) %{_sysconfdir}/pam.d/tigervnc
  175. %config(noreplace) %{_sysconfdir}/tigervnc/vncserver-config-defaults
  176. %config(noreplace) %{_sysconfdir}/tigervnc/vncserver-config-mandatory
  177. %config(noreplace) %{_sysconfdir}/tigervnc/vncserver.users
  178. %{_unitdir}/vncserver@.service
  179. %{_bindir}/x0vncserver
  180. %{_sbindir}/vncsession
  181. %{_libexecdir}/vncserver
  182. %{_libexecdir}/vncsession-start
  183. %{_mandir}/man1/x0vncserver.1*
  184. %{_mandir}/man8/vncserver.8*
  185. %{_mandir}/man8/vncsession.8*
  186. %doc %{_docdir}/%{name}/HOWTO.md
  187. %files server-minimal
  188. %{_bindir}/vncconfig
  189. %{_bindir}/vncpasswd
  190. %{_bindir}/Xvnc
  191. %{_mandir}/man1/Xvnc.1*
  192. %{_mandir}/man1/vncpasswd.1*
  193. %{_mandir}/man1/vncconfig.1*
  194. %files server-module
  195. %{_libdir}/xorg/modules/extensions/libvnc.so
  196. %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-libvnc.conf
  197. %files license
  198. %doc %{_docdir}/%{name}/LICENCE.TXT
  199. %files icons
  200. %{_datadir}/icons/hicolor/*/apps/*
  201. %files selinux
  202. %{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.*
  203. %ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename}
  204. %changelog
  205. * Fri Aug 19 2022 Pierre Ossman <ossman@cendio.se> 1.12.80-1
  206. - Synced with current Fedora packaging
  207. * Tue May 18 2021 Jan Grulich <jgrulich@redhat.com> 1.11.0-1
  208. - SELinux package improvements
  209. * Mon Jul 27 2020 Mark Mielke <mmielke@ciena.com> 1.10.1-1
  210. - Update build requirements and fix unexpected rpm macro expansion.
  211. * Tue Oct 22 2019 Evan Burns <evanburnsdev@gmail.com> 1.9.80-5
  212. - Add support for CentOS 8
  213. * Mon Feb 11 2019 Mark Mielke <mmielke@ciena.com> 1.9.80-5
  214. - Automatically detect and apply the correct X.org patch.
  215. * Mon Jan 14 2019 Pierre Ossman <ossman@cendio.se> 1.9.80-4
  216. - Use system FLTK for build
  217. - Add libXrandr-devel as a dependency so x0vncserver gets resize support.
  218. * Sun Dec 09 2018 Mark Mielke <mmielke@ciena.com> 1.9.80-3
  219. - Update package dependencies to require version alignment between packages.
  220. * Mon Nov 26 2018 Brian P. Hinz <bphinz@users.sourceforge.net> 1.9.80-2
  221. - Bumped Xorg version to 1.20
  222. * Sun Jul 22 2018 Brian P. Hinz <bphinz@users.sourceforge.net> 1.9.80-1
  223. - Updated fltk to latest version
  224. * Thu Dec 24 2015 Brian P. Hinz <bphinz@users.sourceforge.net> 1.6.80-1
  225. - Adapted from RedHat EL7 Spec
  226. * Wed Sep 02 2015 Jan Grulich <jgrulich@redhat.com> - 1.3.1-3
  227. - Do not mention that display number is required in the file name
  228. Resolves: bz#1195266
  229. * Thu Jul 30 2015 Jan Grulich <jgrulich@redhat.com> - 1.3.1-2
  230. - Resolves: bz#1248422
  231. CVE-2014-8240 CVE-2014-8241 tigervnc: various flaws
  232. * Wed Apr 15 2015 Jan Grulich <jgrulich@redhat.com> - 1.3.1-1
  233. - Drop unecessary patches
  234. - Re-base to 1.3.1 (bug #1199453)
  235. - Re-build against re-based xserver (bug #1194898)
  236. - Check the return value from XShmAttach (bug #1072733)
  237. - Add missing part of xserver114.patch (bug #1140603)
  238. - Keep pointer in sync (bug #1100661)
  239. - Make input device class global (bug #1119640)
  240. - Add IPv6 support (bug #1162722)
  241. - Set initial mode as prefered (bug #1181287)
  242. - Do not mention that display number is required in the file name (bug #1195266)
  243. - Enable Xinerama extension (bug #1199437)
  244. - Specify full path for runuser command (bug #1208817)
  245. * Tue Sep 23 2014 Tim Waugh <twaugh@redhat.com> - 1.2.80-0.31.20130314svn5065
  246. - Rebuilt against xorg-x11-server to pick up ppc64le fix (bug #1140424).
  247. * Mon Mar 10 2014 Tim Waugh <twaugh@redhat.com> - 1.2.80-0.30.20130314svn5065
  248. - Fixed heap-based buffer overflow (CVE-2014-0011, bug #1050928).
  249. * Tue Feb 18 2014 Tim Waugh <twaugh@redhat.com> - 1.2.80-0.29.20130314svn5065
  250. - Previous patch was not applied.
  251. * Mon Feb 10 2014 Tim Waugh <twaugh@redhat.com> - 1.2.80-0.28.20130314svn5065
  252. - Clearer xstartup file (bug #923655).
  253. * Tue Jan 28 2014 Tim Waugh <twaugh@redhat.com> - 1.2.80-0.27.20130314svn5065
  254. - Use keyboard input code from tigervnc-1.3.0 (bug #1053536).
  255. * Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.2.80-0.26.20130314svn5065
  256. - Mass rebuild 2014-01-24
  257. * Fri Jan 10 2014 Tim Waugh <twaugh@redhat.com> - 1.2.80-0.25.20130314svn5065
  258. - Fixed viewer crash when cursor has not been set (bug #1051333).
  259. * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.2.80-0.24.20130314svn5065
  260. - Mass rebuild 2013-12-27
  261. * Thu Dec 12 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.23.20130314svn5065
  262. - Avoid invalid read when ZRLE connection closed (bug #1039926).
  263. * Tue Dec 10 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.22.20130314svn5065
  264. - Fixed GLX initialisation (bug #1039126).
  265. * Tue Nov 19 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.21.20130314svn5065
  266. - Better fix for PIDFile problem (bug #1031625).
  267. * Fri Nov 08 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.20.20130314svn5065
  268. - Rebuild against xserver 1.15RC1
  269. * Wed Jul 24 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.18.20130314svn5065
  270. - Avoid PIDFile problems in systemd unit file (bug #983232).
  271. - Don't use shebang in vncserver script.
  272. * Wed Jul 3 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.18.20130314svn5065
  273. - Removed systemd_requires macro in order to fix the build.
  274. * Wed Jul 3 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.17.20130314svn5065
  275. - Synchronise manpages and --help output (bug #980870).
  276. * Mon Jun 17 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.16.20130314svn5065
  277. - tigervnc-setcursor-crash.patch: Attempt to paper over a crash in Xvnc when
  278. setting the cursor.
  279. * Sat Jun 08 2013 Dennis Gilmore <dennis@ausil.us> 1.2.80-0.15.20130314svn5065
  280. - bump to rebuild and pick up bugfix causing X to crash on ppc and arm
  281. * Thu May 23 2013 Tim Waugh <twaugh@redhat.com> 1.2.80-0.14.20130314svn5065
  282. - Use systemd rpm macros (bug #850340). Moved systemd requirements
  283. from main package to server sub-package.
  284. - Applied Debian patch to fix busy loop when run from inetd in nowait
  285. mode (bug #920373).
  286. - Added dependency on xorg-x11-xinit to server sub-package so that
  287. default window manager can be found (bug #896284, bug #923655).
  288. - Fixed bogus changelog date.
  289. * Thu Mar 14 2013 Adam Jackson <ajax@redhat.com> 1.2.80-0.13.20130314svn5065
  290. - Less RHEL customization
  291. * Thu Mar 14 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.12.20130314svn5065
  292. - include /etc/X11/xorg.conf.d/10-libvnc.conf sample configuration (#712482)
  293. - vncserver now honors specified -geometry parameter (#755947)
  294. * Tue Mar 12 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.11.20130307svn5060
  295. - update to r5060
  296. - split icons to separate package to avoid multilib issues
  297. * Tue Feb 19 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.10.20130219svn5047
  298. - update to r5047 (X.Org 1.14 support)
  299. * Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.80-0.9.20121126svn5015
  300. - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
  301. * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.2.80-0.8.20121126svn5015
  302. - rebuild due to "jpeg8-ABI" feature drop
  303. * Wed Jan 16 2013 Adam Tkac <atkac redhat com> 1.2.80-0.7.20121126svn5015
  304. - rebuild
  305. * Tue Dec 04 2012 Adam Tkac <atkac redhat com> 1.2.80-0.6.20121126svn5015
  306. - rebuild against new fltk
  307. * Mon Nov 26 2012 Adam Tkac <atkac redhat com> 1.2.80-0.5.20121126svn5015
  308. - update to r5015
  309. - build with -fpic instead of -fPIC on all archs except s390/sparc
  310. * Wed Nov 7 2012 Peter Robinson <pbrobinson@fedoraproject.org> 1.2.80-0.4.20120905svn4996
  311. - Build with -fPIC to fix FTBFS on ARM
  312. * Wed Oct 31 2012 Adam Jackson <ajax@redhat.com> 1.2.80-0.3.20120905svn4996
  313. - tigervnc12-xorg113-glx.patch: Fix to only init glx on the first server
  314. generation
  315. * Fri Sep 28 2012 Adam Jackson <ajax@redhat.com> 1.2.80-0.2.20120905svn4996
  316. - tigervnc12-xorg113-glx.patch: Re-enable GLX against xserver 1.13
  317. * Fri Aug 17 2012 Adam Tkac <atkac redhat com> 1.2.80-0.1.20120905svn4996
  318. - update to 1.2.80
  319. - remove deprecated patches
  320. - tigervnc-102434.patch
  321. - tigervnc-viewer-reparent.patch
  322. - tigervnc11-java7.patch
  323. - patches merged
  324. - tigervnc11-xorg111.patch
  325. - tigervnc11-xorg112.patch
  326. * Fri Aug 10 2012 Dave Airlie <airlied@redhat.com> 1.1.0-10
  327. - fix build against newer X server
  328. * Mon Jul 23 2012 Adam Jackson <ajax@redhat.com> 1.1.0-9
  329. - Build with the Composite extension for feature parity with other X servers
  330. * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-8
  331. - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
  332. * Thu Jul 19 2012 Dave Airlie <airlied@redhat.com> 1.1.0-7
  333. - fix building against X.org 1.13
  334. * Wed Apr 04 2012 Adam Jackson <ajax@redhat.com> 1.1.0-6
  335. - RHEL exclusion for -server-module on ppc* too
  336. * Mon Mar 26 2012 Adam Tkac <atkac redhat com> - 1.1.0-5
  337. - clean Xvnc's /tmp environment in service file before startup
  338. - fix building against the latest JAVA 7 and X.Org 1.12
  339. * Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-4
  340. - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
  341. * Tue Nov 22 2011 Adam Tkac <atkac redhat com> - 1.1.0-3
  342. - don't build X.Org devel docs (#755782)
  343. - applet: BR generic java-devel instead of java-gcj-devel (#755783)
  344. - use runuser to start Xvnc in systemd service file (#754259)
  345. - don't attepmt to restart Xvnc session during update/erase (#753216)
  346. * Fri Nov 11 2011 Adam Tkac <atkac redhat com> - 1.1.0-2
  347. - libvnc.so: don't use unexported GetMaster function (#744881)
  348. - remove nasm buildreq
  349. * Mon Sep 12 2011 Adam Tkac <atkac redhat com> - 1.1.0-1
  350. - update to 1.1.0
  351. - update the xorg11 patch
  352. - patches merged
  353. - tigervnc11-glx.patch
  354. - tigervnc11-CVE-2011-1775.patch
  355. - 0001-Use-memmove-instead-of-memcpy-in-fbblt.c-when-memory.patch
  356. * Thu Jul 28 2011 Adam Tkac <atkac redhat com> - 1.0.90-6
  357. - add systemd service file and remove legacy SysV initscript (#717227)
  358. * Thu May 12 2011 Adam Tkac <atkac redhat com> - 1.0.90-5
  359. - make Xvnc buildable against X.Org 1.11
  360. * Tue May 10 2011 Adam Tkac <atkac redhat com> - 1.0.90-4
  361. - viewer can send password without proper validation of X.509 certs
  362. (CVE-2011-1775)
  363. * Wed Apr 13 2011 Adam Tkac <atkac redhat com> - 1.0.90-3
  364. - fix wrong usage of memcpy which caused screen artifacts (#652590)
  365. - don't point to inaccessible link in sysconfig/vncservers (#644975)
  366. * Fri Apr 08 2011 Adam Tkac <atkac redhat com> - 1.0.90-2
  367. - improve compatibility with vinagre client (#692048)
  368. * Tue Mar 22 2011 Adam Tkac <atkac redhat com> - 1.0.90-1
  369. - update to 1.0.90
  370. * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-0.32.20110117svn4237
  371. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  372. * Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-0.31.20110117svn4237
  373. - fix libvnc.so module loading
  374. * Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-0.30.20110117svn4237
  375. - update to r4237
  376. - patches merged
  377. - tigervnc11-optionsdialog.patch
  378. - tigervnc11-rh607866.patch
  379. * Fri Jan 14 2011 Adam Tkac <atkac redhat com> 1.0.90-0.29.20101208svn4225
  380. - improve patch for keyboard issues
  381. * Fri Jan 14 2011 Adam Tkac <atkac redhat com> 1.0.90-0.28.20101208svn4225
  382. - attempt to fix various keyboard-related issues (key repeating etc)
  383. * Fri Jan 07 2011 Adam Tkac <atkac redhat com> 1.0.90-0.27.20101208svn4225
  384. - render "Ok" and "Cancel" buttons in the options dialog correctly
  385. * Wed Dec 15 2010 Jan Görig <jgorig redhat com> 1.0.90-0.26.20101208svn4225
  386. - added vncserver lock file (#662784)
  387. * Fri Dec 10 2010 Adam Tkac <atkac redhat com> 1.0.90-0.25.20101208svn4225
  388. - update to r4225
  389. - patches merged
  390. - tigervnc11-rh611677.patch
  391. - tigervnc11-rh633931.patch
  392. - tigervnc11-xorg1.10.patch
  393. - enable VeNCrypt and PAM support
  394. * Mon Dec 06 2010 Adam Tkac <atkac redhat com> 1.0.90-0.24.20100813svn4123
  395. - rebuild against xserver 1.10.X
  396. - 0001-Return-Success-from-generate_modkeymap-when-max_keys.patch merged
  397. * Wed Sep 29 2010 jkeating - 1.0.90-0.23.20100813svn4123
  398. - Rebuilt for gcc bug 634757
  399. * Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.22.20100420svn4030
  400. - drop xorg-x11-fonts-misc dependency (#636170)
  401. * Tue Sep 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.21.20100420svn4030
  402. - improve patch for #633645 (fix tcsh incompatibilities)
  403. * Thu Sep 16 2010 Adam Tkac <atkac redhat com> 1.0.90-0.20.20100813svn4123
  404. - press fake modifiers correctly (#633931)
  405. - supress unneeded debug information emitted from initscript (#633645)
  406. * Wed Aug 25 2010 Adam Tkac <atkac redhat com> 1.0.90-0.19.20100813svn4123
  407. - separate Xvnc, vncpasswd and vncconfig to -server-minimal subpkg (#626946)
  408. - move license to separate subpkg and Requires it from main subpkgs
  409. - Xvnc: handle situations when no modifiers exist well (#611677)
  410. * Fri Aug 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.18.20100813svn4123
  411. - update to r4123 (#617973)
  412. - add perl requires to -server subpkg (#619791)
  413. * Thu Jul 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.17.20100721svn4113
  414. - update to r4113
  415. - patches merged
  416. - tigervnc11-rh586406.patch
  417. - tigervnc11-libvnc.patch
  418. - tigervnc11-rh597172.patch
  419. - tigervnc11-rh600070.patch
  420. - tigervnc11-options.patch
  421. - don't own %%{_datadir}/icons directory (#614301)
  422. - minor improvements in the .desktop file (#616340)
  423. - bundled libjpeg configure requires nasm; is executed even if system-wide
  424. libjpeg is used
  425. * Fri Jul 02 2010 Adam Tkac <atkac redhat com> 1.0.90-0.16.20100420svn4030
  426. - build against system-wide libjpeg-turbo (#494458)
  427. - build no longer requires nasm
  428. * Mon Jun 28 2010 Adam Tkac <atkac redhat com> 1.0.90-0.15.20100420svn4030
  429. - vncserver: accept <+optname> option when specified as the first one
  430. * Thu Jun 24 2010 Adam Tkac <atkac redhat com> 1.0.90-0.14.20100420svn4030
  431. - fix memory leak in Xvnc input code (#597172)
  432. - don't crash when receive negative encoding (#600070)
  433. - explicitly disable udev configuration support
  434. - add gettext-autopoint to BR
  435. * Mon Jun 14 2010 Adam Tkac <atkac redhat com> 1.0.90-0.13.20100420svn4030
  436. - update URL about SSH tunneling in the sysconfig file (#601996)
  437. * Fri Jun 11 2010 Adam Tkac <atkac redhat com> 1.0.90-0.12.20100420svn4030
  438. - use newer gettext
  439. - autopoint now uses git instead of cvs, adjust BuildRequires appropriately
  440. * Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.11.20100420svn4030
  441. - link libvnc.so "now" to catch "undefined symbol" errors during Xorg startup
  442. - use always XkbConvertCase instead of XConvertCase (#580159, #586406)
  443. - don't link libvnc.so against libXi.la, libdix.la and libxkb.la; use symbols
  444. from Xorg instead
  445. * Thu May 13 2010 Adam Tkac <atkac redhat com> 1.0.90-0.10.20100420svn4030
  446. - update to r4030 snapshot
  447. - patches merged to upstream
  448. - tigervnc11-rh522369.patch
  449. - tigervnc11-rh551262.patch
  450. - tigervnc11-r4002.patch
  451. - tigervnc11-r4014.patch
  452. * Thu Apr 08 2010 Adam Tkac <atkac redhat com> 1.0.90-0.9.20100219svn3993
  453. - add server-applet subpackage which contains Java vncviewer applet
  454. - fix Java applet; it didn't work when run from web browser
  455. - add xorg-x11-xkb-utils to server Requires
  456. * Fri Mar 12 2010 Adam Tkac <atkac redhat com> 1.0.90-0.8.20100219svn3993
  457. - add French translation to vncviewer.desktop (thanks to Alain Portal)
  458. * Thu Mar 04 2010 Adam Tkac <atkac redhat com> 1.0.90-0.7.20100219svn3993
  459. - don't crash during pixel format change (#522369, #551262)
  460. * Mon Mar 01 2010 Adam Tkac <atkac redhat com> 1.0.90-0.6.20100219svn3993
  461. - add mesa-dri-drivers and xkeyboard-config to -server Requires
  462. - update to r3993 1.0.90 snapshot
  463. - tigervnc11-noexecstack.patch merged
  464. - tigervnc11-xorg18.patch merged
  465. - xserver18.patch is no longer needed
  466. * Wed Jan 27 2010 Jan Gorig <jgorig redhat com> 1.0.90-0.5.20091221svn3929
  467. - initscript LSB compliance fixes (#523974)
  468. * Fri Jan 22 2010 Adam Tkac <atkac redhat com> 1.0.90-0.4.20091221svn3929
  469. - mark stack as non-executable in jpeg ASM code
  470. - add xorg-x11-xauth to Requires
  471. - add support for X.Org 1.8
  472. - drop shave sources, they are no longer needed
  473. * Thu Jan 21 2010 Adam Tkac <atkac redhat com> 1.0.90-0.3.20091221svn3929
  474. - drop tigervnc-xorg25909.patch, it has been merged to X.Org upstream
  475. * Thu Jan 07 2010 Adam Tkac <atkac redhat com> 1.0.90-0.2.20091221svn3929
  476. - add patch for upstream X.Org issue #25909
  477. - add libXdmcp-devel to build requires to build Xvnc with XDMCP support (#552322)
  478. * Mon Dec 21 2009 Adam Tkac <atkac redhat com> 1.0.90-0.1.20091221svn3929
  479. - update to 1.0.90 snapshot
  480. - patches merged
  481. - tigervnc10-compat.patch
  482. - tigervnc10-rh510185.patch
  483. - tigervnc10-rh524340.patch
  484. - tigervnc10-rh516274.patch
  485. * Mon Oct 26 2009 Adam Tkac <atkac redhat com> 1.0.0-3
  486. - create Xvnc keyboard mapping before first keypress (#516274)
  487. * Thu Oct 08 2009 Adam Tkac <atkac redhat com> 1.0.0-2
  488. - update underlying X source to 1.6.4-0.3.fc11
  489. - remove bogus '-nohttpd' parameter from /etc/sysconfig/vncservers (#525629)
  490. - initscript LSB compliance fixes (#523974)
  491. - improve -LowColorSwitch documentation and handling (#510185)
  492. - honor dotWhenNoCursor option (and it's changes) every time (#524340)
  493. * Fri Aug 28 2009 Adam Tkac <atkac redhat com> 1.0.0-1
  494. - update to 1.0.0
  495. - tigervnc10-rh495457.patch merged to upstream
  496. * Mon Aug 24 2009 Karsten Hopp <karsten@redhat.com> 0.0.91-0.17
  497. - fix ifnarch s390x for server-module
  498. * Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.0.91-0.16
  499. - rebuilt with new openssl
  500. * Tue Aug 04 2009 Adam Tkac <atkac redhat com> 0.0.91-0.15
  501. - make Xvnc compilable
  502. * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.91-0.14.1
  503. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  504. * Mon Jul 13 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13.1
  505. - don't write warning when initscript is called with condrestart param (#508367)
  506. * Tue Jun 23 2009 Adam Tkac <atkac redhat com> 0.0.91-0.13
  507. - temporary use F11 Xserver base to make Xvnc compilable
  508. - BuildRequires: libXi-devel
  509. - don't ship tigervnc-server-module on s390/s390x
  510. * Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.0.91-0.12
  511. - fix local rendering of cursor (#495457)
  512. * Thu Jun 18 2009 Adam Tkac <atkac redhat com> 0.0.91-0.11
  513. - update to 0.0.91 (1.0.0 RC1)
  514. - patches merged
  515. - tigervnc10-rh499401.patch
  516. - tigervnc10-rh497592.patch
  517. - tigervnc10-rh501832.patch
  518. - after discusion in upstream drop tigervnc-bounds.patch
  519. - configure flags cleanup
  520. * Thu May 21 2009 Adam Tkac <atkac redhat com> 0.0.90-0.10
  521. - rebuild against 1.6.1.901 X server (#497835)
  522. - disable i18n, vncviewer is not UTF-8 compatible (#501832)
  523. * Mon May 18 2009 Adam Tkac <atkac redhat com> 0.0.90-0.9
  524. - fix vncpasswd crash on long passwords (#499401)
  525. - start session dbus daemon correctly (#497592)
  526. * Mon May 11 2009 Adam Tkac <atkac redhat com> 0.0.90-0.8.1
  527. - remove merged tigervnc-manminor.patch
  528. * Tue May 05 2009 Adam Tkac <atkac redhat com> 0.0.90-0.8
  529. - update to 0.0.90
  530. * Thu Apr 30 2009 Adam Tkac <atkac redhat com> 0.0.90-0.7.20090427svn3789
  531. - server package now requires xorg-x11-fonts-misc (#498184)
  532. * Mon Apr 27 2009 Adam Tkac <atkac redhat com> 0.0.90-0.6.20090427svn3789
  533. - update to r3789
  534. - tigervnc-rh494801.patch merged
  535. - tigervnc-newfbsize.patch is no longer needed
  536. - fix problems when vncviewer and Xvnc run on different endianess (#496653)
  537. - UltraVNC and TightVNC clients work fine again (#496786)
  538. * Wed Apr 08 2009 Adam Tkac <atkac redhat com> 0.0.90-0.5.20090403svn3751
  539. - workaround broken fontpath handling in vncserver script (#494801)
  540. * Fri Apr 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.4.20090403svn3751
  541. - update to r3751
  542. - patches merged
  543. - tigervnc-xclients.patch
  544. - tigervnc-clipboard.patch
  545. - tigervnc-rh212985.patch
  546. - basic RandR support in Xvnc (resize of the desktop)
  547. - use built-in libjpeg (SSE2/MMX accelerated encoding on x86 platform)
  548. - use Tight encoding by default
  549. - use TigerVNC icons
  550. * Tue Mar 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.3.20090303svn3631
  551. - update to r3631
  552. * Tue Mar 03 2009 Adam Tkac <atkac redhat com> 0.0.90-0.2.20090302svn3621
  553. - package review related fixes
  554. * Mon Mar 02 2009 Adam Tkac <atkac redhat com> 0.0.90-0.1.20090302svn3621
  555. - initial package, r3621