commit a6c074200a56e40601cdeb9e3b9fdf06e0c2c939
Author: Peter Lemenkov <[email protected]>
Date:   Fri Oct 25 00:32:58 2013 +0400

    Rebuild with new __erlang_drv_version
    
    Signed-off-by: Peter Lemenkov <[email protected]>

 .gitignore     |    1 +
 erlang-js.spec |   13 ++++++-------
 sources        |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9036d10..72c23a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /basho-erlang_js-1.0.2-0-g16bc10d.tar.gz
 /basho-erlang_js-1.2.1-0-gcd520bf.tar.gz
 /basho-erlang_js-1.2.2-0-g54ecd5d.tar.gz
+/erlang_js-1.2.2.tar.gz
diff --git a/erlang-js.spec b/erlang-js.spec
index 8b4537a..35261fe 100644
--- a/erlang-js.spec
+++ b/erlang-js.spec
@@ -1,7 +1,4 @@
 %global realname erlang_js
-%global upstream basho
-%global git_tag 54ecd5d
-%global patchnumber 0
 %{?filter_setup:
 %filter_provides_in %{_libdir}/erlang/lib/.*\.so$
 %filter_setup
@@ -12,13 +9,12 @@
 
 Name:          erlang-js
 Version:       1.2.2
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       A Friendly Erlang to Javascript Binding
 Group:         Development/Libraries
 License:       ASL 2.0
 URL:           https://github.com/basho/erlang_js
-# wget --content-disposition https://github.com/basho/erlang_js/tarball/1.2.2
-Source0:       
%{upstream}-%{realname}-%{version}-%{patchnumber}-g%{git_tag}.tar.gz
+Source0:       
https://github.com/basho/erlang_js/archive/%{version}/%{realname}-%{version}.tar.gz
 # Fedora-specific
 Patch1:                erlang-js-0001-Fix-building-of-linked-in-driver.patch
 # Fedora-specific
@@ -42,7 +38,7 @@ A Friendly Erlang to Javascript Binding.
 
 
 %prep
-%setup -q -n %{upstream}-%{realname}-6046387
+%setup -q -n %{realname}-%{version}
 %patch1 -p1 -b .bundled_libs
 
 rm -f c_src/js-1.8.0-rc1.tar.gz
@@ -89,6 +85,9 @@ rebar eunit -v
 
 
 %changelog
+* Fri Oct 25 2013 Peter Lemenkov <[email protected]> - 1.2.2-3
+- Rebuild with new __erlang_drv_version
+
 * Sat Aug 03 2013 Fedora Release Engineering <[email protected]> 
- 1.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ac20192..dc3be75 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b78c6ff2b547c25f3926ebf8a7f1746b  basho-erlang_js-1.2.2-0-g54ecd5d.tar.gz
+8d4ad224885b01f20dc0a8cfc19cf779  erlang_js-1.2.2.tar.gz
_______________________________________________
erlang mailing list
[email protected]
https://lists.fedoraproject.org/mailman/listinfo/erlang

Reply via email to