[erlang-mochiweb] Ver. 1.4.0 (fully API/ABI compatible with previous one)

Peter Lemenkov peter at fedoraproject.org
Wed Oct 13 09:12:02 UTC 2010


commit 9461867a876b65ddbf5a430a6b53923dcab966c7
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Wed Oct 13 13:12:02 2010 +0400

    Ver. 1.4.0 (fully API/ABI compatible with previous one)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore                                         |    1 +
 ...The-term-boolean-isn-t-availabie-in-R12B5.patch |    2 +-
 ...002-No-erlang-min-A-B-in-R12B-5-and-below.patch |    2 +-
 ...-such-function-erl_scan-string-3-in-R12B5.patch |    2 +-
 ...ction-lists-keyfind-3-in-R12B5-use-lists-.patch |    2 +-
 ...elated-tests-on-R12B-requires-ssl-example.patch |    2 +-
 erlang-mochiweb.spec                               |   13 ++++++++-----
 sources                                            |    2 +-
 8 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4d1d0d9..abf7d06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 erlang-mochiweb-1.3.tar.gz
 /mochi-mochiweb-47fe37b.tar.gz
+/mochi-mochiweb-1.4.0-0-g32dc8be.tar.gz
diff --git a/erlang-mochiweb-0001-The-term-boolean-isn-t-availabie-in-R12B5.patch b/erlang-mochiweb-0001-The-term-boolean-isn-t-availabie-in-R12B5.patch
index 94fd483..e5333cc 100644
--- a/erlang-mochiweb-0001-The-term-boolean-isn-t-availabie-in-R12B5.patch
+++ b/erlang-mochiweb-0001-The-term-boolean-isn-t-availabie-in-R12B5.patch
@@ -1,4 +1,4 @@
-From a7fa787dcdea3336dcc65983f6cd497d41879458 Mon Sep 17 00:00:00 2001
+From dba6f09a7e48173beeb91d164cd03eb35be38ec1 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Tue, 13 Jul 2010 15:09:50 +0400
 Subject: [PATCH 1/5] The term boolean isn't availabie in R12B5
diff --git a/erlang-mochiweb-0002-No-erlang-min-A-B-in-R12B-5-and-below.patch b/erlang-mochiweb-0002-No-erlang-min-A-B-in-R12B-5-and-below.patch
index 526d5d9..979a31d 100644
--- a/erlang-mochiweb-0002-No-erlang-min-A-B-in-R12B-5-and-below.patch
+++ b/erlang-mochiweb-0002-No-erlang-min-A-B-in-R12B-5-and-below.patch
@@ -1,4 +1,4 @@
-From 24c87cef7767f2b8c42f37cbd45078f3366a0083 Mon Sep 17 00:00:00 2001
+From 7afdfcc29ffc6314f69a135b47238756b7d68d8f Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Tue, 13 Jul 2010 15:10:42 +0400
 Subject: [PATCH 2/5] No erlang:min(A,B) in R12B-5 and below
diff --git a/erlang-mochiweb-0003-No-such-function-erl_scan-string-3-in-R12B5.patch b/erlang-mochiweb-0003-No-such-function-erl_scan-string-3-in-R12B5.patch
index da26038..c9f695b 100644
--- a/erlang-mochiweb-0003-No-such-function-erl_scan-string-3-in-R12B5.patch
+++ b/erlang-mochiweb-0003-No-such-function-erl_scan-string-3-in-R12B5.patch
@@ -1,4 +1,4 @@
-From c66f2bdfad96603a61cfca9e17917e3373440fc2 Mon Sep 17 00:00:00 2001
+From 5167b2ddccfc013b96f2140874578183bfa7c59d Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Tue, 13 Jul 2010 15:13:57 +0400
 Subject: [PATCH 3/5] No such function - erl_scan:string/3 in R12B5
