New upstream version 8.06.0.

- Big jump in upstream version numbers to match Tk versions.
- ocaml-4.02.1 rebuild.
This commit is contained in:
Richard W.M. Jones 2015-02-16 15:10:06 +00:00
parent 0e2114cdc2
commit 965a14966f
4 changed files with 17 additions and 17 deletions

1
.gitignore vendored
View File

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

View File

@ -1,16 +1,16 @@
--- labltk-4.02-beta1/support/Makefile.common.old 2014-07-22 16:45:36.207227548 +0100
+++ labltk-4.02-beta1/support/Makefile.common 2014-07-22 16:46:00.919241253 +0100
@@ -23,17 +23,17 @@
--- labltk-8.06.0.old/support/Makefile.common 2014-09-18 05:08:33.000000000 +0100
+++ labltk-8.06.0/support/Makefile.common 2015-02-16 15:11:30.157186457 +0000
@@ -21,17 +21,17 @@
## Tools from the OCaml distribution
CAMLRUN=$(BINDIR)/ocamlrun
-CAMLC=$(BINDIR)/ocamlc
-CAMLOPT=$(BINDIR)/ocamlopt
-CAMLC=$(BINDIR)/ocamlc$(OPT)
-CAMLOPT=$(BINDIR)/ocamlopt$(OPT)
-CAMLCB=$(BINDIR)/ocamlc
-CAMLOPTB=$(BINDIR)/ocamlopt
-CAMLCOMP=$(CAMLC) -c -warn-error A-3
+CAMLC=$(BINDIR)/ocamlc -g
+CAMLOPT=$(BINDIR)/ocamlopt -g
+CAMLC=$(BINDIR)/ocamlc$(OPT) -g
+CAMLOPT=$(BINDIR)/ocamlopt$(OPT) -g
+CAMLCB=$(BINDIR)/ocamlc -g
+CAMLOPTB=$(BINDIR)/ocamlopt -g
+CAMLCOMP=$(CAMLC) -c -warn-error A-3 -g

View File

@ -5,18 +5,18 @@
%endif
Name: ocaml-labltk
Version: 4.02
Release: 0.9.beta1%{?dist}
Version: 8.06.0
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/1409/labltk-4.02-beta1.tar.gz
Source0: https://forge.ocamlcore.org/frs/download.php/1455/labltk-8.06.0.tar.gz
# This adds debugging (-g) everywhere.
Patch1: labltk-4.02-enable-debugging.patch
Patch1: labltk-8.06.0-enable-debugging.patch
BuildRequires: ocaml
BuildRequires: tcl-devel, tk-devel
@ -41,7 +41,7 @@ This package contains the development files.
%prep
%setup -q -n labltk-4.02-beta1
%setup -q -n labltk-%{version}
%patch1 -p1
@ -100,10 +100,9 @@ install -m 0644 camltk/*.o $RPM_BUILD_ROOT%{_libdir}/ocaml/labltk
%changelog
* Mon Feb 16 2015 Richard W.M. Jones <rjones@redhat.com> - 4.02-0.9.beta1
- Bump release and rebuild.
* Mon Feb 16 2015 Richard W.M. Jones <rjones@redhat.com> - 4.02-0.8.beta1
* Mon Feb 16 2015 Richard W.M. Jones <rjones@redhat.com> - 8.06.0-1
- New upstream version 8.06.0.
- Big jump in upstream version numbers to match Tk versions.
- ocaml-4.02.1 rebuild.
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 4.02-0.7.beta1

View File

@ -1 +1 @@
a683428720bf33856d81f1769b65bcb2 labltk-4.02-beta1.tar.gz
740398be4bb4cea11bddf03f27f50df9 labltk-8.06.0.tar.gz