[erlang-riak_client] Ver. 1.2.0

Peter Lemenkov peter at fedoraproject.org
Fri Sep 16 08:49:48 UTC 2011


commit 6912b1570482bf265a27a58997aabb5b84085e5b
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Fri Sep 16 12:49:29 2011 +0400

    Ver. 1.2.0
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore                                         |    1 +
 ...iak_client-0001-Don-t-look-for-protobuffs.patch |   17 ++++---
 ...client-0002-Fixed-several-more-unit-tests.patch |   51 --------------------
 ..._client-0003-Added-TCP-connection-timeout.patch |   28 -----------
 erlang-riak_client.spec                            |   19 ++++----
 sources                                            |    2 +-
 6 files changed, 20 insertions(+), 98 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 610a922..9151307 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /basho-riak-erlang-client-riakc-1.1.0-0-gd2297bf.tar.gz
+/basho-riak-erlang-client-1.2.0-0-gcc27dc2.tar.gz
diff --git a/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch b/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
index 5a2049f..3075f9b 100644
--- a/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
+++ b/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
@@ -1,23 +1,24 @@
-From 3f6c38b80ff4db089132f715007bfc90da9bf56c Mon Sep 17 00:00:00 2001
+From 1dbfd84af6bfa4a76ff65f57f960247e2797d05a Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Sat, 30 Oct 2010 18:51:40 +0400
-Subject: [PATCH 1/3] Don't look for protobuffs
+Subject: [PATCH] Don't look for protobuffs
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
- rebar.config |    3 ---
- 1 files changed, 0 insertions(+), 3 deletions(-)
+ rebar.config |    5 +----
+ 1 files changed, 1 insertions(+), 4 deletions(-)
 
 diff --git a/rebar.config b/rebar.config
-index c52eb31..c73fb44 100644
+index ac0df00..a0969e7 100644
 --- a/rebar.config
 +++ b/rebar.config
 @@ -1,5 +1,2 @@
  {cover_enabled, true}.
- {erl_opts, [debug_info, fail_on_warning]}.
+-{erl_opts, [warnings_as_errors]}.
 -{deps, [
--  {protobuffs, "0.5.*", {git, "git://github.com/basho/erlang_protobuffs", {tag, "protobuffs-0.5.1"}}}
+-  {protobuffs, "0.6.*", {git, "git://github.com/basho/erlang_protobuffs", {tag, "protobuffs-0.6.0"}}}
 -       ]}.
++{erl_opts, [debug_info, warnings_as_errors]}.
 -- 
-1.7.4.1
+1.7.6
 
diff --git a/erlang-riak_client.spec b/erlang-riak_client.spec
index f03ff5c..8093d6a 100644
--- a/erlang-riak_client.spec
+++ b/erlang-riak_client.spec
@@ -1,20 +1,18 @@
 %global realname riakc
 %global debug_package %{nil}
-%global git_tag d2297bf
+%global git_tag cc27dc2
 
 
 Name:		erlang-riak_client
-Version:	1.1.0
-Release:	2%{?dist}
+Version:	1.2.0
+Release:	1%{?dist}
 Summary:	Erlang client for Riak
 Group:		Development/Languages
 License:	ASL 2.0
 URL:		http://github.com/basho/riak-erlang-client
-# wget --no-check-certificate https://github.com/basho/riak-erlang-client/tarball/riakc-1.1.0
-Source0:	basho-riak-erlang-client-%{realname}-%{version}-0-g%{git_tag}.tar.gz
+# wget --no-check-certificate https://github.com/basho/riak-erlang-client/tarball/1.2.0
+Source0:	basho-riak-erlang-client-%{version}-0-g%{git_tag}.tar.gz
 Patch1:		erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
-Patch2:		erlang-riak_client-0002-Fixed-several-more-unit-tests.patch
-Patch3:		erlang-riak_client-0003-Added-TCP-connection-timeout.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	erlang-erts
 BuildRequires:	erlang-eunit
@@ -33,10 +31,8 @@ Erlang client for Riak.
 
 
 %prep
-%setup -q -n basho-riak-erlang-client-%{git_tag}
+%setup -q -n basho-riak-erlang-client-9e54c07
 %patch1 -p1 -b .dont_dl_protobuffs
-%patch2 -p1 -b .fix_unittests
-%patch3 -p1 -b .tcp_timeouts
 
 %build
 rebar compile -v
@@ -71,6 +67,9 @@ rebar eunit
 
 
 %changelog
+* Fri Sep 16 2011 Peter Lemenkov <lemenkov at gmail.com> - 1.2.0-1
+- Ver. 1.2.0
+
 * Wed Apr 27 2011 Peter Lemenkov <lemenkov at gmail.com> - 1.1.0-2
 - Rebuild with new erlang-protobuffs
 
diff --git a/sources b/sources
index f13e1f2..b4105b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67d75b7147181a5a1e31547cd017ffd5  basho-riak-erlang-client-riakc-1.1.0-0-gd2297bf.tar.gz
+dd4db2f88846809ca26d064828c1dacc  basho-riak-erlang-client-1.2.0-0-gcc27dc2.tar.gz


More information about the scm-commits mailing list