New upstream version 0.3.5.
- ocaml-4.02.1 rebuild.
This commit is contained in:
parent
6d3613fbf6
commit
c4a6f3e00e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
ocaml-gettext-0.3.3.tar.gz
|
||||
/ocaml-gettext-0.3.4.tar.gz
|
||||
/ocaml-gettext-0.3.5.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
|
||||
Name: ocaml-gettext
|
||||
Version: 0.3.4
|
||||
Release: 18%{?dist}
|
||||
Version: 0.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: OCaml library for i18n
|
||||
|
||||
License: LGPLv2+ with exceptions
|
||||
URL: http://forge.ocamlcore.org/projects/ocaml-gettext
|
||||
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
|
||||
# Fix for segfault which only happens with OCaml >= 4.02.0.
|
||||
@ -202,6 +202,10 @@ chrpath --delete $OCAMLFIND_DESTDIR/stublibs/dll*.so
|
||||
|
||||
|
||||
%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
|
||||
- ocaml-4.02.0 final rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user