[yaz] Update to 5.3.0 Enable redis support(hiredis) Drop obsoleted patch

Christopher Meng cicku at fedoraproject.org
Thu Jul 17 05:29:14 UTC 2014


commit d33419b32a558fdcab5500b0baa5329c95f05cbc
Author: Christopher Meng <i at cicku.me>
Date:   Thu Jul 17 12:58:03 2014 +0800

    Update to 5.3.0
    Enable redis support(hiredis)
    Drop obsoleted patch

 sources       |    2 +-
 yaz-656.patch |   13 -------------
 yaz.spec      |    8 +++++++-
 3 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/sources b/sources
index 801386b..c00aa64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6046ff3cf911583e86d499d246cde13b  yaz-5.2.1.tar.gz
+713d5e532b27fe276624f58faa282377  yaz-5.3.0.tar.gz
diff --git a/yaz.spec b/yaz.spec
index 1f4942e..a59849c 100644
--- a/yaz.spec
+++ b/yaz.spec
@@ -1,11 +1,12 @@
 Name:           yaz
-Version:        5.2.1
+Version:        5.3.0
 Release:        1%{?dist}
 Summary:        Z39.50/SRW/SRU toolkit
 License:        BSD
 URL:            http://www.indexdata.com/yaz/
 Source0:        http://ftp.indexdata.com/pub/yaz/yaz-%{version}.tar.gz
 BuildRequires:  bison
+BuildRequires:  hiredis-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libgpg-error-devel
 BuildRequires:  libicu-devel
@@ -15,6 +16,7 @@ BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
+BuildRequires:  tcl
 BuildRequires:  tcp_wrappers-devel
 
 %description
@@ -67,6 +69,7 @@ server and client.
     --enable-tcpd \
     --enable-shared \
     --with-memcached \
+    --with-redis \
     --disable-static
 make %{?_smp_mflags}
 
@@ -124,6 +127,9 @@ make check
 %{_pkgdocdir}
 
 %changelog
+* Thu Jul 17 2014 Christopher Meng <rpm at cicku.me> - 5.3.0-1
+- Update to 5.3.0
+
 * Mon Jun 30 2014 Christopher Meng <rpm at cicku.me> - 5.2.1-1
 - Update to 5.2.1
 


More information about the scm-commits mailing list