rpms/ocaml-sqlite/devel .cvsignore, 1.4, 1.5 ocaml-sqlite.spec, 1.11, 1.12 sources, 1.4, 1.5

Richard W.M. Jones rjones at fedoraproject.org
Sat May 23 07:57:08 UTC 2009


Author: rjones

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

Modified Files:
	.cvsignore ocaml-sqlite.spec sources 
Log Message:
Rebuild for OCaml 3.11.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	31 Aug 2008 10:21:35 -0000	1.4
+++ .cvsignore	23 May 2009 07:56:37 -0000	1.5
@@ -1 +1 @@
-ocaml-sqlite3-1.2.0.tar.bz2
+release-1.5.0.tar.bz2


Index: ocaml-sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/ocaml-sqlite.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ocaml-sqlite.spec	16 Apr 2009 09:06:16 -0000	1.11
+++ ocaml-sqlite.spec	23 May 2009 07:56:37 -0000	1.12
@@ -2,14 +2,14 @@
 %define debug_package %{nil}
 
 Name:           ocaml-sqlite
-Version:        1.2.0
-Release:        5%{?dist}
+Version:        1.5.0
+Release:        1%{?dist}
 Summary:        OCaml library for accessing SQLite3 databases
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://www.ocaml.info/home/ocaml_sources.html#ocaml-sqlite3
-Source0:        http://www.ocaml.info/ocaml_sources/ocaml-sqlite3-%{version}.tar.bz2
+Source0:        http://hg.ocaml.info/release/ocaml-sqlite3/archive/release-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
@@ -43,7 +43,7 @@ developing applications that use %{name}
 
 
 %prep
-%setup -q -n ocaml-sqlite3-%{version}
+%setup -q -n ocaml-sqlite3-release-%{version}
 %patch0 -p1
 
 ./configure --libdir=%{_libdir}
@@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 23 2009 Richard W.M. Jones <rjones at redhat.com> - 1.5.0-1
+- Rebuild for OCaml 3.11.1
+- New upstream version 1.5.0.
+
 * Thu Apr 16 2009 S390x secondary arch maintainer <fedora-s390x at lists.fedoraproject.org>
 - ExcludeArch sparc64, s390, s390x as we don't have OCaml on those archs
   (added sparc64 per request from the sparc maintainer)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-sqlite/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	31 Aug 2008 10:21:35 -0000	1.4
+++ sources	23 May 2009 07:56:37 -0000	1.5
@@ -1 +1 @@
-701d790506923ce1c167b2cb53db0af7  ocaml-sqlite3-1.2.0.tar.bz2
+1cdeda5aa3f42125492a17e453878e8e  release-1.5.0.tar.bz2




More information about the scm-commits mailing list