From af93b005f78323aaf8055e32ab58152978c8fb54 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 27 May 2008 12:11:13 +0000 Subject: [PATCH] - New upstream version 0.3.1. - Extra runtime requirements (BZ 446919). --- .cvsignore | 2 +- ocaml-gettext.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7e354a1..d1271de 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ocaml-gettext-0.3.0.tar.gz +ocaml-gettext-0.3.1.tar.gz diff --git a/ocaml-gettext.spec b/ocaml-gettext.spec index fd9a942..ce56987 100644 --- a/ocaml-gettext.spec +++ b/ocaml-gettext.spec @@ -2,7 +2,7 @@ %define debug_package %{nil} Name: ocaml-gettext -Version: 0.3.0 +Version: 0.3.1 Release: 1%{?dist} Summary: OCaml library for i18n @@ -32,6 +32,12 @@ BuildRequires: ocaml-camomile-devel >= 0.7.1 BuildRequires: ocaml-camomile-data %endif +# ocaml-gettext program needs camomile data files, but only if it was +# compiled with camomile (hence not on ppc64 - see above). BZ 446919. +%ifnarch ppc64 +Requires: ocaml-camomile-data +%endif + %define _use_internal_dependency_generator 0 %define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i Asttypes -i Parsetree %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh -i Pr_gettext @@ -54,6 +60,9 @@ Summary: Development files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} +# BZ 446919. +Requires: ocaml-fileutils-devel + %description devel The %{name}-devel package contains libraries and signature files for @@ -198,6 +207,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 27 2008 Richard W.M. Jones - 0.3.1-1 +- New upstream version 0.3.1. +- Extra runtime requirements (BZ 446919). + * Wed Apr 30 2008 Richard W.M. Jones - 0.3.0-1 - New upstream version 0.3.0. - Big patch no longer required (integrated with upstream). diff --git a/sources b/sources index 2207334..e936467 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06132918591916d742391151636e9b82 ocaml-gettext-0.3.0.tar.gz +8290a7b6ba0b8baaa97cc871363441ec ocaml-gettext-0.3.1.tar.gz