[erlang-riak_api] Ver. 1.3.2

Peter Lemenkov peter at fedoraproject.org
Wed Jul 31 14:04:47 UTC 2013


commit af961dd6cee9323a1bb74bf4b3e8d5be846efc00
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Wed Jul 31 17:26:44 2013 +0400

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

 .gitignore                                         |    1 +
 ...0001-Allow-building-against-riak_pb-1.3.x.patch |   10 +++++-----
 erlang-riak_api.spec                               |   18 +++++++++++-------
 sources                                            |    2 +-
 4 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee5dc8d..98ebaf0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /basho-riak_api-1.2.1-0-gcd80e96.tar.gz
 /basho-riak_api-1.3.0-0-g916251e.tar.gz
 /basho-riak_api-1.3.1-0-g34acbdb.tar.gz
+/basho-riak_api-1.3.2-0-g887c63d.tar.gz
diff --git a/erlang-riak_api-0001-Allow-building-against-riak_pb-1.3.x.patch b/erlang-riak_api-0001-Allow-building-against-riak_pb-1.3.x.patch
index 87fdf7b..585f97e 100644
--- a/erlang-riak_api-0001-Allow-building-against-riak_pb-1.3.x.patch
+++ b/erlang-riak_api-0001-Allow-building-against-riak_pb-1.3.x.patch
@@ -1,4 +1,4 @@
-From 834945e4eb6118f00b0d61f02b19b81c2ce99dc7 Mon Sep 17 00:00:00 2001
+From 287ea4524bdbc39dd10f9039b8feeeeb96e78bc5 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Mon, 11 Mar 2013 21:41:22 +0400
 Subject: [PATCH 1/1] Allow building against riak_pb 1.3.x
@@ -9,7 +9,7 @@ Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/rebar.config b/rebar.config
-index a6918b6..d3a5af3 100644
+index 281e7b9..c41a09f 100644
 --- a/rebar.config
 +++ b/rebar.config
 @@ -5,7 +5,7 @@
@@ -19,8 +19,8 @@ index a6918b6..d3a5af3 100644
 -        {riak_pb, "1.3.0", {git, "git://github.com/basho/riak_pb.git",
 +        {riak_pb, "1.3.*", {git, "git://github.com/basho/riak_pb.git",
                              {tag, "1.3.0"}}},
-         {riak_core, "1.3.1", {git, "git://github.com/basho/riak_core.git",
-                               {tag, "1.3.1"}}}
+         {riak_core, "1.3.2", {git, "git://github.com/basho/riak_core.git",
+                               {tag, "1.3.2"}}}
 -- 
-1.8.1.4
+1.8.3.1
 
diff --git a/erlang-riak_api.spec b/erlang-riak_api.spec
index 4d17c94..9eca0a4 100644
--- a/erlang-riak_api.spec
+++ b/erlang-riak_api.spec
@@ -1,18 +1,19 @@
 %global realname riak_api
 %global upstream basho
 %global debug_package %{nil}
-%global git_tag 34acbdb
+%global git_tag 887c63d
 %global patchnumber 0
 
 
 Name:		erlang-%{realname}
-Version:	1.3.1
-Release:	2%{?dist}
+Version:	1.3.2
+Release:	1%{?dist}
 Summary:	Riak Client APIs
 Group:		Development/Languages
 License:	ASL 2.0
 URL:		https://github.com/basho/riak_api
-# wget --content-disposition https://github.com/basho/riak_api/tarball/1.3.1
+VCS:		https://github.com/basho/riak_pb.git
+# wget --content-disposition https://github.com/basho/riak_api/tarball/1.3.2
 Source0:	%{upstream}-%{realname}-%{version}-%{patchnumber}-g%{git_tag}.tar.gz
 # Fedora/EPEL-specific
 Patch1:		erlang-riak_api-0001-Allow-building-against-riak_pb-1.3.x.patch
@@ -20,13 +21,13 @@ BuildRequires:	erlang-lager >= 1.2.2
 BuildRequires:	erlang-meck
 BuildRequires:	erlang-os_mon
 BuildRequires:	erlang-rebar
-BuildRequires:	erlang-riak_core >= 1.3.1
+BuildRequires:	erlang-riak_core >= 1.3.2
 BuildRequires:	erlang-riak_pb >= 1.3.0
 Requires:	erlang-erts%{?_isa}
 Requires:	erlang-folsom%{?_isa} >= 0.7.0
 Requires:	erlang-kernel%{?_isa}
 Requires:	erlang-lager%{?_isa} >= 1.2.2
-Requires:	erlang-riak_core%{?_isa} >= 1.3.1
+Requires:	erlang-riak_core%{?_isa} >= 1.3.2
 Requires:	erlang-riak_pb%{?_isa} >= 1.3.0
 Requires:	erlang-stdlib%{?_isa}
 
@@ -39,7 +40,7 @@ later time.
 
 
 %prep
-%setup -q -n %{upstream}-%{realname}-0e0161a
+%setup -q -n %{upstream}-%{realname}-ec168e7
 %patch1 -p1 -b .relax_deps
 
 
@@ -66,6 +67,9 @@ rebar eunit skip_deps=true -v
 
 
 %changelog
+* Wed Jul 31 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.3.2-1
+- Ver. 1.3.2
+
 * Sun Mar 24 2013 Peter Lemenkov <lemenkov at gmail.com> - 1.3.1-2
 - Added builddep on os_mon
 
diff --git a/sources b/sources
index 276463b..b4fb7e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-482dd4a964abf12add9af65d4af82678  basho-riak_api-1.3.1-0-g34acbdb.tar.gz
+242a829d2e98cca664975c2d2d47df84  basho-riak_api-1.3.2-0-g887c63d.tar.gz


More information about the scm-commits mailing list