From 83fc854c6da2116155d568dee611a58c98020187 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:16:30 +0100 Subject: [PATCH] update to 1.12.0 [release 1.12.0-1mamba;Sun Dec 27 2020] --- synergy.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/synergy.spec b/synergy.spec index 8d982b1..e099c96 100644 --- a/synergy.spec +++ b/synergy.spec @@ -1,5 +1,5 @@ Name: synergy -Version: 1.10.3 +Version: 1.12.0 Release: 1mamba Summary: Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems Group: Graphical Desktop/Applications/Utilities @@ -17,6 +17,7 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: avahi-compat-libdns_sd-devel BuildRequires: glibc-devel +BuildRequires: ldconfig BuildRequires: libICE-devel BuildRequires: libSM-devel BuildRequires: libX11-devel @@ -36,13 +37,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It's intended for users with multiple computers on their desk since each system uses its own monitor(s). Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. Synergy also merges the clipboards of all the systems into one, allowing cut-and-paste between systems. Furthermore, it synchronizes screen savers so they all start and stop together and, if screen locking is enabled, only one screen requires a password to unlock them all. Learn more about how it works. +%debug_package + %prep %setup -q -n synergy-core-%{version} #%patch3 -p1 %build %cmake -d build \ - -DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`" + -DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`" \ + -DCMAKE_REQUIRED_INCLUDES="%{_includedir}/avahi-compat-libdns_sd" %make @@ -64,6 +68,9 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge %doc LICENSE doc/synergy.conf.example %changelog +* Sun Dec 27 2020 Silvan Calarco 1.12.0-1mamba +- update to 1.12.0 + * Sun Oct 27 2019 Automatic Build System 1.10.3-1mamba - automatic version update by autodist