diff options
author | Gérard Milmeister <gemi@fedoraproject.org> | 2006-02-17 23:32:19 +0000 |
---|---|---|
committer | Gérard Milmeister <gemi@fedoraproject.org> | 2006-02-17 23:32:19 +0000 |
commit | d9c04ccc468ed11a86c14277e62d5e1d226fb15c (patch) | |
tree | 978dda46cd4ac20d6306253fc7c808715bf680c8 | |
parent | 9b92d7c8f6c09655549448e84dfbd4b4c49c2d16 (diff) | |
download | erlang-d9c04ccc468ed11a86c14277e62d5e1d226fb15c.tar.gz erlang-d9c04ccc468ed11a86c14277e62d5e1d226fb15c.tar.xz erlang-d9c04ccc468ed11a86c14277e62d5e1d226fb15c.zip |
*** empty log message ***
-rw-r--r-- | .cvsignore | 6 | ||||
-rw-r--r-- | erlang.spec | 2 | ||||
-rw-r--r-- | otp-sslrpath.patch | 11 | ||||
-rw-r--r-- | sources | 6 |
4 files changed, 18 insertions, 7 deletions
@@ -1,3 +1,3 @@ -otp_doc_html_R10B-8.tar.gz -otp_doc_man_R10B-8.tar.gz -otp_src_R10B-8.tar.gz +otp_doc_html_R10B-9.tar.gz +otp_doc_man_R10B-9.tar.gz +otp_src_R10B-9.tar.gz diff --git a/erlang.spec b/erlang.spec index 59b65ba..7ea390a 100644 --- a/erlang.spec +++ b/erlang.spec @@ -1,6 +1,6 @@ Name: erlang Version: R10B -Release: 9.1%{?dist} +Release: 9.2%{?dist} Summary: General-purpose programming language and runtime environment Group: Development/Languages diff --git a/otp-sslrpath.patch b/otp-sslrpath.patch new file mode 100644 index 0000000..83ba120 --- /dev/null +++ b/otp-sslrpath.patch @@ -0,0 +1,11 @@ +--- otp_src_R10B-9/lib/ssl/c_src/Makefile.in.sslrpath 2005-12-29 00:49:17.000000000 +0100 ++++ otp_src_R10B-9/lib/ssl/c_src/Makefile.in 2005-12-29 00:50:15.000000000 +0100 +@@ -95,7 +95,7 @@ + endif + endif + +-CC_R_FLAG=@CFLAG_RUNTIME_LIBRARY_PATH@ ++CC_R_FLAG= + ifeq ($(findstring @,$(CC_R_FLAG)),@) + # Old erts configure used which hasn't replaced @CFLAG_RUNTIME_LIBRARY_PATH@; + # we try our best here instead... @@ -1,3 +1,3 @@ -d4d3f448c311cd3fc3a44e06e4145bcb otp_doc_html_R10B-8.tar.gz -c0760f24ae789fda248e978430aefe38 otp_doc_man_R10B-8.tar.gz -75cd5ad53b66baad9ebc802b8a1f6043 otp_src_R10B-8.tar.gz +108bc01be67aaa2edde9a0331ef9bc71 otp_doc_html_R10B-9.tar.gz +051cd9893b36313f20a420bc2491905c otp_doc_man_R10B-9.tar.gz +05791e9097f36202eb705df2a1db6500 otp_src_R10B-9.tar.gz |