New upstream version 0.3.5.

- ocaml-4.02.1 rebuild.
This commit is contained in:
Richard W.M. Jones 2015-02-16 18:09:20 +00:00
parent 6d3613fbf6
commit c4a6f3e00e
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
ocaml-gettext-0.3.3.tar.gz ocaml-gettext-0.3.3.tar.gz
/ocaml-gettext-0.3.4.tar.gz /ocaml-gettext-0.3.4.tar.gz
/ocaml-gettext-0.3.5.tar.gz

View File

@ -1,15 +1,15 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
Name: ocaml-gettext Name: ocaml-gettext
Version: 0.3.4 Version: 0.3.5
Release: 18%{?dist} Release: 1%{?dist}
Summary: OCaml library for i18n Summary: OCaml library for i18n
License: LGPLv2+ with exceptions License: LGPLv2+ with exceptions
URL: http://forge.ocamlcore.org/projects/ocaml-gettext URL: http://forge.ocamlcore.org/projects/ocaml-gettext
ExcludeArch: sparc64 s390 s390x ExcludeArch: sparc64 s390 s390x
Source0: http://forge.ocamlcore.org/frs/download.php/676/ocaml-gettext-%{version}.tar.gz Source0: https://forge.ocamlcore.org/frs/download.php/1433/%{name}-%{version}.tar.gz
Patch1: ocaml-gettext-0.3.4-use-ocamlopt-g.patch Patch1: ocaml-gettext-0.3.4-use-ocamlopt-g.patch
# Fix for segfault which only happens with OCaml >= 4.02.0. # Fix for segfault which only happens with OCaml >= 4.02.0.
@ -202,6 +202,10 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
%changelog %changelog
* Mon Feb 16 2015 Richard W.M. Jones <rjones@redhat.com> - 0.3.5-1
- New upstream version 0.3.5.
- ocaml-4.02.1 rebuild.
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-18 * Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 0.3.4-18
- ocaml-4.02.0 final rebuild. - ocaml-4.02.0 final rebuild.

View File

@ -1 +1 @@
2c588ba92e9a809f2885ecacc48069a9 ocaml-gettext-0.3.4.tar.gz 3c3c5156578104819b486584aa14f807 ocaml-gettext-0.3.5.tar.gz