Hello community,

here is the log from the commit of package xorg-x11-Xvnc for openSUSE:Factory 
checked in at 2013-09-11 13:25:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-Xvnc (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-Xvnc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-Xvnc/xorg-x11-Xvnc.changes      
2013-07-25 14:51:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-Xvnc.new/xorg-x11-Xvnc.changes 
2013-09-11 13:25:17.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 10:57:58 UTC 2013 - [email protected]
+
+- Install libvnc.so module. (fate#312636) 
+
+-------------------------------------------------------------------

New:
----
  10-libvnc.conf

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xorg-x11-Xvnc.spec ++++++
--- /var/tmp/diff_new_pack.E9XjSZ/_old  2013-09-11 13:25:18.000000000 +0200
+++ /var/tmp/diff_new_pack.E9XjSZ/_new  2013-09-11 13:25:18.000000000 +0200
@@ -60,6 +60,7 @@
 Source1:        tigervnc-1.3.0.tar.bz2
 Source2:        xorg-server-1.13.0.tar.bz2
 Source3:        vnc.xinetd
+Source4:        10-libvnc.conf
 Patch1:         tigervnc-1.2.80-fix-int-to-pointer.patch
 Patch2:         u_aarch64-support.patch
 Patch3:         N_xorg-server-xdmcp.patch
@@ -118,8 +119,11 @@
 %if %tigervnc
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/Xserver.1*
-rm -rf $RPM_BUILD_ROOT/usr/%{_lib}/xorg
+rm -f $RPM_BUILD_ROOT/usr/%{_lib}/xorg/modules/extensions/libvnc.la
+rm -f $RPM_BUILD_ROOT/usr/%{_lib}/xorg/protocol.txt
 rm -rf $RPM_BUILD_ROOT/var/lib/xkb
+mkdir -p $RPM_BUILD_ROOT/etc/X11/xorg.conf.d
+install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/10-libvnc.conf
 %else
 mkdir -p $RPM_BUILD_ROOT/usr/bin
 install -m 755 $RPM_SOURCE_DIR/Xvnc.pl  $RPM_BUILD_ROOT/usr/bin/Xvnc
@@ -142,6 +146,8 @@
 /usr/bin/Xvnc
 %if %tigervnc
 %{_mandir}/man1/Xvnc.1*
+%{_libdir}/xorg/modules/extensions/libvnc.so
+%config(noreplace) /etc/X11/xorg.conf.d/10-libvnc.conf
 %endif
 %config(noreplace) /etc/xinetd.d/vnc
 

++++++ 10-libvnc.conf ++++++
# This file contains configuration of libvnc.so module
#
# To get libvnc.so module working, do this:
# 1. run "vncpasswd" as root user
# 2. uncomment configuration lines below
#
# Please note you can specify any option which Xvnc accepts.
# Refer to `Xvnc -help` output for detailed list of options.

#Section "Module"
#    Load "vnc"
#EndSection

#Section "Screen"
#    Identifier "Screen0
#    DefaultDepth 16
#    Option "SecurityTypes" "VncAuth"
#    Option "PasswordFile" "/root/.vnc/passwd"
#EndSection
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to