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:
parent
0e2114cdc2
commit
965a14966f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/labltk-4.02-beta1.tar.gz
|
||||
/labltk-8.06.0.tar.gz
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user