Hello community,

here is the log from the commit of package synergy for openSUSE:Factory checked 
in at 2015-08-11 08:27:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/synergy (Old)
 and      /work/SRC/openSUSE:Factory/.synergy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "synergy"

Changes:
--------
--- /work/SRC/openSUSE:Factory/synergy/synergy.changes  2014-12-05 
21:04:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.synergy.new/synergy.changes     2015-08-11 
08:27:16.000000000 +0200
@@ -1,0 +2,40 @@
+Mon Aug 10 15:04:27 UTC 2015 - mplus...@suse.com
+
+- Update to 1.7.3
+  * Bug #4565 - Incorrect plugin downloads on Debian and Mint
+  * Bug #4677 - Windows service log file grows to very large size
+  * Bug #4651 - High logging rate causes Windows service to crash
+  * Bug #4650 - SSL error log message repeats excessively and 
+    freezes cursor
+  * Bug #4624 - Runaway logging causes GUI to freeze
+  * Bug #4617 - Windows service randomly stops after 'ssl
+    handshake failure' error
+  * Bug #4601 - Large clipboard data with SSL causes 'protocol is 
+    shutdown' error
+  * Bug #4593 - Locking Windows server causes SSL_ERROR_SSL to 
+    repeat
+  * Bug #4577 - Memory leak in GUI on Windows caused by logging
+  * Bug #4538 - Windows service crashes intermittently with no 
+    error
+  * Bug #4341 - GUI freezes on first load when reading log
+  * Bug #4566 - Client or server crashes with 'ssl handshake 
+    failure' error
+  * Bug #4706 - Installer is not output to build config dir 
+    on Windows
+  * Bug #4704 - Plugin 'ns' release build is overwritten with 
+    debug version on Linux
+  * Bug #4703 - Plugins are not built to config directory on Mac
+  * Bug #4697 - Timing can allow an SSL socket to be used after 
+    cleanup call
+  * Enhancement #4661 - Log error but do not crash when failing 
+    to load plugins
+  * Enhancement #4708 - Download ns plugin for specific Mac 
+    versions
+  * Enhancement #4587 - Include OpenSSL binaries in source for 
+    easier building
+  * Enhancement #4695 - Automatically upload plugins as 
+    Buildbot step
+  * See attached Changelog for detailed list of changes
+- Drop no longer needed synergy-1.5.0-crytopp.patch
+
+-------------------------------------------------------------------

Old:
----
  1.6.2.tar.gz
  synergy-1.5.0-crytopp.patch

New:
----
  v1.7.3-stable.tar.gz

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

Other differences:
------------------
++++++ synergy.spec ++++++
--- /var/tmp/diff_new_pack.XiKOyG/_old  2015-08-11 08:27:17.000000000 +0200
+++ /var/tmp/diff_new_pack.XiKOyG/_new  2015-08-11 08:27:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package synergy
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,19 @@
 
 
 Name:           synergy
-Version:        1.6.2
+Version:        1.7.3
 Release:        0
 Summary:        Mouse, keyboard and clipboard sharing utility
 License:        GPL-2.0+
 Group:          System/X11/Utilities
 Url:            http://synergy-project.org/
-Source:         https://github.com/synergy/synergy/archive/%{version}.tar.gz
+Source0:        
https://github.com/synergy/synergy/archive/v%{version}-stable.tar.gz
 Source1:        synergy-firewall-services
 Source2:        qsynergy.desktop
 Source3:        qsynergy.png
 Source4:        synergys.socket
 Source5:        synergys.service
 # patches from Gentoo (taken from Mageia)
-Patch10:        synergy-1.5.0-crytopp.patch
 Patch11:        synergy-1.5.0-pthread.patch
 Patch13:        synergy-1.5.0-test.patch
 Patch14:        synergy-1.5.0-disable-version-check.patch
@@ -76,8 +75,7 @@
 keyboard.
 
 %prep
-%setup -q
-%patch10 -p1
+%setup -q -n %{name}-%{version}-stable
 %patch11 -p1
 %patch13 -p1
 %patch14 -p1
@@ -90,6 +88,7 @@
     CMakeLists.txt
 
 %build
+CXXFLAGS="%{optflags} -fPIC"
 %cmake
 make VERBOSE=1 %{?_smp_mflags}
 # leave the build subfolder
