[ocaml-type-conv] Update to new upstream version 3.0.5.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jun 11 09:03:51 UTC 2012


commit 15fc29bc1060c2eeea78e7866b515cc4fa08ea34
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jun 11 10:02:14 2012 +0100

    Update to new upstream version 3.0.5.

 .gitignore           |    1 +
 ocaml-type-conv.spec |   17 ++++++++++-------
 sources              |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37c4ffc..6582f14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /type-conv-3.0.4.tar.gz
+/type_conv-3.0.5.tar.gz
diff --git a/ocaml-type-conv.spec b/ocaml-type-conv.spec
index 98a0891..ff2bc38 100644
--- a/ocaml-type-conv.spec
+++ b/ocaml-type-conv.spec
@@ -1,17 +1,17 @@
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 %define debug_package %{nil}
 
-%define dlnode 697
+%define dlnode 821
 
 Name:           ocaml-type-conv
-Version:        3.0.4
-Release:        3%{?dist}
+Version:        3.0.5
+Release:        1%{?dist}
 Summary:        OCaml base library for type conversion
 
 Group:          Development/Libraries
 License:        LGPLv2+ with exceptions and BSD
 URL:            http://forge.ocamlcore.org/projects/type-conv/
-Source0:        http://forge.ocamlcore.org/frs/download.php/%{dlnode}/type-conv-%{version}.tar.gz
+Source0:        http://forge.ocamlcore.org/frs/download.php/%{dlnode}/type_conv-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
@@ -37,7 +37,7 @@ ability to use these preprocessors simultaneously.
 
 
 %prep
-%setup -q -n type-conv-%{version}
+%setup -q -n type_conv-%{version}
 %patch0 -p1 -b .compat3120
 ocaml setup.ml -configure --prefix %{_prefix} \
       --libdir %{_libdir} \
@@ -71,12 +71,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc LICENSE LICENSE.Tywith Changelog COPYRIGHT README.txt
-%{_libdir}/ocaml/type-conv
+%{_libdir}/ocaml/type_conv
 
 
 %changelog
-* Sun Jun 10 2012 Richard W.M. Jones <rjones at redhat.com> - 3.0.4-3
+* Mon Jun 11 2012 Richard W.M. Jones <rjones at redhat.com> - 3.0.5-1
+- Update to new upstream version 3.0.5.
 - Rebuild for OCaml 4.00.0.
+- Tarball and install directory are now called "type_conv" instead of
+  "type-conv".
 
 * Fri Jan 06 2012 Richard W.M. Jones <rjones at redhat.com> - 3.0.4-2
 - Rebuild for OCaml 3.12.1.
diff --git a/sources b/sources
index 5eb5cb1..4276af0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3dbc1b4d339911fcc07880fefc91617e  type-conv-3.0.4.tar.gz
+8c0f947df6b4a063ce0c63a9bdd45df9  type_conv-3.0.5.tar.gz


More information about the scm-commits mailing list