rpms/ocaml-sexplib/devel import.log, NONE, 1.1 sexplib-4.0.1-unix-fix.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 ocaml-sexplib.spec, 1.1, 1.2 sources, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Sun Aug 31 10:33:42 UTC 2008


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-sexplib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27044/devel

Modified Files:
	.cvsignore ocaml-sexplib.spec sources 
Added Files:
	import.log sexplib-4.0.1-unix-fix.patch 
Log Message:
* Sun Aug 31 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.1-1
- New upstream release 4.0.1.
- Patch a build problem in the test suite.
- ml file should be packaged in the -devel subpackage, not in main.



--- NEW FILE import.log ---
ocaml-sexplib-4_0_1-1_fc10:HEAD:ocaml-sexplib-4.0.1-1.fc10.src.rpm:1220178767

sexplib-4.0.1-unix-fix.patch:

--- NEW FILE sexplib-4.0.1-unix-fix.patch ---
diff -ur sexplib310-4.0.1.orig/lib_test/Makefile sexplib310-4.0.1.unix-fix/lib_test/Makefile
--- sexplib310-4.0.1.orig/lib_test/Makefile	2008-08-20 19:03:20.000000000 +0100
+++ sexplib310-4.0.1.unix-fix/lib_test/Makefile	2008-08-31 11:26:35.000000000 +0100
@@ -3,7 +3,7 @@
 export INCDIRS = ../lib
 export LIBDIRS = ../lib
 export LIBS = sexplib
-export PACKS = bigarray num
+export PACKS = bigarray num unix
 
 define PROJ_sub1
   SOURCES = conv_test.ml
diff -ur sexplib310-4.0.1.orig/lib_test/OMakefile sexplib310-4.0.1.unix-fix/lib_test/OMakefile
--- sexplib310-4.0.1.orig/lib_test/OMakefile	2008-08-20 19:03:20.000000000 +0100
+++ sexplib310-4.0.1.unix-fix/lib_test/OMakefile	2008-08-31 11:25:58.000000000 +0100
@@ -1,6 +1,6 @@
 OCAML_LIBRARIES = sexplib
 
-OCamlMakePPDeps($(PA_SEXP_CONV), conv_test)
+OCamlMakePPDeps($(PA_SEXP_CONV), conv_test, unix)
 
 OCamlMakeProjDefaults(conv_test.exe sexp_test.exe)
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	12 May 2008 19:16:21 -0000	1.2
+++ .cvsignore	31 Aug 2008 10:33:12 -0000	1.3
@@ -1 +1 @@
-sexplib310-3.7.4.tar.bz2
+sexplib310-4.0.1.tar.bz2


Index: ocaml-sexplib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/ocaml-sexplib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-sexplib.spec	12 May 2008 19:16:21 -0000	1.1
+++ ocaml-sexplib.spec	31 Aug 2008 10:33:12 -0000	1.2
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-sexplib
-Version:        3.7.4
-Release:        2%{?dist}
+Version:        4.0.1
+Release:        1%{?dist}
 Summary:        OCaml library for converting OCaml values to S-expressions
 
 Group:          Development/Libraries
@@ -12,10 +12,12 @@
 Source0:        http://www.ocaml.info/ocaml_sources/sexplib310-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch0:         sexplib-4.0.1-unix-fix.patch
+
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-type-conv >= 1.5.0
+BuildRequires:  ocaml-type-conv >= 1.6.1
 BuildRequires:  ocaml-camlp4-devel
 BuildRequires:  dos2unix
 
@@ -51,6 +53,7 @@
 
 %prep
 %setup -q -n sexplib310-%{version}
+%patch0 -p1
 dos2unix LICENSE.Tywith
 
 
@@ -84,6 +87,7 @@
 %exclude %{_libdir}/ocaml/sexplib/*.cmxa
 %endif
 %exclude %{_libdir}/ocaml/sexplib/*.mli
+%exclude %{_libdir}/ocaml/sexplib/*.ml
 
 
 %files devel
@@ -94,9 +98,15 @@
 %{_libdir}/ocaml/sexplib/*.cmxa
 %endif
 %{_libdir}/ocaml/sexplib/*.mli
+%{_libdir}/ocaml/sexplib/*.ml
 
 
 %changelog
+* Sun Aug 31 2008 Richard W.M. Jones <rjones at redhat.com> - 4.0.1-1
+- New upstream release 4.0.1.
+- Patch a build problem in the test suite.
+- ml file should be packaged in the -devel subpackage, not in main.
+
 * Mon May 10 2008 Richard W.M. Jones <rjones at redhat.com> - 3.7.4-2
 - Added BR ocaml-camlp4-devel.
 - Added a check section to run the included tests.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sexplib/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 May 2008 19:16:21 -0000	1.2
+++ sources	31 Aug 2008 10:33:12 -0000	1.3
@@ -1 +1 @@
-c8fd387d2ac7a24576121da365819b72  sexplib310-3.7.4.tar.bz2
+a0ff4ddd0069879398f4eac0cb6a569f  sexplib310-4.0.1.tar.bz2




More information about the fedora-extras-commits mailing list