Author: rjones
Update of /cvs/pkgs/rpms/ocaml-pgocaml/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19026
Modified Files: .cvsignore ocaml-pgocaml.spec sources Log Message: * Thu Oct 8 2009 Richard W.M. Jones rjones@redhat.com - 1.3-1 - New upstream version 1.3. - Simplify build system.
Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pgocaml/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 12 May 2008 19:15:57 -0000 1.2 +++ .cvsignore 8 Oct 2009 13:33:39 -0000 1.3 @@ -1 +1 @@ -pgocaml-1.1.tar.gz +pgocaml-1.3.tgz
Index: ocaml-pgocaml.spec =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pgocaml/devel/ocaml-pgocaml.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -p -r1.10 -r1.11 --- ocaml-pgocaml.spec 25 Jul 2009 20:03:21 -0000 1.10 +++ ocaml-pgocaml.spec 8 Oct 2009 13:33:39 -0000 1.11 @@ -2,14 +2,14 @@ %define debug_package %{nil}
Name: ocaml-pgocaml -Version: 1.1 -Release: 10%{?dist} +Version: 1.3 +Release: 1%{?dist} Summary: OCaml library for type-safe access to PostgreSQL databases
Group: Development/Libraries License: LGPLv2+ with exceptions URL: http://developer.berlios.de/projects/pgocaml/ -Source0: http://download.berlios.de/pgocaml/pgocaml-%%7Bversion%7D.tar.gz +Source0: http://download.berlios.de/pgocaml/pgocaml-%%7Bversion%7D.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x
@@ -17,7 +17,7 @@ BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml-findlib-devel, ocaml-ocamldoc BuildRequires: ocaml-extlib-devel BuildRequires: ocaml-pcre-devel, pcre-devel -BuildRequires: ocaml-calendar-devel >= 2.0.4 +BuildRequires: ocaml-calendar-devel >= 2.01.1-2 BuildRequires: ocaml-csv-devel BuildRequires: ocaml-camlp4-devel
@@ -48,10 +48,8 @@ developing applications that use %{name}
%build -# Don't build or run the test programs because that would need -# a live PostgreSQL database around. -make pGOCaml_config.ml pgocaml.cma pgocaml.cmxa pa_pgsql.cmo \ - pgocaml_prof META +make depend +make all make doc strip pgocaml_prof
@@ -96,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Thu Oct 8 2009 Richard W.M. Jones rjones@redhat.com - 1.3-1 +- New upstream version 1.3. +- Simplify build system. + * Sat Jul 25 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/ocaml-pgocaml/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 12 May 2008 19:15:57 -0000 1.2 +++ sources 8 Oct 2009 13:33:39 -0000 1.3 @@ -1 +1 @@ -e52d0f88b4ce850aa592a033c7e7b64d pgocaml-1.1.tar.gz +dcc98b672d684d7c4da8586a3671a4ac pgocaml-1.3.tgz
ocaml-devel@lists.fedoraproject.org