rpms/ocaml-csv/devel .cvsignore, 1.2, 1.3 csv-install.patch, 1.1, 1.2 ocaml-csv.spec, 1.6, 1.7 sources, 1.2, 1.3

Richard W.M. Jones rjones at fedoraproject.org
Mon Oct 27 22:13:14 UTC 2008


Author: rjones

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

Modified Files:
	.cvsignore csv-install.patch ocaml-csv.spec sources 
Log Message:
New upstream version 1.1.7.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	24 Aug 2007 16:35:15 -0000	1.2
+++ .cvsignore	27 Oct 2008 22:12:43 -0000	1.3
@@ -1 +1 @@
-ocaml-csv-1.1.6.tar.gz
+ocaml-csv-1.1.7.tar.gz

csv-install.patch:

Index: csv-install.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/csv-install.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- csv-install.patch	24 Aug 2007 16:35:15 -0000	1.1
+++ csv-install.patch	27 Oct 2008 22:12:43 -0000	1.2
@@ -1,23 +1,15 @@
---- Makefile.orig	2007-05-29 13:16:31.000000000 +0100
-+++ Makefile	2007-05-29 13:27:56.000000000 +0100
-@@ -67,6 +67,20 @@
- include .depend
- endif
- 
-+# Install.
-+
-+install: META
-+	ocamlfind install csv META *.mli $(wildcard *.a) csv.cmi $(wildcard csv.cmx) *.cma $(wildcard *.cmxa)
-+	install csvtool ${DESTDIR}${BINDIR}
-+
-+META:
-+	rm -f $@
-+	echo 'version="${VERSION}"' >> $@
-+	echo 'description="CSV library"' >> $@
-+	echo 'archive(byte)="csv.cma"' >> $@
-+	echo 'archive(native)="csv.cmxa"' >> $@
-+	echo 'requires="extlib"' >> $@
-+
+Binary files ocaml-csv-1.1.7.orig/csv.a and ocaml-csv-1.1.7/csv.a differ
+diff -ur ocaml-csv-1.1.7.orig/Makefile ocaml-csv-1.1.7/Makefile
+--- ocaml-csv-1.1.7.orig/Makefile	2008-10-27 22:04:21.000000000 +0000
++++ ocaml-csv-1.1.7/Makefile	2008-10-27 22:06:47.000000000 +0000
+@@ -70,7 +70,8 @@
  # Build a distribution.
  
+ install:
+-	ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx} META
++	ocamlfind install csv csv.{cmi,a,cmxa,cma,cmx,mli} META
++	install -m 0755 csvtool $(DESTDIR)/usr/bin
+ 
  dist:
+ 	$(MAKE) check-manifest
+Only in ocaml-csv-1.1.7.orig: README


Index: ocaml-csv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/ocaml-csv.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ocaml-csv.spec	23 Apr 2008 16:16:55 -0000	1.6
+++ ocaml-csv.spec	27 Oct 2008 22:12:43 -0000	1.7
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-csv
-Version:        1.1.6
-Release:        8%{?dist}
+Version:        1.1.7
+Release:        1%{?dist}
 Summary:        OCaml library for reading and writing CSV files
 
 Group:          Development/Libraries
@@ -46,7 +46,7 @@
 %prep
 %setup -q
 %patch0 -p0
-%patch1 -p0
+%patch1 -p1
 
 
 %build
@@ -107,6 +107,9 @@
 
 
 %changelog
+* Mon Oct 27 2008 Richard W.M. Jones <rjones at redhat.com> - 1.1.7-1
+- New upstream version 1.1.7.
+
 * Wed Apr 23 2008 Richard W.M. Jones <rjones at redhat.com> - 1.1.6-8
 - Rebuild for OCaml 3.10.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-csv/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Aug 2007 16:35:15 -0000	1.2
+++ sources	27 Oct 2008 22:12:43 -0000	1.3
@@ -1 +1 @@
-a91851438f9540b1a445087a4d409507  ocaml-csv-1.1.6.tar.gz
+3d0b5711c10b966686be1e1ee84e4aba  ocaml-csv-1.1.7.tar.gz




More information about the scm-commits mailing list