From ea9b20164398b7cc2daa751088879a5f68edecf4 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Mar 11 2013 11:56:44 +0000 Subject: Ver. 1.3.3 Signed-off-by: Peter Lemenkov --- diff --git a/.gitignore b/.gitignore index 1781a50..ceaf057 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /basho-riak-erlang-client-1.2.0-0-gcc27dc2.tar.gz /basho-riak-erlang-client-1.2.1-0-g5fe8b3d.tar.gz /basho-riak-erlang-client-1.3.1-0-gc377347.tar.gz +/basho-riak-erlang-client-1.3.3-0-gf04523d.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 deleted file mode 100644 index 2b55d11..0000000 --- a/erlang-riak_client-0001-Don-t-look-for-protobuffs.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 4e7d3c294975e022ff65eddf889dcf5542ebafcb Mon Sep 17 00:00:00 2001 -From: Peter Lemenkov -Date: Sat, 30 Oct 2010 18:51:40 +0400 -Subject: [PATCH 1/1] Don't look for protobuffs - -Signed-off-by: Peter Lemenkov ---- - rebar.config | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/rebar.config b/rebar.config -index 9618d54..6daac29 100644 ---- a/rebar.config -+++ b/rebar.config -@@ -1,7 +1,4 @@ - {cover_enabled, true}. - {eunit_opts, [verbose]}. - {erl_opts, [warnings_as_errors]}. --{deps, [ -- {riak_pb, ".*", {git, "git://github.com/basho/riak_pb", "master"}} -- ]}. - {edoc_opts, [{stylesheet_file, "./priv/edoc.css"}]}. --- -1.7.12 - diff --git a/erlang-riak_client.spec b/erlang-riak_client.spec index d521b31..7ea5643 100644 --- a/erlang-riak_client.spec +++ b/erlang-riak_client.spec @@ -1,21 +1,19 @@ %global realname riakc %global upstream basho %global debug_package %{nil} -%global git_tag c377347 +%global git_tag f04523d %global patchnumber 0 Name: erlang-riak_client -Version: 1.3.1 -Release: 2%{?dist} +Version: 1.3.3 +Release: 1%{?dist} Summary: Erlang client for Riak Group: Development/Languages License: ASL 2.0 URL: http://github.com/basho/riak-erlang-client -# wget --content-disposition https://github.com/basho/riak-erlang-client/tarball/1.3.1 +# wget --content-disposition https://github.com/basho/riak-erlang-client/tarball/1.3.3 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-riak_pb BuildRequires: erlang-rebar Requires: erlang-erts%{?_isa} @@ -31,7 +29,6 @@ Erlang client for Riak. %prep %setup -q -n %{upstream}-riak-erlang-client-%{git_tag} -%patch1 -p1 -b .nodeps %build @@ -39,7 +36,6 @@ rebar compile -v %install -rm -rf %{buildroot} mkdir -p %{buildroot}%{_libdir}/erlang/lib/%{realname}-%{version}/ebin mkdir -p %{buildroot}%{_libdir}/erlang/lib/%{realname}-%{version}/include install -m 644 ebin/%{realname}.app %{buildroot}%{_libdir}/erlang/lib/%{realname}-%{version}/ebin @@ -48,12 +44,8 @@ install -m 644 ebin/%{realname}_pb_socket.beam %{buildroot}%{_libdir}/erlang/lib install -m 644 include/%{realname}.hrl %{buildroot}%{_libdir}/erlang/lib/%{realname}-%{version}/include -%clean -rm -rf %{buildroot} - - %check -rebar eunit -v +rebar eunit skip_deps=true -v %files @@ -68,6 +60,9 @@ rebar eunit -v %changelog +* Mon Mar 11 2013 Peter Lemenkov - 1.3.3-1 +- Ver. 1.3.3 + * Wed Feb 13 2013 Fedora Release Engineering - 1.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 43093de..74a68b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6432e104e9bd0b455125ae8afe0d39b1 basho-riak-erlang-client-1.3.1-0-gc377347.tar.gz +d4d83ef2f26305cf3529d75f7be1c133 basho-riak-erlang-client-1.3.3-0-gf04523d.tar.gz