Compare commits

...

4 Commits
rawhide ... f17

Author SHA1 Message Date
Richard W.M. Jones f79968ca2f - Remove sed hack which worked around segfault on ppc64. Now fixed
in OCaml >= 3.12.1-12.
(cherry picked from commit 515bc4a67a)
2012-06-06 19:29:28 +01:00
Richard W.M. Jones 8b57934ea9 - Remove patch which worked around segfault on ARM. Now fixed
in OCaml >= 3.12.1-9.
(cherry picked from commit db39bf22b0)
2012-06-04 09:58:54 +01:00
Richard W.M. Jones 859c4d14d7 Remove ExcludeArch ppc64.
- Add sed hack to reduce size of long entry function which breaks
  ppc64 code generator.  See comment in spec file for full details.
(cherry picked from commit 3a02209c15)
2012-05-30 12:43:24 +01:00
Richard W.M. Jones 90e2e22e98 Bump release and rebuild for new OCaml on ARM.
- Include workaround for segfault in gen_mappings.ml on ARM.
(cherry picked from commit 0a30d4a35f)
2012-05-19 11:19:25 +01:00
1 changed files with 23 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Name: ocaml-camomile
Version: 0.8.3
Release: 1%{?dist}
Release: 6%{?dist}
Summary: Unicode library for OCaml
Group: Development/Libraries
@ -14,9 +14,12 @@ License: LGPLv2+
URL: http://sourceforge.net/projects/camomile/
Source0: http://downloads.sourceforge.net/camomile/camomile-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: ppc64 sparc64 s390 s390x
ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml, ocaml-findlib-devel, ocaml-ocamldoc, ocaml-camlp4-devel
BuildRequires: ocaml >= 3.12.1-12
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamldoc
BuildRequires: ocaml-camlp4-devel
%define _use_internal_dependency_generator 0
%define __find_requires /usr/lib/rpm/ocaml-find-requires.sh
@ -114,6 +117,23 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jun 6 2012 Richard W.M. Jones <rjones@redhat.com> - 0.8.3-6
- Remove sed hack which worked around segfault on ppc64. Now fixed
in OCaml >= 3.12.1-12.
* Sun Jun 3 2012 Richard W.M. Jones <rjones@redhat.com> - 0.8.3-5
- Remove patch which worked around segfault on ARM. Now fixed
in OCaml >= 3.12.1-9.
* Wed May 30 2012 Richard W.M. Jones <rjones@redhat.com> - 0.8.3-4
- Remove ExcludeArch ppc64.
- Add sed hack to reduce size of long entry function which breaks
ppc64 code generator. See comment in spec file for full details.
* Sat May 19 2012 Richard W.M. Jones <rjones@redhat.com> - 0.8.3-2
- Include workaround for segfault in gen_mappings.ml on ARM.
- Bump release and rebuild for new OCaml on ARM.
* Fri Jan 6 2012 Richard W.M. Jones <rjones@redhat.com> - 0.8.3-1
- New upstream version 0.8.3.