[erlang-riak_client] Ver. 1.2.1

Peter Lemenkov peter at fedoraproject.org
Tue May 15 19:50:14 UTC 2012


commit cb4f72c5423d2a3aab686724d060997e9724e497
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Tue May 15 23:50:07 2012 +0400

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

 .gitignore                                         |    1 +
 ...iak_client-0001-Don-t-look-for-protobuffs.patch |    8 ++++----
 erlang-riak_client.spec                            |   15 ++++++++++-----
 sources                                            |    2 +-
 4 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9151307..4ea38f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /basho-riak-erlang-client-riakc-1.1.0-0-gd2297bf.tar.gz
 /basho-riak-erlang-client-1.2.0-0-gcc27dc2.tar.gz
+/basho-riak-erlang-client-1.2.1-0-g5fe8b3d.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 3075f9b..69eefb9 100644
--- a/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
+++ b/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
@@ -1,12 +1,12 @@
-From 1dbfd84af6bfa4a76ff65f57f960247e2797d05a Mon Sep 17 00:00:00 2001
+From c2f7d7cd1f1a849cd4c2f0a71ae4750db13064c4 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] Don't look for protobuffs
+Subject: [PATCH 1/1] Don't look for protobuffs
 
 Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
 ---
  rebar.config |    5 +----
- 1 files changed, 1 insertions(+), 4 deletions(-)
+ 1 file changed, 1 insertion(+), 4 deletions(-)
 
 diff --git a/rebar.config b/rebar.config
 index ac0df00..a0969e7 100644
@@ -20,5 +20,5 @@ index ac0df00..a0969e7 100644
 -       ]}.
 +{erl_opts, [debug_info, warnings_as_errors]}.
 -- 
-1.7.6
+1.7.10.1
 
diff --git a/erlang-riak_client.spec b/erlang-riak_client.spec
index a620302..30b0633 100644
--- a/erlang-riak_client.spec
+++ b/erlang-riak_client.spec
@@ -1,17 +1,19 @@
 %global realname riakc
+%global upstream basho
 %global debug_package %{nil}
-%global git_tag cc27dc2
+%global git_tag 5fe8b3d
+%global patchnumber 0
 
 
 Name:		erlang-riak_client
-Version:	1.2.0
+Version:	1.2.1
 Release:	2%{?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/1.2.0
-Source0:	basho-riak-erlang-client-%{version}-0-g%{git_tag}.tar.gz
+# wget --no-check-certificate --content-disposition https://github.com/basho/riak-erlang-client/tarball/1.2.1
+Source0:	%{upstream}-riak-erlang-client-%{version}-%{patchnumber}-g%{git_tag}.tar.gz
 Patch1:		erlang-riak_client-0001-Don-t-look-for-protobuffs.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	erlang-erts
@@ -31,7 +33,7 @@ Erlang client for Riak.
 
 
 %prep
-%setup -q -n basho-riak-erlang-client-9e54c07
+%setup -q -n %{upstream}-riak-erlang-client-fd401a7
 %patch1 -p1 -b .dont_dl_protobuffs
 
 %build
@@ -67,6 +69,9 @@ rebar eunit
 
 
 %changelog
+* Tue May 15 2012 Peter Lemenkov <lemenkov at gmail.com> - 1.2.1-1
+- Ver. 1.2.1
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index b4105b7..1599b2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dd4db2f88846809ca26d064828c1dacc  basho-riak-erlang-client-1.2.0-0-gcc27dc2.tar.gz
+2d12d8e7a675d1e1e7f6b8a756bd9361  basho-riak-erlang-client-1.2.1-0-g5fe8b3d.tar.gz


More information about the scm-commits mailing list