commit c2529f9b788ca3294394c1d0d91569afa3766549
Author: Peter Lemenkov <[email protected]>
Date:   Tue Nov 4 10:53:52 2014 +0300

    Ver. 2.0.0
    
    Signed-off-by: Peter Lemenkov <[email protected]>

 .gitignore         |    1 +
 erlang-ebloom.spec |   18 ++++++++----------
 sources            |    2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a0641c2..8e45bdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /basho-ebloom-ebloom-1.0.2-0-g0d070d8.tar.gz
 /basho-ebloom-1.1.1-0-g7dd7c51.tar.gz
 /basho-ebloom-1.1.2-0-g0b6d7d9.tar.gz
+/ebloom-2.0.0.tar.gz
diff --git a/erlang-ebloom.spec b/erlang-ebloom.spec
index bf338c6..1ea2026 100644
--- a/erlang-ebloom.spec
+++ b/erlang-ebloom.spec
@@ -1,7 +1,4 @@
 %global realname ebloom
-%global upstream basho
-%global git_tag 0b6d7d9
-%global patchnumber 0
 %{?filter_setup:
 %filter_provides_in %{_libdir}/erlang/lib/.*\.so$
 %filter_setup
@@ -11,19 +8,16 @@
 
 
 Name:          erlang-%{realname}
-Version:       1.1.2
-Release:       6%{?dist}
+Version:       2.0.0
+Release:       1%{?dist}
 Summary:       A NIF wrapper around a basic bloom filter
 Group:         Development/Languages
 # c_src/bloom_filter.hpp and c_src/serialyzer.hpp are licensed under CPL
 # and the rest of the sources are licensed under ASL 2.0
 License:       ASL 2.0 and CPL
 URL:           https://github.com/basho/ebloom
-%if 0%{?el7}%{?fedora}
 VCS:           scm:git:https://github.com/basho/ebloom.git
-%endif
-# wget --content-disposition https://github.com/basho/ebloom/tarball/1.1.1
-Source0:       %{upstream}-%{realname}-%{version}-0-g%{git_tag}.tar.gz
+Source0:       
https://github.com/basho/ebloom/archive/%{version}/%{realname}-%{version}.tar.gz
 BuildRequires: erlang-rebar
 BuildRequires: erlang-rpm-macros >= 0.1.4
 # erlang:load_nif/2
@@ -38,7 +32,7 @@ A NIF wrapper around a basic bloom filter.
 
 
 %prep
-%setup -q -n %{upstream}-%{realname}-7fc01fa
+%setup -q -n %{realname}-%{version}
 
 
 %build
@@ -65,6 +59,10 @@ install -p -m 0755 -D priv/%{realname}_nifs.so 
%{buildroot}%{_libdir}/erlang/lib
 
 
 %changelog
+* Tue Nov 04 2014 Peter Lemenkov <[email protected]> - 2.0.0-1
+- Ver. 2.0.0 (just a version bump - no API/ABI changes)
+- Rebuild with Erlang 17.3.3
+
 * Thu Aug 28 2014 Peter Lemenkov <[email protected]> - 1.1.2-6
 - Rebuild with Erlang 17.2.1
 
diff --git a/sources b/sources
index a330885..31c0e09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad96048fff17259c3eaa659672748abb  basho-ebloom-1.1.2-0-g0b6d7d9.tar.gz
+4ba5f72d986596cf5a50b234a6d6cbfe  ebloom-2.0.0.tar.gz
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to