rpms/erlang/devel .cvsignore, 1.11, 1.12 erlang.spec, 1.31, 1.32 otp-rpath.patch, 1.2, 1.3 otp-sslrpath.patch, 1.2, 1.3 sources, 1.11, 1.12

Gérard Milmeister gemi at fedoraproject.org
Sat Oct 25 21:49:38 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/erlang/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24267

Modified Files:
	.cvsignore erlang.spec otp-rpath.patch otp-sslrpath.patch 
	sources 
Log Message:
new release R12B-4


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	6 Jul 2008 12:31:45 -0000	1.11
+++ .cvsignore	25 Oct 2008 21:49:08 -0000	1.12
@@ -1,3 +1,3 @@
-otp_doc_html_R12B-3.tar.gz
-otp_doc_man_R12B-3.tar.gz
-otp_src_R12B-3.tar.gz
+otp_src_R12B-4.tar.gz
+otp_doc_html_R12B-4.tar.gz
+otp_doc_man_R12B-4.tar.gz


Index: erlang.spec
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/devel/erlang.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- erlang.spec	5 Sep 2008 20:06:12 -0000	1.31
+++ erlang.spec	25 Oct 2008 21:49:08 -0000	1.32
@@ -1,9 +1,9 @@
 %define ver R12B
-%define rel 3
+%define rel 4
 
 Name:           erlang
 Version:        %{ver}
-Release:        %{rel}.3%{?dist}
+Release:        %{rel}.1%{?dist}
 Summary:        General-purpose programming language and runtime environment
 
 Group:          Development/Languages
@@ -14,6 +14,7 @@
 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
 Patch3:         otp-sslrpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -48,6 +49,7 @@
 %setup -q -n otp_src_%{ver}-%{rel}
 %patch0 -p1 -b .links
 %patch1 -p1 -b .install
+%patch2 -p1 -b .rpath
 %patch3 -p1 -b .sslrpath
 
 # enable dynamic linking for ssl
@@ -117,6 +119,9 @@
 
 
 %changelog
+* Sat Oct 25 2008 Gerard Milmeister <gemi at bluewin.ch> - R12B-4.1
+- new release R12B-4
+
 * Fri Sep  5 2008 Gerard Milmeister <gemi at bluewin.ch> - R12B-3.3%{?dist}
 - fixed sslrpath patch
 

otp-rpath.patch:

Index: otp-rpath.patch
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/devel/otp-rpath.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- otp-rpath.patch	29 Oct 2005 21:53:06 -0000	1.2
+++ otp-rpath.patch	25 Oct 2008 21:49:08 -0000	1.3
@@ -1,17 +1,19 @@
---- otp_src_R10B-8/lib/crypto/c_src/Makefile.in.rpath	2005-10-29 22:50:59.000000000 +0200
-+++ otp_src_R10B-8/lib/crypto/c_src/Makefile.in	2005-10-29 22:51:23.000000000 +0200
-@@ -79,7 +79,7 @@
- ifeq ($(HOST_OS),)
+diff -up otp_src_R12B-4/lib/crypto/c_src/Makefile.in.rpath otp_src_R12B-4/lib/crypto/c_src/Makefile.in
+--- otp_src_R12B-4/lib/crypto/c_src/Makefile.in.rpath	2008-10-25 22:20:42.000000000 +0200
++++ otp_src_R12B-4/lib/crypto/c_src/Makefile.in	2008-10-25 22:20:59.000000000 +0200
+@@ -80,7 +80,7 @@ ifeq ($(HOST_OS),)
  HOST_OS := $(shell $(ERL_TOP)/erts/autoconf/config.guess)
  endif
+ DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
 -LD_R_FLAG=@DED_LD_FLAG_RUNTIME_LIBRARY_PATH@
 +LD_R_FLAG=
  ifeq ($(strip $(LD_R_FLAG)),)
  LD_R_OPT =
  else
