[Pkg-erlang-commits] r1787 - in erlang/branches/r19rc/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Jun 29 08:41:43 UTC 2016
Author: sgolovan
Date: 2016-06-29 08:41:43 +0000 (Wed, 29 Jun 2016)
New Revision: 1787
Modified:
erlang/branches/r19rc/debian/changelog
erlang/branches/r19rc/debian/control
erlang/branches/r19rc/debian/patches/docs.patch
erlang/branches/r19rc/debian/patches/emacs.patch
erlang/branches/r19rc/debian/patches/gnu.patch
erlang/branches/r19rc/debian/rules
Log:
[erlang-experimental]
* New upstream release.
* Upload to experimental.
* Enabled HiPE for the ppc64, ppc64el, and sparc64 architectures.
* Bumped Java bytecode compatibility level to 1.7.
Modified: erlang/branches/r19rc/debian/changelog
===================================================================
--- erlang/branches/r19rc/debian/changelog 2016-06-29 07:58:45 UTC (rev 1786)
+++ erlang/branches/r19rc/debian/changelog 2016-06-29 08:41:43 UTC (rev 1787)
@@ -1,8 +1,11 @@
-erlang (1:19.0~rc2+dfsg-2) UNRELEASED; urgency=medium
+erlang (1:19.0+dfsg-1) experimental; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
+ * Upload to experimental.
+ * Enabled HiPE for the ppc64, ppc64el, and sparc64 architectures.
+ * Bumped Java bytecode compatibility level to 1.7.
- -- Sergei Golovan <sgolovan at debian.org> Wed, 15 Jun 2016 19:23:02 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 29 Jun 2016 10:59:29 +0300
erlang (1:19.0~rc2+dfsg-1) experimental; urgency=medium
Modified: erlang/branches/r19rc/debian/control
===================================================================
--- erlang/branches/r19rc/debian/control 2016-06-29 07:58:45 UTC (rev 1786)
+++ erlang/branches/r19rc/debian/control 2016-06-29 08:41:43 UTC (rev 1787)
@@ -36,7 +36,7 @@
Package: erlang-base-hipe
-Architecture: amd64 i386 powerpc sparc solaris-i386
+Architecture: amd64 i386 powerpc ppc64 ppc64el sparc sparc64 solaris-i386
Priority: extra
Depends: procps, adduser, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${libsctp:Version}, erlang-crypto (= ${binary:Version}), erlang-syntax-tools (= ${binary:Version})
Modified: erlang/branches/r19rc/debian/patches/docs.patch
===================================================================
--- erlang/branches/r19rc/debian/patches/docs.patch 2016-06-29 07:58:45 UTC (rev 1786)
+++ erlang/branches/r19rc/debian/patches/docs.patch 2016-06-29 08:41:43 UTC (rev 1787)
@@ -36,26 +36,24 @@
--- a/lib/stdlib/doc/src/re.xml
+++ b/lib/stdlib/doc/src/re.xml
-@@ -377,7 +377,7 @@
- metacharacter should not match before it. Setting this without
- <c>multiline</c> (at compile time) causes circumflex never to
- match. This option only affects the behavior of the circumflex
-- metacharacter. It does not affect \A.</item>
-+ metacharacter. It does not affect \\A.</item>
-
- <tag><c>noteol</c></tag>
-
-@@ -386,8 +386,8 @@
- match it nor (except in multiline mode) a newline immediately
- before it. Setting this without <c>multiline</c> (at compile time)
- causes dollar never to match. This option affects only the
-- behavior of the dollar metacharacter. It does not affect \Z or
-- \z.</item>
-+ behavior of the dollar metacharacter. It does not affect \\Z or
-+ \\z.</item>
-
- <tag><c>report_errors</c></tag>
-
+@@ -573,7 +573,7 @@
+ to match before it. Setting this without <c>multiline</c> (at
+ compile time) causes circumflex never to match. This option only
+ affects the behavior of the circumflex metacharacter. It does not
+- affect \A.</p>
++ affect \\A.</p>
+ </item>
+ <tag><c>noteol</c></tag>
+ <item>
+@@ -582,7 +582,7 @@
+ in multiline mode) a newline immediately before it. Setting this
+ without <c>multiline</c> (at compile time) causes dollar never to
+ match. This option affects only the behavior of the dollar
+- metacharacter. It does not affect \Z or \z.</p>
++ metacharacter. It does not affect \\Z or \\z.</p>
+ </item>
+ <tag><c>report_errors</c></tag>
+ <item>
--- a/lib/tools/Makefile
+++ b/lib/tools/Makefile
@@ -24,7 +24,7 @@
Modified: erlang/branches/r19rc/debian/patches/emacs.patch
===================================================================
--- erlang/branches/r19rc/debian/patches/emacs.patch 2016-06-29 07:58:45 UTC (rev 1786)
+++ erlang/branches/r19rc/debian/patches/emacs.patch 2016-06-29 08:41:43 UTC (rev 1787)
@@ -16,7 +16,7 @@
"*The man directories displayed in the Erlang menu.
Each item in the list should be a list with three elements, the first
-@@ -1299,23 +1299,22 @@
+@@ -1304,23 +1304,22 @@
(or (fboundp 'eval-when-compile)
(defmacro eval-when-compile (&rest rest) nil))
@@ -44,7 +44,7 @@
;; defvar some obsolete variables, which we still support for
;; backwards compatibility reasons.
-@@ -2041,7 +2040,7 @@
+@@ -2052,7 +2051,7 @@
(defun erlang-man-make-menu-item (file)
"Create a menu item containing the name of the man page."
@@ -53,7 +53,7 @@
(let ((page (substring file (match-beginning 1) (match-end 1))))
(list (capitalize page)
(list 'lambda '()
-@@ -2052,7 +2051,7 @@
+@@ -2063,7 +2062,7 @@
(defun erlang-man-get-files (dir)
"Return files in directory DIR."
@@ -62,7 +62,7 @@
(defun erlang-man-module (&optional module)
-@@ -2072,7 +2071,7 @@
+@@ -2083,7 +2082,7 @@
(if (or (null module) (string= module ""))
(error "No Erlang module name given"))
(let ((dir-list erlang-man-dirs)
@@ -71,7 +71,7 @@
(file nil)
file-list)
(while (and dir-list (null file))
-@@ -2213,9 +2212,9 @@
+@@ -2224,9 +2223,9 @@
(error nil))
(if file
(let ((process-environment (copy-sequence process-environment)))
Modified: erlang/branches/r19rc/debian/patches/gnu.patch
===================================================================
--- erlang/branches/r19rc/debian/patches/gnu.patch 2016-06-29 07:58:45 UTC (rev 1786)
+++ erlang/branches/r19rc/debian/patches/gnu.patch 2016-06-29 08:41:43 UTC (rev 1787)
@@ -47,7 +47,7 @@
#include <sys/sysctl.h>
--- a/erts/emulator/drivers/common/inet_drv.c
+++ b/erts/emulator/drivers/common/inet_drv.c
-@@ -607,6 +607,11 @@
+@@ -609,6 +609,11 @@
for (i = 0; i < n; i++) if (s[i] != '\0') return !0;
return 0;
}
@@ -57,8 +57,8 @@
+#endif
+
- #ifdef VALGRIND
- # include <valgrind/memcheck.h>
+ #endif
+
--- a/erts/etc/common/erlexec.c
+++ b/erts/etc/common/erlexec.c
@@ -1606,7 +1606,7 @@
Modified: erlang/branches/r19rc/debian/rules
===================================================================
--- erlang/branches/r19rc/debian/rules 2016-06-29 07:58:45 UTC (rev 1786)
+++ erlang/branches/r19rc/debian/rules 2016-06-29 08:41:43 UTC (rev 1787)
@@ -77,7 +77,7 @@
TYPE=
endif
-JAVA_OPTIONS=-source 1.5 -target 1.5
+JAVA_OPTIONS=-Xlint -source 1.7 -target 1.7
JOBS=4
@@ -501,9 +501,9 @@
binary: binary-indep binary-arch
-REL=19.0-rc2
+REL=19.0
RELDIR=$(REL)
-DEB_REL=19.0~rc2+dfsg
+DEB_REL=19.0+dfsg
get-orig-source:
CURDIR=`pwd` && TMPDIR=`mktemp -d /tmp/erlang.XXXXXX` && \
More information about the Pkg-erlang-commits
mailing list