Author: qboosh Date: Sat Aug 26 10:05:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.8.2 (fixes CVE-2006-2450) - updated shared patch, -devel deps, switched to modular xorg
---- Files affected: SPECS: libvncserver.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/libvncserver.spec diff -u SPECS/libvncserver.spec:1.8 SPECS/libvncserver.spec:1.9 --- SPECS/libvncserver.spec:1.8 Sun Oct 23 10:16:55 2005 +++ SPECS/libvncserver.spec Sat Aug 26 12:05:39 2006 @@ -3,22 +3,33 @@ Summary: LibVNCServer - a for easy implementation of VNC/RDP server Summary(pl): LibVNCServer - biblioteka do łatwego implementowania serwera VNC/RDP Name: libvncserver -Version: 0.7.1 +Version: 0.8.2 Release: 1 Epoch: 0 License: GPL v2 Group: Libraries Source0: http://dl.sourceforge.net/libvncserver/%{_packname}-%{version}.tar.gz -# Source0-md5: 54110288b3171551c03467cd60976d55 +# Source0-md5: 17a18e398af6c1730f72068022a152aa Patch0: %{name}-shared.patch Patch1: %{name}-linux.patch URL: http://libvncserver.sourceforge.net/ -BuildRequires: XFree86-devel -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: libjpeg-devel BuildRequires: libtool +# not really used in REL8x +BuildRequires: openssl-devel +BuildRequires: xorg-lib-libXTrap-devel +BuildRequires: xorg-lib-libXdamage-devel +BuildRequires: xorg-lib-libXext-devel +BuildRequires: xorg-lib-libXfixes-devel +BuildRequires: xorg-lib-libXinerama-devel +BuildRequires: xorg-lib-libXrandr-devel +BuildRequires: xorg-lib-libXtst-devel BuildRequires: zlib-devel +# for noinst client_examples only +#BuildRequires: SDL-devel +#BuildRequires: ffmpeg-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -53,6 +64,8 @@ Summary(pl): Pliki nagłówkowe LibVNCServer Group: Development/Libraries Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: libjpeg-devel +Requires: zlib-devel %description devel LibVNCServer header files. @@ -138,6 +151,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2006/08/26 10:05:39 qboosh +- updated to 0.8.2 (fixes CVE-2006-2450) +- updated shared patch, -devel deps, switched to modular xorg + Revision 1.8 2005/10/23 08:16:55 qboosh - updated to 0.7.1, updated shared patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libvncserver.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
