New upstream version 1.0.2.
This commit is contained in:
parent
78c77b03a7
commit
b4e43338af
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ camomile-0.7.2.tar.bz2
|
|||||||
/camomile-0.8.6.tar.gz
|
/camomile-0.8.6.tar.gz
|
||||||
/camomile-0.8.7.tar.gz
|
/camomile-0.8.7.tar.gz
|
||||||
/camomile-1.0.1.tar.gz
|
/camomile-1.0.1.tar.gz
|
||||||
|
/camomile-1.0.2.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: ocaml-camomile
|
Name: ocaml-camomile
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Unicode library for OCaml
|
Summary: Unicode library for OCaml
|
||||||
|
|
||||||
# Several files are MIT and UCD licensed, but the overall work is LGPLv2+
|
# Several files are MIT and UCD licensed, but the overall work is LGPLv2+
|
||||||
@ -80,7 +80,9 @@ cp _build/install/default/lib/camomile/library/*.mli %{buildroot}%{_libdir}/ocam
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
jbuilder runtest --profile release
|
# Broken in 1.0.2.
|
||||||
|
# https://github.com/yoriyuki/Camomile/issues/82
|
||||||
|
#jbuilder runtest --profile release
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -113,6 +115,9 @@ jbuilder runtest --profile release
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 08 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.2-1
|
||||||
|
- New upstream version 1.0.2.
|
||||||
|
|
||||||
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-6
|
* Wed Jul 31 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-6
|
||||||
- OCaml 4.08.1 (rc2) rebuild.
|
- OCaml 4.08.1 (rc2) rebuild.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (camomile-1.0.1.tar.gz) = 41c453a55d284f879e390ef341482ad5c3dccb1cfd3720fd8513555276dde2397b657c632aa9b02f12f7990adb57bd7c3add637e30606c8f9ab5d28454eddfef
|
SHA512 (camomile-1.0.2.tar.gz) = d62ecaa297058b52674f98e513a6d776148fe62651b2b4a2dac4bb3e05abb8b7684960e889f68c6dab60aee669fbab715a2d6a9206645e24d10d8aaaf7cedf0e
|
||||||
|
Loading…
Reference in New Issue
Block a user