From 965a14966f4a30f63e0cacc0f43b077aa7852788 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Feb 2015 15:10:06 +0000 Subject: [PATCH] New upstream version 8.06.0. - Big jump in upstream version numbers to match Tk versions. - ocaml-4.02.1 rebuild. --- .gitignore | 1 + ...atch => labltk-8.06.0-enable-debugging.patch | 14 +++++++------- ocaml-labltk.spec | 17 ++++++++--------- sources | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) rename labltk-4.02-enable-debugging.patch => labltk-8.06.0-enable-debugging.patch (64%) diff --git a/.gitignore b/.gitignore index 11c6d57..2489f56 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /labltk-4.02-beta1.tar.gz +/labltk-8.06.0.tar.gz diff --git a/labltk-4.02-enable-debugging.patch b/labltk-8.06.0-enable-debugging.patch similarity index 64% rename from labltk-4.02-enable-debugging.patch rename to labltk-8.06.0-enable-debugging.patch index fba5117..7e96811 100644 --- a/labltk-4.02-enable-debugging.patch +++ b/labltk-8.06.0-enable-debugging.patch @@ -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 diff --git a/ocaml-labltk.spec b/ocaml-labltk.spec index e7e34bc..3ff5f7c 100644 --- a/ocaml-labltk.spec +++ b/ocaml-labltk.spec @@ -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 - 4.02-0.9.beta1 -- Bump release and rebuild. - -* Mon Feb 16 2015 Richard W.M. Jones - 4.02-0.8.beta1 +* Mon Feb 16 2015 Richard W.M. Jones - 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 - 4.02-0.7.beta1 diff --git a/sources b/sources index cbb446c..73b5d6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a683428720bf33856d81f1769b65bcb2 labltk-4.02-beta1.tar.gz +740398be4bb4cea11bddf03f27f50df9 labltk-8.06.0.tar.gz