rpms/ocaml-ocamlgraph/devel ocamlgraph-1.3-no-viewGraph_test.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 ocaml-ocamlgraph.spec, 1.9, 1.10 sources, 1.4, 1.5

Richard W.M. Jones rjones at fedoraproject.org
Thu Oct 8 13:07:40 UTC 2009


Author: rjones

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

Modified Files:
	.cvsignore ocaml-ocamlgraph.spec sources 
Added Files:
	ocamlgraph-1.3-no-viewGraph_test.patch 
Log Message:
* Thu Oct  8 2009 Richard W.M. Jones <rjones at redhat.com> - 1.3-1
- New upstream release 1.3.
- A slightly different viewGraph-related patch is required for this release.


ocamlgraph-1.3-no-viewGraph_test.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ocamlgraph-1.3-no-viewGraph_test.patch ---
--- ocamlgraph-1.3.orig/Makefile.in	2009-10-02 12:48:39.000000000 +0100
+++ ocamlgraph-1.3.no-vg/Makefile.in	2009-10-08 14:02:34.396309817 +0100
@@ -144,7 +144,7 @@
 
 viewer: $(VIEWER_DIR)/viewgraph.byte $(VIEWER_DIR)/viewgraph.$(OCAMLBEST)
 
-VIEWER_CMO=viewGraph_core viewGraph_select viewGraph_utils viewGraph_test
+VIEWER_CMO=viewGraph_core viewGraph_select viewGraph_utils
 VIEWER_CMO:=$(patsubst %,$(VIEWER_DIR)/%.cmo, $(VIEWER_CMO))
 VIEWER_CMX=$(VIEWER_CMO:.cmo=.cmx)
 VIEWER_CMI=$(VIEWER_CMO:.cmo=.cmi)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	8 Aug 2009 02:52:25 -0000	1.4
+++ .cvsignore	8 Oct 2009 13:07:40 -0000	1.5
@@ -1 +1 @@
-ocamlgraph-1.1.tar.gz
+ocamlgraph-1.3.tar.gz


Index: ocaml-ocamlgraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/ocaml-ocamlgraph.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- ocaml-ocamlgraph.spec	8 Aug 2009 02:52:26 -0000	1.9
+++ ocaml-ocamlgraph.spec	8 Oct 2009 13:07:40 -0000	1.10
@@ -18,7 +18,7 @@
 %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
 
 Name:           ocaml-ocamlgraph
-Version:        1.1
+Version:        1.3
 Release:        1%{?dist}
 Summary:        OCaml library for arc and node graphs
 
@@ -30,6 +30,7 @@ Source0:        http://ocamlgraph.lri.fr
 Source1:        ocamlgraph-test.result
 
 Patch0:         ocamlgraph-1.1-no-view-graph-doc.patch
+Patch1:         ocamlgraph-1.3-no-viewGraph_test.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
@@ -65,6 +66,7 @@ developing applications that use %{name}
 %setup -q -n ocamlgraph-%{version}
 
 %patch0 -p1
+%patch1 -p1
 
 cp %{SOURCE1} .
 
@@ -77,6 +79,7 @@ cp %{SOURCE1} .
 %else
 %define opt_option OCAMLBEST=byte OCAMLC=ocamlc
 %endif
+make depend
 make %{opt_option}
 make doc
 
@@ -131,6 +134,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct  8 2009 Richard W.M. Jones <rjones at redhat.com> - 1.3-1
+- New upstream release 1.3.
+- A slightly different viewGraph-related patch is required for this release.
+
 * Fri Aug 07 2009 Alan Dunn <amdunn at gmail.com> - 1.1-1
 - New upstream release 1.1.
 - Makefile patch updated (still not incorporated upstream).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	8 Aug 2009 02:52:26 -0000	1.4
+++ sources	8 Oct 2009 13:07:40 -0000	1.5
@@ -1 +1 @@
-62cf4b0c273db2af1dbf4f8fac957bfc  ocamlgraph-1.1.tar.gz
+9bcff267d041d3caec5f4f8c514f9cc1  ocamlgraph-1.3.tar.gz




More information about the fedora-extras-commits mailing list