From 448ee1c55ada7510c325a10269fe0e3f52d7af27 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 14 Sep 2013 09:24:46 +0100 Subject: [PATCH] Rebuild for OCaml 4.01.0. - Enable debuginfo. --- ocaml-pcre.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ocaml-pcre.spec b/ocaml-pcre.spec index 7a4f370..e99123b 100644 --- a/ocaml-pcre.spec +++ b/ocaml-pcre.spec @@ -1,9 +1,8 @@ %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) -%global debug_package %{nil} Name: ocaml-pcre Version: 7.0.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Perl compatibility regular expressions (PCRE) for OCaml License: LGPLv2 @@ -49,7 +48,6 @@ make all %else make -C lib byte-code-library %endif -strip _build/lib/dll*.so %install @@ -88,6 +86,10 @@ mv $RPM_BUILD_ROOT%{_docdir}/api . %changelog +* Sat Sep 14 2013 Richard W.M. Jones - 7.0.2-5 +- Rebuild for OCaml 4.01.0. +- Enable debuginfo. + * Sat Aug 03 2013 Fedora Release Engineering - 7.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild