New upstream version 2.04.
- Enable bytecode compilation.
This commit is contained in:
parent
bf859723da
commit
fdad83d037
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ calendar-2.01.1.tar.gz
|
|||||||
/calendar-2.03.tar.gz
|
/calendar-2.03.tar.gz
|
||||||
/calendar-2.03.1.tar.gz
|
/calendar-2.03.1.tar.gz
|
||||||
/calendar-2.03.2.tar.gz
|
/calendar-2.03.2.tar.gz
|
||||||
|
/calendar-2.04.tar.gz
|
||||||
|
@ -1,16 +1,14 @@
|
|||||||
Name: ocaml-calendar
|
Name: ocaml-calendar
|
||||||
Version: 2.03.2
|
Version: 2.04
|
||||||
Release: 14%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Objective Caml library for managing dates and times
|
Summary: Objective Caml library for managing dates and times
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
|
|
||||||
URL: http://calendar.forge.ocamlcore.org/
|
URL: http://calendar.forge.ocamlcore.org/
|
||||||
Source0: http://forge.ocamlcore.org/frs/download.php/915/calendar-2.03.2.tar.gz
|
Source0: https://forge.ocamlcore.org/frs/download.php/1481/calendar-2.04.tar.gz
|
||||||
|
|
||||||
Patch1: calendar-2.03.2-enable-debug.patch
|
Patch1: calendar-2.03.2-enable-debug.patch
|
||||||
|
|
||||||
ExcludeArch: sparc64 s390 s390x
|
|
||||||
|
|
||||||
BuildRequires: ocaml >= 4.00.1
|
BuildRequires: ocaml >= 4.00.1
|
||||||
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
BuildRequires: ocaml-findlib-devel >= 1.3.3-3
|
||||||
BuildRequires: ocaml-ocamldoc
|
BuildRequires: ocaml-ocamldoc
|
||||||
@ -75,6 +73,10 @@ make install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 21 2015 Richard W.M. Jones <rjones@redhat.com> - 2.04-1
|
||||||
|
- New upstream version 2.04.
|
||||||
|
- Enable bytecode compilation.
|
||||||
|
|
||||||
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 2.03.2-14
|
* Wed Jun 24 2015 Richard W.M. Jones <rjones@redhat.com> - 2.03.2-14
|
||||||
- Bump release and rebuild.
|
- Bump release and rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user