From 7d242dc2c44737402c1c33af52681f86075810d2 Mon Sep 17 00:00:00 2001 From: Johan Swensson Date: Dec 20 2014 21:38:23 +0000 Subject: Update to 1.6.2 --- diff --git a/.gitignore b/.gitignore index 4309928..03c1ba9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /synergy-1.3.7-Source.tar.gz /synergy-1.4.10-Source.tar.gz /synergy-1.5.0-r2278-Source.tar.gz +/1.6.2.tar.gz diff --git a/sources b/sources index a916367..1a2f4ca 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 18aee04a7e232e4d821f46ff24da3364 synergy-1.4.10-Source.tar.gz 1e1eb2bd1502f3c39d291738bacaebd5 synergy-1.5.0-r2278-Source.tar.gz +883fa0373eb2aa18931b351ef9dd6074 1.6.2.tar.gz diff --git a/synergy.spec b/synergy.spec index 0f3883d..bc5251d 100644 --- a/synergy.spec +++ b/synergy.spec @@ -1,13 +1,11 @@ -%global release_tag r2278 - Summary: Share mouse and keyboard between multiple computers over the network Name: synergy -Version: 1.5.0 -Release: 2%{?dist} +Version: 1.6.2 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons URL: http://synergy-foss.org/ -Source: http://synergy-project.org/files/packages/synergy-%{version}-%{release_tag}-Source.tar.gz +Source: https://github.com/synergy/synergy/archive/%{version}.tar.gz #http://synergy-project.org/spit/issues/details/3567/ Patch0: synergy-1.5.0-unbundle_cryptopp.patch @@ -28,6 +26,7 @@ BuildRequires: qt-devel BuildRequires: libcurl-devel BuildRequires: cryptopp-devel BuildRequires: desktop-file-utils +BuildRequires: avahi-compat-libdns_sd-devel %description Synergy lets you easily share your mouse and keyboard between multiple @@ -37,7 +36,7 @@ Windows, Mac OS X and Linux. Redirecting the mouse and keyboard is as simple as moving the mouse off the edge of your screen. %prep -%setup -q -n %{name}-%{version}-Source +%setup -q -n %{name}-%{version} %patch0 -p1 %patch1 -p1 rm -f ext/cryptopp562.zip @@ -85,6 +84,16 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/synergy.desktop %{_mandir}/man8/synergys.8* %changelog +* Sat Dec 20 2014 Johan Swensson - 1.6.2-1 +- Update to 1.6.2 + +* Fri Nov 28 2014 Johan Swensson - 1.6.1-1 +- Update to 1.6.1 +- BuildRequire avahi-compat-libdns_sd-devel + +* Sat Aug 23 2014 Johan Swensson - 1.5.1-1 +- Update to 1.5.1 + * Mon Aug 18 2014 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild