Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2017-12-22 12:17:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Fri Dec 22 12:17:15 2017 rev:47 rq:559108 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2017-12-15 
14:03:22.594434859 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2017-12-22 
12:17:18.114635866 +0100
@@ -1,0 +2,13 @@
+Mon Dec 18 16:44:20 UTC 2017 - [email protected]
+
+- Do not mess with /usr/lib*64)?/debug: this is RPM's playground
+  for debuginfo packages.
+
+-------------------------------------------------------------------
+Mon Dec 18 14:56:17 UTC 2017 - [email protected]
+
+- Added patch:
+  * tigervnc-1.8.0-nowindows.patch
+    + Remove Windows code that is removed from jdk10
+
+-------------------------------------------------------------------

New:
----
  tigervnc-1.8.0-nowindows.patch

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

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.e7d3Sv/_old  2017-12-22 12:17:19.258580088 +0100
+++ /var/tmp/diff_new_pack.e7d3Sv/_new  2017-12-22 12:17:19.262579893 +0100
@@ -131,6 +131,7 @@
 Patch10:        
U_handle_certificate_verification_for_saved_certs_correctly.patch
 Patch11:        u_tigervnc-add-autoaccept-parameter.patch
 Patch12:        u_Unset-pixel-buffer-when-x0vncserver-client-disconnect.patch
+Patch13:        tigervnc-1.8.0-nowindows.patch
 
 %description
 TigerVNC is a high-performance, platform-neutral implementation of VNC 
(Virtual Network Computing), 
@@ -227,6 +228,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 pushd unix/xserver
 patch -p1 < ../xserver119.patch
@@ -446,10 +448,6 @@
 
 %config %{_sysconfdir}/pam.d/vnc
 
-%exclude /usr/lib/debug/*
-%exclude /usr/lib/debug/.*
-%exclude /usr/src/debug
-
 %dir %attr(0755,%{vncuser},%{vncuser}) %{_sysconfdir}/vnc
 %ghost %attr(0600,%{vncuser},%{vncuser}) %config(noreplace) %{tlskey}
 %ghost %attr(0644,%{vncuser},%{vncuser}) %config(noreplace) %{tlscert}

++++++ tigervnc-1.8.0-nowindows.patch ++++++
--- tigervnc-1.8.0/java/com/tigervnc/vncviewer/F8Menu.java      2017-12-18 
15:47:56.544658662 +0100
+++ tigervnc-1.8.0/java/com/tigervnc/vncviewer/F8Menu.java      2017-12-18 
15:54:53.002571101 +0100
@@ -40,9 +40,6 @@
   public F8Menu(CConn cc) {
     super("VNC Menu");
     setLightWeightPopupEnabled(false);
-    String os = System.getProperty("os.name");
-    if (os.startsWith("Windows"))
-      
com.sun.java.swing.plaf.windows.WindowsLookAndFeel.setMnemonicHidden(false);
     this.cc = cc;
     restore    = addMenuItem("Restore",KeyEvent.VK_R);
     restore.setEnabled(!embed.getValue());

Reply via email to