From c6306798aafae371ecb9d683bb5d35be2434764f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 23 May 2009 08:11:09 +0000 Subject: [PATCH] Rebuild for OCaml 3.11.1 --- .cvsignore | 2 +- ocaml-pcre.spec | 12 ++++++------ sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 686a136..40499b5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pcre-ocaml-5.15.0.tar.bz2 +release-6.0.0.tar.bz2 diff --git a/ocaml-pcre.spec b/ocaml-pcre.spec index 8df4638..6b52084 100644 --- a/ocaml-pcre.spec +++ b/ocaml-pcre.spec @@ -2,14 +2,14 @@ %define debug_package %{nil} Name: ocaml-pcre -Version: 5.15.0 -Release: 4%{?dist} +Version: 6.0.0 +Release: 1%{?dist} Summary: Perl compatibility regular expressions (PCRE) for OCaml Group: Development/Libraries License: LGPLv2 URL: http://www.ocaml.info/home/ocaml_sources.html#pcre-ocaml -Source0: http://www.ocaml.info/ocaml_sources/pcre-ocaml-%{version}.tar.bz2 +Source0: http://hg.ocaml.info/release/pcre-ocaml/archive/release-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExcludeArch: sparc64 s390 s390x @@ -40,7 +40,7 @@ developing applications that use %{name}. %prep -%setup -q -n pcre-ocaml-%{version} +%setup -q -n pcre-ocaml-release-%{version} %build @@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.txt %{_libdir}/ocaml/pcre %if %opt %exclude %{_libdir}/ocaml/pcre/*.a @@ -83,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.txt %if %opt %{_libdir}/ocaml/pcre/*.a %{_libdir}/ocaml/pcre/*.cmxa diff --git a/sources b/sources index 5e3f987..e178415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dffb7cbe2f3798f424ca8737727234ac pcre-ocaml-5.15.0.tar.bz2 +91081a9147451495f8d2b246ef196983 release-6.0.0.tar.bz2