Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2017-03-10 20:36:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Fri Mar 10 20:36:34 2017 rev:39 rq:461975 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2017-02-22 
13:44:32.373150467 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2017-03-10 
20:36:35.395200850 +0100
@@ -1,0 +2,5 @@
+Thu Mar  2 14:19:27 UTC 2017 - [email protected]
+
+- Readd index.vnc. (bnc#1026833)
+
+-------------------------------------------------------------------

New:
----
  index.vnc

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

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.QMMPMf/_old  2017-03-10 20:36:36.631025723 +0100
+++ /var/tmp/diff_new_pack.QMMPMf/_new  2017-03-10 20:36:36.635025156 +0100
@@ -110,6 +110,7 @@
 Source9:        vncpasswd.arg
 Source10:       vnc.pam
 Source11:       with-vnc-key.sh
+Source12:       index.vnc
 Patch1:         tigervnc-newfbsize.patch
 Patch2:         tigervnc-clean-pressed-key-on-exit.patch
 Patch3:         u_tigervnc-ignore-epipe-on-write.patch
@@ -249,6 +250,7 @@
 install -D -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc/slp.reg.d/vnc.reg
 install -D -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_bindir}/vncpasswd.arg
 install -D -m 644 %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/vnc
+install -D -m 644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/vnc/classes
 %if 0%{?suse_version} >= 1315
 ln -s -f %{_sysconfdir}/alternatives/vncviewer 
$RPM_BUILD_ROOT%{_bindir}/vncviewer
 ln -s -f %{_sysconfdir}/alternatives/vncviewer.1.gz 
$RPM_BUILD_ROOT%{_mandir}/man1/vncviewer.1.gz

++++++ index.vnc ++++++
<!-- 
     index.vnc - default HTML page for TigerVNC Java viewer applet, to be
     used with Xvnc. On any file ending in .vnc, the HTTP server embedded in
     Xvnc will substitute the following variables when preceded by a dollar:
     USER, DESKTOP, DISPLAY, APPLETWIDTH, APPLETHEIGHT, WIDTH, HEIGHT, PORT,
     Use two dollar signs ($$) to get a dollar sign in the generated
     HTML page.
-->

<HTML>
<TITLE>
$USER's $DESKTOP desktop ($DISPLAY)
</TITLE>
<APPLET CODE="com.tigervnc.vncviewer.VncViewer" ARCHIVE="VncViewer.jar" 
WIDTH="$APPLETWIDTH" HEIGHT="$APPLETHEIGHT">
        <PARAM NAME="Port" VALUE="$PORT">
        <PARAM NAME="Embed" VALUE="true">
        <PARAM NAME="AlwaysShowServerDialog" VALUE="false">
</APPLET>
<BR>
<A href="http://www.tigervnc.org/";>TigerVNC site</A>
</HTML>

Reply via email to