packages: erlang/erlang.spec, erlang/erlang-link.patch (NEW), erlang/erlang...

arekm arekm at pld-linux.org
Thu Sep 2 10:20:45 CEST 2010


Author: arekm                        Date: Thu Sep  2 08:20:45 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to R14A

---- Files affected:
packages/erlang:
   erlang.spec (1.59 -> 1.60) , erlang-link.patch (NONE -> 1.1)  (NEW), erlang-git.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/erlang/erlang.spec
diff -u packages/erlang/erlang.spec:1.59 packages/erlang/erlang.spec:1.60
--- packages/erlang/erlang.spec:1.59	Sat Apr 17 20:43:13 2010
+++ packages/erlang/erlang.spec	Thu Sep  2 10:20:40 2010
@@ -15,20 +15,20 @@
 Summary:	OpenSource Erlang/OTP
 Summary(pl.UTF-8):	Erlang/OTP z otwartymi źródłami
 Name:		erlang
-# keep stable line, currently R13
-Version:	R13B04
-Release:	4
+# keep stable line, currently R14
+Version:	R14A
+Release:	1
 Epoch:		1
 %define		_version	%(echo %{version} | tr _ -)
 License:	distributable
 Group:		Development/Languages
 Source0:	http://www.erlang.org/download/otp_src_%{_version}.tar.gz
-# Source0-md5:	ca6da4921e438891967900aa6a084341
+# Source0-md5:	a24873bbace9ab3c307f3d2492d9e134
 Source1:	http://www.erlang.org/download/otp_doc_man_%{_version}.tar.gz
-# Source1-md5:	681aaef70affc64743f4e8c0675034af
+# Source1-md5:	b57a7846818ad144b1b6ecc0a54de2ae
 Patch0:		%{name}-fPIC.patch
 Patch1:		%{name}-tinfo.patch
-Patch2:		%{name}-git.patch
+Patch2:		%{name}-link.patch
 URL:		http://www.erlang.org/
 %{?with_java:BuildRequires:	/usr/bin/jar}
 BuildRequires:	xorg-lib-libX11-devel
@@ -184,6 +184,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.60  2010/09/02 08:20:40  arekm
+- up to R14A
+
 Revision 1.59  2010/04/17 18:43:13  arekm
 - rel 4; some git fixes
 

================================================================
Index: packages/erlang/erlang-link.patch
diff -u /dev/null packages/erlang/erlang-link.patch:1.1
--- /dev/null	Thu Sep  2 10:20:45 2010
+++ packages/erlang/erlang-link.patch	Thu Sep  2 10:20:40 2010
@@ -0,0 +1,11 @@
+--- otp_src_R14A/erts/etc/common/Makefile.in~	2010-06-11 17:29:33.000000000 +0200
++++ otp_src_R14A/erts/etc/common/Makefile.in	2010-09-02 10:08:53.575893774 +0200
+@@ -296,7 +296,7 @@
+ 	$(CC) $(CFLAGS) -o $@ -c inet_gethost.c
+ 
+ $(BINDIR)/inet_gethost at EXEEXT@: $(OBJDIR)/inet_gethost.o $(ENTRY_OBJ)
+-	$(PURIFY) $(LD) $(LDFLAGS) $(ENTRY_LDFLAGS) -o $@ $(OBJDIR)/inet_gethost.o $(ENTRY_OBJ) $(LIBS) $(ERTS_INTERNAL_LIBS)
++	$(PURIFY) $(LD) $(LDFLAGS) $(ENTRY_LDFLAGS) -o $@ $(OBJDIR)/inet_gethost.o $(ENTRY_OBJ) $(ERTS_INTERNAL_LIBS) $(LIBS)
+ 
+ $(BINDIR)/run_erl: $(OBJDIR)/safe_string.o $(OBJDIR)/run_erl.o
+ 	$(LD) $(LDFLAGS) -o $@ $(OBJDIR)/safe_string.o $(OBJDIR)/run_erl.o $(LIBS)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/erlang/erlang.spec?r1=1.59&r2=1.60&f=u



More information about the pld-cvs-commit mailing list