[cduce] Rebuild for OCaml 3.12.1.

Richard W.M. Jones rjones at fedoraproject.org
Sun Jan 8 17:35:20 UTC 2012


commit 42bc924117b88d924d49cbed3015928bfedd4c4f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sun Jan 8 17:08:27 2012 +0000

    Rebuild for OCaml 3.12.1.

 .gitignore |    1 +
 cduce.spec |   12 ++++++------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d16c37d..cbcf400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ ocaml-3.11.2+rc1.tar.bz2
 /ocaml-3.12.0.tar.bz2
 /ocamlduce_3.12.0.0.orig.tar.gz
 /cduce-0.5.4.tar.gz
+/ocaml-3.12.1.tar.gz
diff --git a/cduce.spec b/cduce.spec
index 8c547bd..1ef15c0 100644
--- a/cduce.spec
+++ b/cduce.spec
@@ -2,9 +2,9 @@
 %global debug_package %{nil}
 
 %global ocaml_major 3.12
-%global ocaml_minor 0
+%global ocaml_minor 1
 
-# Disabled temporarily for 3.11.2+rc1, 3.12.0
+# Disabled temporarily for 3.11.2+rc1, 3.12.0, 3.12.1
 %global with_ocamlduce 0
 
 %if %{with_ocamlduce}
@@ -13,7 +13,7 @@
 
 Name:           cduce
 Version:        0.5.4
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Modern XML-oriented functional language
 
 Group:          Development/Libraries
@@ -23,7 +23,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    ppc64 s390 s390x sparc64
 
 Source0:        http://www.cduce.org/download/%{name}-%{version}.tar.gz
-Source1:        http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{ocaml_minor}.tar.bz2
+Source1:        http://caml.inria.fr/distrib/ocaml-%{ocaml_major}/ocaml-%{ocaml_major}.%{ocaml_minor}.tar.gz
 %if %{with_ocamlduce}
 #Source2:        http://forge.ocamlcore.org/frs/download.php/225/ocamlduce-%{ocamlduce_version}.tar.gz
 Source2:         http://debian.glondu.net/debian/ocaml-3.12.0/pool/ocamlduce/ocamlduce_3.12.0.0.orig.tar.gz
@@ -88,7 +88,7 @@ incorporates CDuce extensions for working with XML documents.
 %endif
 
 # Unpack the OCaml sources in the build directory.
-bzcat %{SOURCE1} | tar xf -
+zcat %{SOURCE1} | tar xf -
 ./configure --prefix=%{_prefix} \
   --bindir=%{_bindir} \
   --mandir=%{_mandir} \
@@ -176,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sun Jan 08 2012 Richard W.M. Jones <rjones at redhat.com> - 0.5.4-2
+* Sun Jan 08 2012 Richard W.M. Jones <rjones at redhat.com> - 0.5.4-3
 - Rebuild for OCaml 3.12.1.
 
 * Wed Sep 21 2011 Richard W.M. Jones <rjones at redhat.com> - 0.5.4-1
diff --git a/sources b/sources
index bff9fbc..388faac 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 a9a3b8e77f06a474b197d6f4bc263e96  cduce-0.5.4.tar.gz
-bd92c8970767f412bc1e9a6c625b5ccf  ocaml-3.12.0.tar.bz2
+814a047085f0f901ab7d8e3a4b7a9e65  ocaml-3.12.1.tar.gz
 c537a4aad027244a2941e514fae1878f  ocamlduce_3.12.0.0.orig.tar.gz


More information about the scm-commits mailing list