[ocaml-pxp] Ignore Pxp_rea symbol when generating requires.

Richard W.M. Jones rjones at fedoraproject.org
Tue Jul 3 15:35:16 UTC 2012


commit c3eef65c2e9c1220bf76a2ab5bbec17f1aacc14b
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jul 3 16:35:05 2012 +0100

    Ignore Pxp_rea symbol when generating requires.

 ocaml-pxp.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ocaml-pxp.spec b/ocaml-pxp.spec
index bcf1a69..468a7b4 100644
--- a/ocaml-pxp.spec
+++ b/ocaml-pxp.spec
@@ -2,7 +2,7 @@
 
 Name:           ocaml-pxp
 Version:        1.2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Validating XML parser
 
 Group:          Development/Libraries
@@ -22,7 +22,7 @@ BuildRequires:  ocaml-pcre-devel, pcre-devel
 BuildRequires:  ocaml-camlp4-devel
 
 %define _use_internal_dependency_generator 0
-%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i Asttypes -i Outcometree -i Parsetree
+%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh -i Asttypes -i Outcometree -i Parsetree -i Pxp_rea
 %define __find_provides /usr/lib/rpm/ocaml-find-provides.sh
 
 
@@ -107,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jul  3 2012 Richard W.M. Jones <rjones at redhat.com> - 1.2.3-2
+- Ignore Pxp_rea symbol when generating requires.
+
 * Mon Jul  2 2012 Richard W.M. Jones <rjones at redhat.com> - 1.2.3-1
 - New upstream version 1.2.3.
 - Includes fixes upstream for OCaml 4.00.0 so remove patch.


More information about the scm-commits mailing list