rpms/ocaml-ocamlgraph/devel ocamlgraph-1.1-no-view-graph-doc.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 import.log, 1.1, 1.2 ocaml-ocamlgraph.spec, 1.8, 1.9 sources, 1.3, 1.4 ocamlgraph-1.0-no-view-graph-doc.patch, 1.1, NONE

Alan Dunn amdunn at fedoraproject.org
Sat Aug 8 02:52:26 UTC 2009


Author: amdunn

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

Modified Files:
	.cvsignore import.log ocaml-ocamlgraph.spec sources 
Added Files:
	ocamlgraph-1.1-no-view-graph-doc.patch 
Removed Files:
	ocamlgraph-1.0-no-view-graph-doc.patch 
Log Message:
* 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).


ocamlgraph-1.1-no-view-graph-doc.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ocamlgraph-1.1-no-view-graph-doc.patch ---
--- ocamlgraph-1.1/Makefile.in.orig	2009-08-07 22:07:11.000000000 -0400
+++ ocamlgraph-1.1/Makefile.in	2009-08-07 22:07:29.000000000 -0400
@@ -298,7 +298,7 @@
 	mkdir -p doc
 	rm -f doc/*
 	$(OCAMLDOC) -d doc -html $(INCLUDES) $(DOC_SRC)
-	$(MAKE) -C $(VIEWER_DIR) doc
+#	$(MAKE) -C $(VIEWER_DIR) doc
 
 # literate programming
 $(NAME).tex: $(DOC_SRC)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	20 Nov 2008 16:49:18 -0000	1.3
+++ .cvsignore	8 Aug 2009 02:52:25 -0000	1.4
@@ -1 +1 @@
-ocamlgraph-1.0.tar.gz
+ocamlgraph-1.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	23 Aug 2008 20:48:48 -0000	1.1
+++ import.log	8 Aug 2009 02:52:25 -0000	1.2
@@ -1 +1,2 @@
 ocaml-ocamlgraph-0_99c-2_fc9:HEAD:ocaml-ocamlgraph-0.99c-2.fc9.src.rpm:1219524338
+ocaml-ocamlgraph-1_1-1_fc10:HEAD:ocaml-ocamlgraph-1.1-1.fc10.src.rpm:1249699549


Index: ocaml-ocamlgraph.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/ocaml-ocamlgraph.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- ocaml-ocamlgraph.spec	25 Jul 2009 20:00:48 -0000	1.8
+++ ocaml-ocamlgraph.spec	8 Aug 2009 02:52:26 -0000	1.9
@@ -17,23 +17,23 @@
 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
 %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
 
-Name:		ocaml-ocamlgraph
-Version:	1.0
-Release:	6%{?dist}
-Summary:	OCaml library for arc and node graphs
+Name:           ocaml-ocamlgraph
+Version:        1.1
+Release:        1%{?dist}
+Summary:        OCaml library for arc and node graphs
 
-Group:		Development/Libraries
-License:	LGPLv2 with exceptions
+Group:          Development/Libraries
+License:        LGPLv2 with exceptions
 
-URL:		http://ocamlgraph.lri.fr/
-Source0:	http://ocamlgraph.lri.fr/download/ocamlgraph-%{version}.tar.gz
-Source1:	ocamlgraph-test.result
+URL:            http://ocamlgraph.lri.fr/
+Source0:        http://ocamlgraph.lri.fr/download/ocamlgraph-%{version}.tar.gz
+Source1:        ocamlgraph-test.result
 
-Patch0:         ocamlgraph-1.0-no-view-graph-doc.patch
+Patch0:         ocamlgraph-1.1-no-view-graph-doc.patch
 
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
-BuildRequires:	ocaml >= 3.08, ocaml-findlib-devel, ocaml-ocamldoc
+BuildRequires:  ocaml >= 3.08, ocaml-findlib-devel, ocaml-ocamldoc
 BuildRequires:  ocaml-lablgtk-devel
 BuildRequires:  gtk2-devel, libgnomecanvas-devel
 
@@ -50,13 +50,13 @@ Language file format and Dot and Neato g
 tools.
 
 
-%package	devel
-Summary:	Development files for %{name}
-Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
 
 
-%description	devel
+%description    devel
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
@@ -131,6 +131,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* 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).
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-ocamlgraph/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	20 Nov 2008 16:49:18 -0000	1.3
+++ sources	8 Aug 2009 02:52:26 -0000	1.4
@@ -1 +1 @@
-65dfcab73bc15776f7547860a78d682a  ocamlgraph-1.0.tar.gz
+62cf4b0c273db2af1dbf4f8fac957bfc  ocamlgraph-1.1.tar.gz


--- ocamlgraph-1.0-no-view-graph-doc.patch DELETED ---




More information about the fedora-extras-commits mailing list