[ocaml-bin-prot] New upstream version 2.0.9.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 2 13:35:43 UTC 2012


commit 9b526a998b1cc3c6b056cb3368774a1f5a1eda39
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 2 14:34:46 2012 +0100

    New upstream version 2.0.9.
    
    - Recompile for OCaml 4.00.0.

 .gitignore          |    1 +
 ocaml-bin-prot.spec |   12 ++++++++----
 sources             |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54f6f01..872c1ca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ release-1.2.21.tar.bz2
 /release-1.2.24.tar.bz2
 /bin-prot-2.0.6.tar.gz
 /bin-prot-2.0.7.tar.gz
+/bin_prot-2.0.9.tar.gz
diff --git a/ocaml-bin-prot.spec b/ocaml-bin-prot.spec
index ba4cf7f..45d17d6 100644
--- a/ocaml-bin-prot.spec
+++ b/ocaml-bin-prot.spec
@@ -1,17 +1,17 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 %global debug_package %{nil}
 
-%define dlnode  724
+%define dlnode  822
 
 Name:           ocaml-bin-prot
-Version:        2.0.7
+Version:        2.0.9
 Release:        1%{?dist}
 Summary:        Read and write OCaml values in a type-safe binary protocol
 
 Group:          Development/Libraries
 License:        LGPLv2+ with exceptions
 URL:            http://forge.ocamlcore.org/projects/bin-prot
-Source0:        http://forge.ocamlcore.org/frs/download.php/%{dlnode}/bin-prot-%{version}.tar.gz
+Source0:        http://forge.ocamlcore.org/frs/download.php/%{dlnode}/bin_prot-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ocaml >= 3.12.0
@@ -49,7 +49,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q -n bin-prot-%{version}
+%setup -q -n bin_prot-%{version}
 ocaml setup.ml -configure --prefix %{_prefix} \
       --libdir %{_libdir} \
       --libexecdir %{_libexecdir} \
@@ -110,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul  2 2012 Richard W.M. Jones <rjones at redhat.com> - 2.0.9-1
+- New upstream version 2.0.9.
+- Recompile for OCaml 4.00.0.
+
 * Thu Jan 12 2012 Richard W.M. Jones <rjones at redhat.com> - 2.0.7-1
 - New upstream version 2.0.7.
 - Rebuild for OCaml 3.12.1.
diff --git a/sources b/sources
index a1e918f..df738a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26288c780ffee9a7199613d75762a1fc  bin-prot-2.0.7.tar.gz
+081b30567dc1030de6378cc673e5634b  bin_prot-2.0.9.tar.gz


More information about the scm-commits mailing list