New upstream version 8.06.2.

This commit is contained in:
Richard W.M. Jones 2016-11-04 14:44:19 +00:00
parent cb316d7d29
commit 350d7c9085
3 changed files with 15 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/labltk-4.02-beta1.tar.gz
/labltk-8.06.0.tar.gz
/labltk-8.06.2.tar.gz

View File

@ -5,15 +5,15 @@
%endif
Name: ocaml-labltk
Version: 8.06.0
Release: 6%{?dist}
Version: 8.06.2
Release: 1%{?dist}
Summary: Tcl/Tk interface for OCaml
License: LGPLv2+ with exceptions
URL: https://forge.ocamlcore.org/projects/labltk/
Source0: https://forge.ocamlcore.org/frs/download.php/1455/labltk-8.06.0.tar.gz
Source0: https://forge.ocamlcore.org/frs/download.php/1628/labltk-8.06.2.tar.gz
# This adds debugging (-g) everywhere.
Patch1: labltk-8.06.0-enable-debugging.patch
@ -51,11 +51,15 @@ find -name .gitignore -delete
%build
./configure
# Build does not work in parallel.
unset MAKEFLAGS
%if !%{native_compiler}
make %{?_smp_mflags} byte
make byte
%else
make %{?_smp_mflags} all
make %{?_smp_mflags} opt
make all
make opt
%endif
@ -102,6 +106,9 @@ install -m 0644 camltk/*.o $RPM_BUILD_ROOT%{_libdir}/ocaml/labltk
%changelog
* Fri Nov 04 2016 Richard W.M. Jones <rjones@redhat.com> - 8.06.2-1
- New upstream version 8.06.2.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 8.06.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
740398be4bb4cea11bddf03f27f50df9 labltk-8.06.0.tar.gz
15020ef74baa688536ce1d38525462f8 labltk-8.06.2.tar.gz