@@ -143,7 +142,7 @@
 
 %files
 %defattr(-, root, root)
-%doc README ChangeLog COPYING doc/synergy.conf*
+%doc README ChangeLog LICENSE doc/synergy.conf*
 %config(noreplace) %{_sysconfdir}/synergy.conf
 %{_bindir}/synergyc
 %{_bindir}/synergys
@@ -156,7 +155,7 @@
 
 %files -n qsynergy
 %defattr(-,root,root)
-%doc COPYING
+%doc LICENSE
 %{_bindir}/q%{name}
 %{_datadir}/applications/q%{name}.desktop
 %{_datadir}/pixmaps/q%{name}.png


++++++ synergy-1.5.0-disable-version-check.patch ++++++
--- /var/tmp/diff_new_pack.XiKOyG/_old  2015-08-11 08:27:17.000000000 +0200
+++ /var/tmp/diff_new_pack.XiKOyG/_new  2015-08-11 08:27:17.000000000 +0200
@@ -1,9 +1,10 @@
-diff -urN synergy-1.6.2.old/src/gui/src/MainWindow.cpp 
synergy-1.6.2/src/gui/src/MainWindow.cpp
---- synergy-1.6.2.old/src/gui/src/MainWindow.cpp       2014-12-04 
16:52:34.404316007 +0100
-+++ synergy-1.6.2/src/gui/src/MainWindow.cpp   2014-12-04 16:53:17.519403322 
+0100
-@@ -151,7 +151,7 @@
- 
-       showNormal();
+Index: synergy-1.7.3-stable/src/gui/src/MainWindow.cpp
+===================================================================
+--- synergy-1.7.3-stable.orig/src/gui/src/MainWindow.cpp
++++ synergy-1.7.3-stable/src/gui/src/MainWindow.cpp
+@@ -165,7 +165,7 @@ void MainWindow::open()
+               showNormal();
+       }
  
 -      m_VersionChecker.checkLatest();
 +      //m_VersionChecker.checkLatest();

++++++ synergy-1.5.0-pthread.patch ++++++
--- /var/tmp/diff_new_pack.XiKOyG/_old  2015-08-11 08:27:17.000000000 +0200
+++ /var/tmp/diff_new_pack.XiKOyG/_new  2015-08-11 08:27:17.000000000 +0200
@@ -1,6 +1,8 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -141,6 +141,8 @@
+Index: synergy-1.7.3-stable/CMakeLists.txt
+===================================================================
+--- synergy-1.7.3-stable.orig/CMakeLists.txt
++++ synergy-1.7.3-stable/CMakeLists.txt
+@@ -152,6 +152,8 @@ if (UNIX)
        check_library_exists("pthread" pthread_create "" HAVE_PTHREAD)
        if (HAVE_PTHREAD)
                list(APPEND libs pthread)

++++++ synergy-1.5.0-test.patch ++++++
--- /var/tmp/diff_new_pack.XiKOyG/_old  2015-08-11 08:27:17.000000000 +0200
+++ /var/tmp/diff_new_pack.XiKOyG/_new  2015-08-11 08:27:17.000000000 +0200
@@ -1,15 +1,19 @@
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -19,6 +19,6 @@
- add_subdirectory(plugin)
+Index: synergy-1.7.3-stable/src/CMakeLists.txt
+===================================================================
+--- synergy-1.7.3-stable.orig/src/CMakeLists.txt
++++ synergy-1.7.3-stable/src/CMakeLists.txt
+@@ -18,6 +18,6 @@ add_subdirectory(lib)
+ add_subdirectory(cmd)
  add_subdirectory(micro)
  
 -if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "IRIX")
 +if (${WITH_GENTOO_TEST} MATCHES "ON")
        add_subdirectory(test)
  endif()
---- a/src/test/CMakeLists.txt
-+++ b/src/test/CMakeLists.txt
+Index: synergy-1.7.3-stable/src/test/CMakeLists.txt
+===================================================================
+--- synergy-1.7.3-stable.orig/src/test/CMakeLists.txt
++++ synergy-1.7.3-stable/src/test/CMakeLists.txt
 @@ -14,20 +14,5 @@
  # You should have received a copy of the GNU General Public License
  # along with this program.  If not, see <http://www.gnu.org/licenses/>.


Reply via email to