New upstream version 1.0.1.
This commit is contained in:
parent
d25aa9a460
commit
7c8f7ef41b
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ camomile-0.7.2.tar.bz2
|
||||
/camomile-3f4d657d.tar.gz
|
||||
/camomile-0.8.6.tar.gz
|
||||
/camomile-0.8.7.tar.gz
|
||||
/camomile-1.0.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ocaml-camomile
|
||||
Version: 0.8.7
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Unicode library for OCaml
|
||||
|
||||
# Several files are MIT and UCD licensed, but the overall work is LGPLv2+
|
||||
@ -8,12 +8,11 @@ Summary: Unicode library for OCaml
|
||||
# https://www.redhat.com/archives/fedora-legal-list/2008-March/msg00005.html
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/yoriyuki/Camomile
|
||||
Source0: https://github.com/yoriyuki/Camomile/archive/rel-%{version}/camomile-%{version}.tar.gz
|
||||
Source0: https://github.com/yoriyuki/Camomile/archive/%{version}.tar.gz/camomile-%{version}.tar.gz
|
||||
|
||||
BuildRequires: ocaml >= 3.12.1-12
|
||||
BuildRequires: ocaml-findlib-devel
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: ocaml-camlp4-devel
|
||||
BuildRequires: ocaml-cppo
|
||||
BuildRequires: jbuilder
|
||||
|
||||
@ -51,7 +50,7 @@ applications that use %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n Camomile-rel-%{version}
|
||||
%setup -q -n Camomile-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -113,6 +112,10 @@ jbuilder runtest
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2019 Richard W.M. Jones <rjones@redhat.com> - 1.0.1-1
|
||||
- New upstream version 1.0.1.
|
||||
- Remove ocaml-camlp4 dependency, no longer needed.
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (camomile-0.8.7.tar.gz) = a8db2086030b703e1ada0e2cc195e1c6338946439b3a6b6a05febb3a0d24388add9fe06961025e043181a885bb085e33cebc8027c66c7dbbe1cc30e18df27cf2
|
||||
SHA512 (camomile-1.0.1.tar.gz) = 41c453a55d284f879e390ef341482ad5c3dccb1cfd3720fd8513555276dde2397b657c632aa9b02f12f7990adb57bd7c3add637e30606c8f9ab5d28454eddfef
|
||||
|
Loading…
Reference in New Issue
Block a user