[ocaml-extlib] New upstream version 1.5.2.

Richard W.M. Jones rjones at fedoraproject.org
Fri Jan 6 15:07:51 UTC 2012


commit cabeaefd6da823763ecaa176cf325c8066350c0c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 6 15:06:16 2012 +0000

    New upstream version 1.5.2.

 .gitignore        |    1 +
 ocaml-extlib.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c1548f..2c64824 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 extlib-1.5.1.tar.gz
+/extlib-1.5.2.tar.gz
diff --git a/ocaml-extlib.spec b/ocaml-extlib.spec
index 310c1e9..0a4a3c6 100644
--- a/ocaml-extlib.spec
+++ b/ocaml-extlib.spec
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-extlib
-Version:        1.5.1
-Release:        10%{?dist}
+Version:        1.5.2
+Release:        1%{?dist}
 Summary:        OCaml ExtLib additions to the standard library
 
 Group:          Development/Libraries
@@ -78,7 +78,7 @@ ocaml install.ml -d $extlibdir -b -doc
 # Copy the interface files, and extLib.ml which is really an interface.
 cp extLib.ml *.mli $RPM_BUILD_ROOT%{_libdir}/ocaml/extlib
 
-cp META.txt $RPM_BUILD_ROOT%{_libdir}/ocaml/extlib/META
+install -m 0644 META $RPM_BUILD_ROOT%{_libdir}/ocaml/extlib/
 
 # Move the HTML documentation - we'll install it using a %doc rule.
 mv $extlibdir/extlib-doc .
@@ -113,6 +113,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/ocaml/extlib/*.ml
 
 %changelog
+* Fri Jan  6 2012 Richard W.M. Jones <rjones at redhat.com> - 1.5.2-1
+- New upstream version 1.5.2.
+
 * Wed Jan  5 2011 Richard W.M. Jones <rjones at redhat.com> - 1.5.1-10
 - Rebuild for OCaml 3.12.0.
 
diff --git a/sources b/sources
index 17d5e85..b2b96c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8dc2944cbf63141347956bd353893d75  extlib-1.5.1.tar.gz
+839f9bf5a971fa07935c96ba7e209f86  extlib-1.5.2.tar.gz


More information about the scm-commits mailing list