Hello community, here is the log from the commit of package synergy for openSUSE:Factory checked in at 2016-08-22 10:07:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2016-04-05 10:43:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.synergy.new/synergy.changes 2016-08-22 10:07:28.000000000 +0200 @@ -1,0 +2,30 @@ +Fri Aug 19 13:10:02 UTC 2016 - [email protected] + +- Remove support for old versions +- Remove hack to disable tests and use bundled gmock + +------------------------------------------------------------------- +Fri Aug 19 09:36:29 UTC 2016 - [email protected] + +- Remove gtest-devel dependency and use bundled one + +------------------------------------------------------------------- +Thu Aug 18 16:00:12 UTC 2016 - [email protected] + +- Update to 1.8.2 + * Bug #3044 - Unable to drag-select in MS Office + * Bug #4768 - Copy paste causes 'server is dead' error on switching + * Bug #4792 - Server logging crashes when switching with clipboard data + * Bug #2975 - Middle click does not close Chrome tab on Mac client + * Bug #5087 - Linux client fails to start due to invalid cursor size + * Bug #5471 - Serial key textbox on activation screen overflows on Mac + * Bug #4836 - Stop button resets to Start when settings dialog canceled + * Enhancement #5277 - Auto restart service when synwinhk.dll fails on Windows + * Enhancement #4913 - Future-proof GUI login by using newer auth URL + * Enhancement #4922 - Add --enable-crypto argument to help text + * Enhancement #5299 - High resolution App icon on Mac + * Enhancement #4894 - Improve grammar in connection notification dialog +- Drop patch synergy-1.5.0-test.patch +- Remove src/test/CMakeLists.txt to disable tests building + +------------------------------------------------------------------- Old: ---- synergy-1.5.0-test.patch v1.7.6-stable.tar.gz New: ---- v1.8.2-stable.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ synergy.spec ++++++ --- /var/tmp/diff_new_pack.XQae0T/_old 2016-08-22 10:07:29.000000000 +0200 +++ /var/tmp/diff_new_pack.XQae0T/_new 2016-08-22 10:07:29.000000000 +0200 @@ -17,7 +17,7 @@ Name: synergy -Version: 1.7.6 +Version: 1.8.2 Release: 0 Summary: Mouse, keyboard and clipboard sharing utility License: GPL-2.0+ @@ -31,7 +31,6 @@ Source5: synergys.service # patches from Gentoo (taken from Mageia) Patch11: synergy-1.5.0-pthread.patch -Patch13: synergy-1.5.0-test.patch Patch14: synergy-1.5.0-disable-version-check.patch BuildRequires: avahi-devel BuildRequires: cmake @@ -39,7 +38,9 @@ BuildRequires: gcc-c++ BuildRequires: libqt4-devel BuildRequires: mDNSResponder-devel +BuildRequires: pkgconfig BuildRequires: systemd +BuildRequires: unzip BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xtst) @@ -79,11 +80,14 @@ %prep %setup -q -n %{name}-%{version}-stable %patch11 -p1 -%patch13 -p1 %patch14 -p1 - cp %{SOURCE2} . +# extract bundled gtest and gmock to enable building tests +# tests are not started at the moment since they segfault at the end (TODO) +unzip -d ext/gtest-1.6.0 ext/gtest-1.6.0.zip +unzip -d ext/gmock-1.6.0 ext/gmock-1.6.0.zip + # disable werror sed -i \ -e '/set(CMAKE_CXX_FLAGS/ d' \ @@ -113,17 +117,11 @@ install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/synergy" # Unit file -%if 0%{?suse_version} >= 1220 mkdir -p %{buildroot}%{_unitdir} mkdir -p %{buildroot}%{_sbindir} install -p -m 644 "%{SOURCE4}" %{buildroot}%{_unitdir} install -p -m 644 "%{SOURCE5}" %{buildroot}%{_unitdir} -%if 0%{?suse_version} > 1220 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcsynergys -%else -ln -s /sbin/service %{buildroot}%{_sbindir}/rcsynergys -%endif -%endif # GUI package install -Dm 0755 bin/%{name} %{buildroot}%{_bindir}/q%{name} ++++++ v1.7.6-stable.tar.gz -> v1.8.2-stable.tar.gz ++++++ /work/SRC/openSUSE:Factory/synergy/v1.7.6-stable.tar.gz /work/SRC/openSUSE:Factory/.synergy.new/v1.8.2-stable.tar.gz differ: char 15, line 1