---- otp_src_R10B-8/lib/crypto/priv/Makefile.rpath	2005-10-29 22:52:01.000000000 +0200
-+++ otp_src_R10B-8/lib/crypto/priv/Makefile	2005-10-29 22:52:32.000000000 +0200
-@@ -60,7 +60,7 @@
+diff -up otp_src_R12B-4/lib/crypto/priv/Makefile.rpath otp_src_R12B-4/lib/crypto/priv/Makefile
+--- otp_src_R12B-4/lib/crypto/priv/Makefile.rpath	2008-10-25 22:21:11.000000000 +0200
++++ otp_src_R12B-4/lib/crypto/priv/Makefile	2008-10-25 22:21:33.000000000 +0200
+@@ -60,7 +60,7 @@ OBJS = $(OBJDIR)/crypto_drv.o
  # ----------------------------------------------------
  
  $(SO_DRIVER): $(OBJS)
@@ -20,9 +22,10 @@
  	-o $@ $^ -lcrypto
  
  $(DLL_DRIVER): $(OBJS)
---- otp_src_R10B-8/lib/ssl/c_src/Makefile.in.rpath	2005-10-29 22:53:15.000000000 +0200
-+++ otp_src_R10B-8/lib/ssl/c_src/Makefile.in	2005-10-29 22:53:50.000000000 +0200
-@@ -104,9 +104,9 @@
+diff -up otp_src_R12B-4/lib/ssl/c_src/Makefile.in.rpath otp_src_R12B-4/lib/ssl/c_src/Makefile.in
+--- otp_src_R12B-4/lib/ssl/c_src/Makefile.in.rpath	2008-10-25 22:21:51.000000000 +0200
++++ otp_src_R12B-4/lib/ssl/c_src/Makefile.in	2008-10-25 22:22:21.000000000 +0200
+@@ -111,9 +111,9 @@ ifeq ($(findstring darwin,$(TARGET)),dar
  CC_R_FLAG =
  else
  ifeq ($(findstring osf,$(TARGET)),osf)		# osf1: -Wl,-rpath,
@@ -33,4 +36,4 @@
 +CC_R_FLAG =
  endif
  endif
- 
+ endif

otp-sslrpath.patch:

Index: otp-sslrpath.patch
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/devel/otp-sslrpath.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- otp-sslrpath.patch	5 Sep 2008 20:06:12 -0000	1.2
+++ otp-sslrpath.patch	25 Oct 2008 21:49:08 -0000	1.3
@@ -1,8 +1,7 @@
-diff -up otp_src_R12B-3/lib/ssl/c_src/Makefile.in.sslrpath otp_src_R12B-3/lib/ssl/c_src/Makefile.in
---- otp_src_R12B-3/lib/ssl/c_src/Makefile.in.sslrpath	2008-09-05 22:01:58.000000000 +0200
-+++ otp_src_R12B-3/lib/ssl/c_src/Makefile.in	2008-09-05 22:02:34.000000000 +0200
-@@ -102,7 +102,7 @@ else
- SSL_MAKEFILE =
+--- 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@


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/erlang/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	6 Jul 2008 12:31:45 -0000	1.11
+++ sources	25 Oct 2008 21:49:08 -0000	1.12
@@ -1,3 +1,3 @@
-8865d406c256abbff63eaff62d2216aa  otp_doc_html_R12B-3.tar.gz
-13098954c9d5804bb8394fe7badb3d0d  otp_doc_man_R12B-3.tar.gz
-c2e7f0ad54b8fadebde2d94106608d97  otp_src_R12B-3.tar.gz
+ae81edda4a17506af7a9d73abca033b2  otp_src_R12B-4.tar.gz
+f633cd418d8260af7a11c998aa88072b  otp_doc_html_R12B-4.tar.gz
+ef8f96d1721a2345cc87b208cde3de06  otp_doc_man_R12B-4.tar.gz




More information about the scm-commits mailing list