From c0e04b5e726685951106a10dd3e2f7e4bbb700e0 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 16 Oct 2009 10:25:24 +0000 Subject: [PATCH] - Fix build process for new upstream tarball layout. --- ocaml-postgresql.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml-postgresql.spec b/ocaml-postgresql.spec index f9dc65f..748856c 100644 --- a/ocaml-postgresql.spec +++ b/ocaml-postgresql.spec @@ -3,7 +3,7 @@ Name: ocaml-postgresql Version: 1.12.3 -Release: 1%{?dist} +Release: 1%{?dist}.2 Summary: OCaml library for accessing PostgreSQL databases Group: Development/Libraries @@ -82,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc LICENSE AUTHORS Changes README.txt examples +%doc LICENSE AUTHORS Changelog README.txt examples %if %opt %{_libdir}/ocaml/postgresql/*.a %{_libdir}/ocaml/postgresql/*.cmxa @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 16 2009 Richard W.M. Jones - 1.12.3-1.fc11.2 +- Fix build process for new upstream tarball layout. + * Fri Oct 16 2009 Richard W.M. Jones - 1.12.3-1 - New upstream version 1.12.3. - This contains a SECURITY fix for: