From 5d03cfbf06a7dd090baf2a4172f9107541408e1d Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Tue, 14 Aug 2012 15:04:14 -0500 Subject: [PATCH] Latest sources --- gearmand.spec | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/gearmand.spec b/gearmand.spec index 11e738d..7ea9a89 100644 --- a/gearmand.spec +++ b/gearmand.spec @@ -1,7 +1,7 @@ Name: gearmand -Version: 0.33 -Release: 2%{?dist} +Version: 0.35 +Release: 1%{?dist} Summary: A distributed job system Group: System Environment/Daemons @@ -17,6 +17,12 @@ BuildRequires: libevent-devel, libuuid-devel, libmemcached-devel, memcached BuildRequires: boost-devel >= 1.37.0 BuildRequires: systemd-units +# Additional support +BuildRequires: mysql-devel, mysql-libs +BuildRequires: zlib-devel +Requires: mysql +Requires: zlib + # google perftools available only on these %ifarch %{ix86} x86_64 ppc BuildRequires: gperftools-devel @@ -35,7 +41,7 @@ Requires(postun): systemd-units #Patch0: gearmand-0.27-lp914495.patch #Patch1: gearmand-0.28-lp932994.patch #Patch2: gearmand-0.31-lp978235.patch -Patch3: gearmand-0.33-lp1020778.patch +#Patch3: gearmand-0.33-lp1020778.patch %description Gearman provides a generic framework to farm out work to other machines @@ -84,7 +90,7 @@ Development headers for %{name} 1.0. %setup -q #%%patch1 -p1 -b .lp932994 #%%patch2 -p1 -b .lp978235 -%patch3 -p1 -b .lp1020778 +#%%patch3 -p1 -b .lp1020778 %build %ifarch ppc64 sparc64 @@ -194,6 +200,13 @@ fi %{_includedir}/libgearman-1.0/ %changelog +* Mon Aug 13 2012 BJ Dierkes - 0.35-1 +- Latest sources from upstream. Release notes here: + https://launchpad.net/gearmand/trunk/0.35 +- Removed Patch3: gearmand-0.33-lp1020778.patch (applied upstream) +- Added zlib support +- Added libmysql support + * Thu Jul 19 2012 Fedora Release Engineering - 0.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild