diff --git a/synergy.spec b/synergy.spec index 579aed4..9b968f3 100644 --- a/synergy.spec +++ b/synergy.spec @@ -1,5 +1,5 @@ Name: synergy -Version: 1.14.5.23 +Version: 1.14.6.13 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 @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://symless.com/synergy/blog -Source: https://github.com/symless/synergy-core.git/%{version}/synergy-core-%{version}.tar.bz2 +Source: https://github.com/symless/synergy-core.git/%{version}-snapshot/synergy-core-%{version}.tar.bz2 Patch0: synergy-noignoreretval.diff Patch1: synergy-implicit-declaration.patch Patch2: synergy-1.4.12-cryptopp-5.6.2.patch @@ -45,6 +45,7 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge %build %cmake -d build \ + -DSYNERGY_REVISION="00000000" \ -DCMAKE_CXX_FLAGS="`pkg-config --cflags libdns_sd`" \ -DCMAKE_REQUIRED_INCLUDES="%{_includedir}/avahi-compat-libdns_sd" @@ -60,6 +61,7 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge %files %defattr(-,root,root) %{_bindir}/synergy +%{_bindir}/synergy-core %{_bindir}/syntool %{_bindir}/synergyc %{_bindir}/synergys @@ -68,6 +70,9 @@ Redirecting the mouse and keyboard is as simple as moving the mouse off the edge %doc LICENSE doc/synergy.conf.example %changelog +* Mon Mar 06 2023 Silvan Calarco 1.14.6.13-1mamba +- update to 1.14.6.13 + * Sat Mar 04 2023 Silvan Calarco 1.14.5.23-1mamba - update to 1.14.5.23