[Pkg-ocaml-maint-commits] r2363 - in trunk/packages/ocaml: trunk/debian trunk/debian/patches upstream

Julien Cristau jcristau-guest at costa.debian.org
Wed Jan 4 15:01:22 UTC 2006


Author: jcristau-guest
Date: 2006-01-04 15:01:17 +0000 (Wed, 04 Jan 2006)
New Revision: 2363

Added:
   trunk/packages/ocaml/upstream/ocaml_3.09.1.orig.tar.gz
Removed:
   trunk/packages/ocaml/trunk/debian/patches/sparc_needs_double_align.dpatch
   trunk/packages/ocaml/upstream/ocaml_3.08.3.orig.tar.gz
   trunk/packages/ocaml/upstream/ocaml_3.08.4.orig.tar.gz
Modified:
   trunk/packages/ocaml/trunk/debian/changelog
   trunk/packages/ocaml/trunk/debian/rules
Log:
New upstream release (3.09.1)

Modified: trunk/packages/ocaml/trunk/debian/changelog
===================================================================
--- trunk/packages/ocaml/trunk/debian/changelog	2006-01-04 14:28:59 UTC (rev 2362)
+++ trunk/packages/ocaml/trunk/debian/changelog	2006-01-04 15:01:17 UTC (rev 2363)
@@ -1,15 +1,15 @@
-ocaml (3.09.0-5) UNRELEASED; urgency=low
+ocaml (3.09.1-1) UNRELEASED; urgency=low
 
   [ Samuel Mimram ]
-  * NOT RELEASED YET
   * Removing possibly leftover /usr/lib/ocaml/ld.conf, closes: #300846.
   * Added a watch file.
 
   [ Julien Cristau ]
-  * Patch configure to correctly detect sparc machines, and thus align doubles
-    and 64-bit ints on double-word boundaries (closes: #338437).
+  * New upstream release
+    + sparc is correctly detected and alignment of doubles and 64-bit ints on
+      double-word boundaries is forced (Closes: #344615).
 
- -- Julien Cristau <julien.cristau at ens-lyon.org>  Wed,  4 Jan 2006 15:28:00 +0100
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Wed,  4 Jan 2006 15:49:24 +0100
 
 ocaml (3.09.0-4) unstable; urgency=low
 

Deleted: trunk/packages/ocaml/trunk/debian/patches/sparc_needs_double_align.dpatch
===================================================================
--- trunk/packages/ocaml/trunk/debian/patches/sparc_needs_double_align.dpatch	2006-01-04 14:28:59 UTC (rev 2362)
+++ trunk/packages/ocaml/trunk/debian/patches/sparc_needs_double_align.dpatch	2006-01-04 15:01:17 UTC (rev 2363)
@@ -1,28 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## sparc_needs_double_align.dpatch
-##
-## DP: correctly detect sparc64 which needs to align doubles on double-word
-## DP: boundaries (bug#344615, upstream 3944)
-
- at DPATCH@
-
---- ocaml-3.09.0.orig/configure	8 Nov 2005 14:00:23 -0000	1.229
-+++ ocaml-3.09.0/configure	3 Jan 2006 15:52:10 -0000
-@@ -400,7 +400,7 @@
- # Determine alignment constraints
- 
- case "$host" in
--  sparc-*-*|hppa*-*-*)
-+  sparc*-*-*|hppa*-*-*)
-     # On Sparc V9 with certain versions of gcc, determination of double
-     # alignment is not reliable (PR#1521), hence force it.
-     # Same goes for hppa.
-@@ -434,7 +434,7 @@ esac
- 
- if $int64_native; then
-   case "$host" in
--    hppa*-*-*)
-+    sparc*-*-*|hppa*-*-*)
-       if test $2 = 8; then
-         echo "64-bit integers can be word-aligned."
-         echo "#undef ARCH_ALIGN_INT64" >> m.h

Modified: trunk/packages/ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/ocaml/trunk/debian/rules	2006-01-04 14:28:59 UTC (rev 2362)
+++ trunk/packages/ocaml/trunk/debian/rules	2006-01-04 15:01:17 UTC (rev 2363)
@@ -9,7 +9,7 @@
 include /usr/share/dpatch/dpatch.make
 PACKAGE = ocaml
 OCAMLMAJOR = 3.09
-OCAMLMINOR = 0
+OCAMLMINOR = 1
 OCAMLABI = $(OCAMLMAJOR).$(OCAMLMINOR)
 STDLIBDIR = /usr/lib/ocaml/$(OCAMLABI)
 MD5SUMSDIR = /var/lib/ocaml/md5sums

Deleted: trunk/packages/ocaml/upstream/ocaml_3.08.3.orig.tar.gz
===================================================================
(Binary files differ)

Deleted: trunk/packages/ocaml/upstream/ocaml_3.08.4.orig.tar.gz
===================================================================
(Binary files differ)

Added: trunk/packages/ocaml/upstream/ocaml_3.09.1.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: trunk/packages/ocaml/upstream/ocaml_3.09.1.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the Pkg-ocaml-maint-commits mailing list