summaryrefslogtreecommitdiffstats
path: root/erlang.spec
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@fedoraproject.org>2009-11-02 15:40:50 +0000
committerLubomir Rintel <lkundrak@fedoraproject.org>2009-11-02 15:40:50 +0000
commit2ee16662ea23ddd91cc797445b1f14c624da113c (patch)
treef3062c6aa7d4a31a5c85aa1fa48e0daf20472cd5 /erlang.spec
parenteddd8189dae9fb0ed21e519875440eea9fe72326 (diff)
downloaderlang-2ee16662ea23ddd91cc797445b1f14c624da113c.tar.gz
erlang-2ee16662ea23ddd91cc797445b1f14c624da113c.tar.xz
erlang-2ee16662ea23ddd91cc797445b1f14c624da113c.zip
- Update to R13B-02 (patched for what's released as 02-1 by upstream)
Diffstat (limited to 'erlang.spec')
-rw-r--r--erlang.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/erlang.spec b/erlang.spec
index 16271e3..ee05dd6 100644
--- a/erlang.spec
+++ b/erlang.spec
@@ -1,9 +1,9 @@
%define ver R13B
-%define rel 01
+%define rel 02
Name: erlang
Version: %{ver}
-Release: %{rel}.2%{?dist}
+Release: %{rel}.1%{?dist}
Summary: General-purpose programming language and runtime environment
Group: Development/Languages
@@ -15,6 +15,9 @@ Source2: http://www.erlang.org/download/otp_doc_man_%{ver}%{rel}.tar.gz
Patch0: otp-links.patch
Patch1: otp-install.patch
Patch2: otp-rpath.patch
+# OTP-8199 In the new release of Reltool (0.5) there is a severe bug that may cause your source files to be deleted.
+# http://www.erlang.org/download/patches/otp_src_R13B02_OTP-8199.readme
+Patch3: http://www.erlang.org/download/patches/otp_src_R13B02_OTP-8199.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ncurses-devel
@@ -50,6 +53,7 @@ Documentation for Erlang.
%patch0 -p1 -b .links
%patch1 -p1 -b .install
%patch2 -p1 -b .rpath
+%patch3 -p1 -b .OTP-8199
# enable dynamic linking for ssl
sed -i 's|SSL_DYNAMIC_ONLY=no|SSL_DYNAMIC_ONLY=yes|' erts/configure
@@ -123,6 +127,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Oct 22 2009 Lubomir Rintel (Good Data) <lubo.rintel@gooddata.com> - R13B-02-1
+- Update to R13B-02 (patched for what's released as 02-1 by upstream)
+
* Tue Aug 25 2009 Tomas Mraz <tmraz@redhat.com> - R13B-01.2
- rebuilt with new openssl