diff --git a/.cvsignore b/.cvsignore index 8d62997..c955695 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -postgresql-ocaml-1.9.2.tar.bz2 +release-1.10.3.tar.bz2 diff --git a/ocaml-postgresql.spec b/ocaml-postgresql.spec index 6fb6d74..b3e82c5 100644 --- a/ocaml-postgresql.spec +++ b/ocaml-postgresql.spec @@ -2,14 +2,14 @@ %define debug_package %{nil} Name: ocaml-postgresql -Version: 1.9.2 -Release: 6%{?dist} +Version: 1.10.3 +Release: 1%{?dist} Summary: OCaml library for accessing PostgreSQL databases Group: Development/Libraries License: LGPLv2+ with exceptions -URL: http://www.ocaml.info/home/ocaml_sources.html#toc14 -Source0: http://www.ocaml.info/ocaml_sources/postgresql-ocaml-%{version}.tar.bz2 +URL: http://www.ocaml.info/home/ocaml_sources.html#postgresql-ocaml +Source0: http://hg.ocaml.info/release/postgresql-ocaml/archive/release-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ocaml >= 3.10.0 @@ -44,7 +44,7 @@ developing applications that use %{name}. %prep -%setup -q -n postgresql-ocaml-%{version} +%setup -q -n postgresql-ocaml-release-%{version} %build @@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes README examples +%doc LICENSE AUTHORS Changes README.txt examples %if %opt %{_libdir}/ocaml/postgresql/*.a %{_libdir}/ocaml/postgresql/*.cmxa @@ -91,6 +91,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 10 2009 Richard W.M. Jones - 1.10.3-1 +- New upstream version 1.10.3. +- Fix URL. +- Upstream Source URLs have all changed. + * Mon Mar 9 2009 Richard W.M. Jones - 1.9.2-6 - Fix typo in summary (rhbz#487632). diff --git a/sources b/sources index 1334fee..43a9eb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -867f36477b5ea7534ec4773356133314 postgresql-ocaml-1.9.2.tar.bz2 +ebac79d610e5be1cfb39b69be2865e5d release-1.10.3.tar.bz2