Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2019-02-08 12:07:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tigervnc (Old)
 and      /work/SRC/openSUSE:Factory/.tigervnc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tigervnc"

Fri Feb  8 12:07:27 2019 rev:57 rq:672440 version:1.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes        2019-02-04 
21:21:18.687655490 +0100
+++ /work/SRC/openSUSE:Factory/.tigervnc.new.28833/tigervnc.changes     
2019-02-08 12:07:30.121602088 +0100
@@ -1,0 +2,6 @@
+Thu Feb  7 12:34:03 UTC 2019 - Stephan Kulow <[email protected]>
+
+- Fix build with latest cmake - which now requires the source
+  directory as argument (still works with old cmake versions)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tigervnc.spec ++++++
--- /var/tmp/diff_new_pack.bgp0Wj/_old  2019-02-08 12:07:31.085601727 +0100
+++ /var/tmp/diff_new_pack.bgp0Wj/_new  2019-02-08 12:07:31.089601724 +0100
@@ -266,7 +266,7 @@
 export CXXFLAGS="%optflags"
 export CFLAGS="%optflags"
 # Build all tigervnc
-cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} 
-DCMAKE_BUILD_TYPE=RelWithDebInfo
+cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} 
-DCMAKE_BUILD_TYPE=RelWithDebInfo .
 make %{?_smp_mflags}
 
 # Build Xvnc server
@@ -295,7 +295,7 @@
 
 # Build java client
 pushd java
-cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DJAVACFLAGS="-encoding utf8 
-source 1.6 -target 1.6"
+cmake -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} -DJAVACFLAGS="-encoding utf8 
-source 1.6 -target 1.6" .
 make %{?_smp_mflags}
 popd
 


Reply via email to