[gearmand] Added Postgres, SQLite support

derks derks at fedoraproject.org
Mon Sep 24 20:17:40 UTC 2012


commit f6ddad022af913cb1913d6ad9b3f5debcb601fcb
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Mon Sep 24 01:15:08 2012 -0500

    Added Postgres, SQLite support

 gearmand.spec |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/gearmand.spec b/gearmand.spec
index 8fea3b9..fec28a6 100644
--- a/gearmand.spec
+++ b/gearmand.spec
@@ -18,10 +18,9 @@ BuildRequires:  boost-devel >= 1.37.0, boost-thread
 BuildRequires:  systemd-units
 
 # Additional support
-BuildRequires: mysql-devel, mysql-libs
-BuildRequires:  zlib-devel
-Requires: mysql
-Requires: zlib
+BuildRequires: mysql-devel, mysql-libs, sqlite-devel, postgresql-devel, postgresql-libs
+BuildRequires: zlib-devel
+#Requires: mysql-libs, postgresql-libs, zlib
 
 # google perftools available only on these
 %ifarch %{ix86} x86_64 ppc
@@ -183,8 +182,8 @@ fi
 %files -n libgearman
 %defattr(-,root,root,-)
 %doc COPYING
-%{_libdir}/libgearman.so.6
-%{_libdir}/libgearman.so.6.0.0
+%{_libdir}/libgearman.so.7
+%{_libdir}/libgearman.so.7.0.0
 
 %files -n libgearman-devel
 %defattr(-,root,root,-)
@@ -206,13 +205,15 @@ fi
 * Mon Sep 24 2012 BJ Dierkes <wdierkes at rackspace.com> - 0.39-1
 - Latest sources from upstream. Release notes here:
   https://launchpad.net/gearmand/trunk/0.39
+- Added Postgres support
+- Added Sqlite support
 
 * Wed Aug 15 2012 BJ Dierkes <wdierkes at rackspace.com> - 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 
+- Added MySQL support 
 
 * Wed Aug 15 2012 BJ Dierkes <wdierkes at rackspace.com> - 0.33-3
 - Rebuilt for latest boost.


More information about the scm-commits mailing list