diff --git a/erlang-mochiweb-0004-No-such-function-lists-keyfind-3-in-R12B5-use-lists-.patch b/erlang-mochiweb-0004-No-such-function-lists-keyfind-3-in-R12B5-use-lists-.patch
index 5c89306..a7c5393 100644
--- a/erlang-mochiweb-0004-No-such-function-lists-keyfind-3-in-R12B5-use-lists-.patch
+++ b/erlang-mochiweb-0004-No-such-function-lists-keyfind-3-in-R12B5-use-lists-.patch
@@ -1,4 +1,4 @@
-From a95dd73d8e074c8d9656e0f232b17054af836582 Mon Sep 17 00:00:00 2001
+From 41a6fd0fcaff8e32977399b9ec4c14de6a64a04d Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Tue, 13 Jul 2010 15:16:13 +0400
 Subject: [PATCH 4/5] No such function lists:keyfind/3 in R12B5 - use lists:keysearch/3 instead
diff --git a/erlang-mochiweb-0005-Fixed-ssl-related-tests-on-R12B-requires-ssl-example.patch b/erlang-mochiweb-0005-Fixed-ssl-related-tests-on-R12B-requires-ssl-example.patch
index 63d0208..3bba9e3 100644
--- a/erlang-mochiweb-0005-Fixed-ssl-related-tests-on-R12B-requires-ssl-example.patch
+++ b/erlang-mochiweb-0005-Fixed-ssl-related-tests-on-R12B-requires-ssl-example.patch
@@ -1,4 +1,4 @@
-From 41ac5d4139d51135eae4fb79208b1ce3ab69ee38 Mon Sep 17 00:00:00 2001
+From 21ce1e2ac04d869887ec73f348b3bf08f9902330 Mon Sep 17 00:00:00 2001
 From: Peter Lemenkov <lemenkov at gmail.com>
 Date: Tue, 10 Aug 2010 16:10:45 +0400
 Subject: [PATCH 5/5] Fixed ssl-related tests on R12B (requires ssl/examples from Erlang/OTP)
diff --git a/erlang-mochiweb.spec b/erlang-mochiweb.spec
index 18fbb27..f60c5c2 100644
--- a/erlang-mochiweb.spec
+++ b/erlang-mochiweb.spec
@@ -1,17 +1,17 @@
 %global debug_package %{nil}
 %global realname mochiweb
-%global git_tag  47fe37b
+%global git_tag 32dc8be
 
 
 Name:		erlang-%{realname}
-Version:	1.3
-Release:	0.8.20100929git%{git_tag}%{?dist}
+Version:	1.4.0
+Release:	1%{?dist}
 Summary:	An Erlang library for building lightweight HTTP servers
 Group:		Development/Libraries
 License:	MIT
 URL:		http://github.com/mochi/mochiweb
-# wget wget http://github.com/mochi/mochiweb/tarball/9687b40
-Source0:	mochi-%{realname}-%{git_tag}.tar.gz
+# wget http://github.com/mochi/mochiweb/tarball/1.4.0
+Source0:	mochi-%{realname}-%{version}-0-g%{git_tag}.tar.gz
 Patch1:		erlang-mochiweb-0001-The-term-boolean-isn-t-availabie-in-R12B5.patch
 Patch2:		erlang-mochiweb-0002-No-erlang-min-A-B-in-R12B-5-and-below.patch
 Patch3:		erlang-mochiweb-0003-No-such-function-erl_scan-string-3-in-R12B5.patch
@@ -119,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Oct 13 2010 Peter Lemenkov <lemenkov at gmail.com> - 1.4.0-1
+- Ver. 1.4.0
+
 * Wed Sep 29 2010 Peter Lemenkov <lemenkov at gmail.com> - 1.3-0.8.20100929git9687b40
 - Narrowed BuildRequires
 - Restricted explicit requirement for obsoleted fd_server module (rhbz #601152)
diff --git a/sources b/sources
index 0bc62fd..14e6bf7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b500826203d78ff60354f0892fb263e0  mochi-mochiweb-47fe37b.tar.gz
+6b165045d337bca6dcd3d111a9f6073b  mochi-mochiweb-1.4.0-0-g32dc8be.tar.gz


More information about the scm-commits mailing list