[erlang-sext] Ver. 0.5.2 (backwards API/ABI compatible)

Peter Lemenkov peter at fedoraproject.org
Thu Oct 11 08:56:32 UTC 2012


commit fb0aebc557d0e47e8f6d91ac1deff8f3bb00c600
Author: Peter Lemenkov <lemenkov at gmail.com>
Date:   Thu Oct 11 12:56:25 2012 +0400

    Ver. 0.5.2 (backwards API/ABI compatible)
    
    Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>

 .gitignore                                         |    1 +
 erlang-sext-0001-Do-not-expose-test-API.patch      |   43 --------------------
 ...01-Skip-checking-deps-Fedora-EPEL-speciic.patch |    6 +-
 ...ion.patch => erlang-sext-0002-Fix-version.patch |   10 ++--
 erlang-sext.spec                                   |   23 +++++-----
 sources                                            |    2 +-
 6 files changed, 22 insertions(+), 63 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6030a08..c2eaf7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /esl-sext-0.4.1-0-g362bdd1.tar.gz
 /uwiger-sext-0.5-0-g80dca68.tar.gz
+/uwiger-sext-0.5.1-0-g9e93f33.tar.gz
diff --git a/erlang-sext-0002-Skip-checking-deps-Fedora-EPEL-speciic.patch b/erlang-sext-0001-Skip-checking-deps-Fedora-EPEL-speciic.patch
similarity index 82%
rename from erlang-sext-0002-Skip-checking-deps-Fedora-EPEL-speciic.patch
rename to erlang-sext-0001-Skip-checking-deps-Fedora-EPEL-speciic.patch
index 755628f..379ec11 100644
--- a/erlang-sext-0002-Skip-checking-deps-Fedora-EPEL-speciic.patch
+++ b/erlang-sext-0001-Skip-checking-deps-Fedora-EPEL-speciic.patch
@@ -1,7 +1,7 @@
-From bfd8f6307506a469cde347232e7747ce46268aa5 Mon Sep 17 00:00:00 2001
+From a0d690eeeec5c5b3110b11e293abdbfa2396d79f Mon Sep 17 00:00:00 2001
 From: Fedora Build <lemenkov at gmail.com>
 Date: Sun, 19 Aug 2012 13:22:43 +0400
-Subject: [PATCH 2/3] Skip checking deps (Fedora/EPEL-speciic)
+Subject: [PATCH 1/2] Skip checking deps (Fedora/EPEL-speciic)
 
 Signed-off-by: Fedora Build <lemenkov at gmail.com>
 ---
@@ -22,5 +22,5 @@ index 2e294cc..10ef493 100644
 \ No newline at end of file
 +	     {subpackages, true}]}.
 -- 
-1.7.11.4
+1.7.12
 
diff --git a/erlang-sext-0003-Fix-version.patch b/erlang-sext-0002-Fix-version.patch
similarity index 76%
rename from erlang-sext-0003-Fix-version.patch
rename to erlang-sext-0002-Fix-version.patch
index 6063016..5b6f657 100644
--- a/erlang-sext-0003-Fix-version.patch
+++ b/erlang-sext-0002-Fix-version.patch
@@ -1,7 +1,7 @@
-From d9e6c24c9d9ed00e2c695870157df1b0d3e0dc54 Mon Sep 17 00:00:00 2001
+From 65ae2f3ab90d256a25fe03789c3ffed1f231a121 Mon Sep 17 00:00:00 2001
 From: Fedora Build <lemenkov at gmail.com>
 Date: Sun, 19 Aug 2012 13:23:56 +0400
-Subject: [PATCH 3/3] Fix version
+Subject: [PATCH 2/2] Fix version
 
 Signed-off-by: Fedora Build <lemenkov at gmail.com>
 ---
@@ -9,7 +9,7 @@ Signed-off-by: Fedora Build <lemenkov at gmail.com>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/sext.app.src b/src/sext.app.src
-index 77d93b1..42e0fbe 100644
+index 77d93b1..0e87b91 100644
 --- a/src/sext.app.src
 +++ b/src/sext.app.src
 @@ -30,7 +30,7 @@
@@ -17,10 +17,10 @@ index 77d93b1..42e0fbe 100644
  {application, sext,
      [{description, "Sortable serialization library"},
 -        {vsn, git},
-+        {vsn, "0.5"},
++        {vsn, "0.5.2"},
          {modules, []},
          {registered, []},
          {applications, [kernel, stdlib]},
 -- 
-1.7.11.4
+1.7.12
 
diff --git a/erlang-sext.spec b/erlang-sext.spec
index c9676e5..b22dac4 100644
--- a/erlang-sext.spec
+++ b/erlang-sext.spec
@@ -1,25 +1,24 @@
 %global realname sext
 %global upstream uwiger
 %global debug_package %{nil}
-%global git_tag 80dca68
+%global git_tag 9e93f33
 %global patchnumber 0
 
 
 Name:		erlang-%{realname}
-Version:	0.5
+Version:	0.5.2
 Release:	1%{?dist}
 Summary:	Sortable Erlang Term Serialization
 Group:		Development/Languages
 License:	ASL 2.0
 URL:		https://github.com/uwiger/sext
-# wget --content-disposition https://github.com/uwiger/sext/tarball/0.5
-Source0:	%{upstream}-%{realname}-%{version}-%{patchnumber}-g%{git_tag}.tar.gz
-# Sent upstream - https://github.com/uwiger/sext/pull/4
-Patch1:		erlang-sext-0001-Do-not-expose-test-API.patch
+# wget --content-disposition https://github.com/uwiger/sext/tarball/0.5.2
+#Source0:	%{upstream}-%{realname}-%{version}-%{patchnumber}-g%{git_tag}.tar.gz
+Source0:	%{upstream}-%{realname}-0.5.1-%{patchnumber}-g%{git_tag}.tar.gz
 # Fedora/EPEL-specific
-Patch2:		erlang-sext-0002-Skip-checking-deps-Fedora-EPEL-speciic.patch
+Patch1:		erlang-sext-0001-Skip-checking-deps-Fedora-EPEL-speciic.patch
 # Fedora/EPEL-specific
-Patch3:		erlang-sext-0003-Fix-version.patch
+Patch2:		erlang-sext-0002-Fix-version.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	erlang-rebar
 BuildRequires:	erlang-edown
@@ -36,9 +35,8 @@ A sortable serialization library This library offers a serialization format
 
 %prep
 %setup -q -n %{upstream}-%{realname}-%{git_tag}
-%patch1 -p1 -b .kill_eunit
-%patch2 -p1 -b .nodeps
-%patch3 -p1 -b .proper_version
+%patch1 -p1 -b .nodeps
+%patch2 -p1 -b .proper_version
 
 
 %build
@@ -68,6 +66,9 @@ rebar eunit -v
 
 
 %changelog
+* Thu Oct 11 2012 Peter Lemenkov <lemenkov at gmail.com> - 0.5.2-1
+- Ver. 0.5.2 (backwards API/ABI compatible)
+
 * Sun Aug 19 2012 Peter Lemenkov <lemenkov at gmail.com> - 0.5-1
 - Ver. 0.5 (backwards API/ABI compatible)
 
diff --git a/sources b/sources
index 29f0add..cf883c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c3513cda9a438d1b281d0fcd3c1df87  uwiger-sext-0.5-0-g80dca68.tar.gz
+ffd10254adf0be2eb54c50092a2cd367  uwiger-sext-0.5.1-0-g9e93f33.tar.gz


More information about the scm-commits mailing list