diff --git a/.gitignore b/.gitignore index 1a89fbb..3c2a2f1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /basho-riak_core-1.2.1p1-0-gb1c3778.tar.gz /basho-riak_core-1.3.0-0-gc08df0d.tar.gz /basho-riak_core-1.3.1-0-g96d5dc3.tar.gz +/basho-riak_core-1.3.2-0-g5f683f5.tar.gz diff --git a/erlang-riak_core-0001-Fix-rebar-deps.patch b/erlang-riak_core-0001-Fix-rebar-deps.patch index 46212d8..da8bb2c 100644 --- a/erlang-riak_core-0001-Fix-rebar-deps.patch +++ b/erlang-riak_core-0001-Fix-rebar-deps.patch @@ -1,4 +1,4 @@ -From 5222b6a24762fdd7ebb3af8c6fb44f523624224e Mon Sep 17 00:00:00 2001 +From 5865dfb100aac2542819d574757574c39735c64b Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Sun, 24 Mar 2013 10:46:32 +0400 Subject: [PATCH 1/1] Fix rebar deps @@ -22,5 +22,5 @@ index d32b147..d09d67f 100644 {folsom, ".*", {git, "git://github.com/basho/folsom.git", {tag, "0.7.3p1"}}} ]}. -- -1.8.1.4 +1.8.2.1 diff --git a/erlang-riak_core.spec b/erlang-riak_core.spec index 03625ed..f0e2a43 100644 --- a/erlang-riak_core.spec +++ b/erlang-riak_core.spec @@ -1,25 +1,24 @@ %global realname riak_core %global upstream basho %global debug_package %{nil} -%global git_tag 96d5dc3 +%global git_tag 5f683f5 %global patchnumber 0 Name: erlang-%{realname} -Version: 1.3.1 -Release: 2%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Summary: Distributed systems infrastructure used by Riak Group: Development/Languages License: ASL 2.0 URL: https://github.com/basho/riak_core -# wget --content-disposition https://github.com/basho/riak_core/tarball/1.3.1 +# wget --content-disposition https://github.com/basho/riak_core/tarball/1.3.2 Source0: %{upstream}-%{realname}-%{version}-%{patchnumber}-g%{git_tag}.tar.gz Patch1: erlang-riak_core-0001-Fix-rebar-deps.patch # Required for unit-tests only (if you're not interested in a compile-time # testing then you may remove these lines): BuildRequires: erlang-basho_stats >= 1.0.3 -BuildRequires: erlang-cluster_info BuildRequires: erlang-folsom BuildRequires: erlang-lager >= 1.2.2 BuildRequires: erlang-mochiweb @@ -66,7 +65,7 @@ Distributed systems infrastructure used by Riak. %prep -%setup -q -n %{upstream}-%{realname}-15ea4d0 +%setup -q -n %{upstream}-%{realname}-356b592 %patch1 -p1 -b .deps @@ -96,6 +95,9 @@ rebar eunit skip_deps=true -v %changelog +* Tue Jul 02 2013 Peter Lemenkov - 1.3.2-1 +- Ver. 1.3.2 + * Sun Mar 24 2013 Peter Lemenkov - 1.3.1-2 - Fix webmachine dep diff --git a/sources b/sources index 2c35de8..bed3c5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4495dffce03a0f109a9db0575f1f33d2 basho-riak_core-1.3.1-0-g96d5dc3.tar.gz +82ae3eeee67b1b5bcd3060dc43364202 basho-riak_core-1.3.2-0-g5f683f5.tar.gz