From 0f7a5bcf4206ad4b8cbf710592802eb3c959c0a8 Mon Sep 17 00:00:00 2001 From: Richard W.M. Jones Date: Oct 01 2013 10:35:41 +0000 Subject: New upstream version 2.18.0. --- diff --git a/.gitignore b/.gitignore index 4132956..1d7d262 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -lablgtk-2.14.0.tar.gz -/lablgtk-2.14.2.tar.gz -/lablgtk-2.16.0.tar.gz +/lablgtk-*.tar.gz diff --git a/ocaml-lablgtk.spec b/ocaml-lablgtk.spec index f103bdc..0a2f65a 100644 --- a/ocaml-lablgtk.spec +++ b/ocaml-lablgtk.spec @@ -1,13 +1,13 @@ Name: ocaml-lablgtk -Version: 2.16.0 -Release: 5%{?dist} +Version: 2.18.0 +Release: 1%{?dist} Summary: Objective Caml interface to gtk+ License: LGPLv2 with exceptions URL: http://lablgtk.forge.ocamlcore.org/ -Source: http://forge.ocamlcore.org/frs/download.php/979/lablgtk-%{version}.tar.gz +Source: https://forge.ocamlcore.org/frs/download.php/1261/lablgtk-%{version}.tar.gz ExcludeArch: sparc64 s390 s390x @@ -93,6 +93,9 @@ make install \ DLLDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml/stublibs cp META $RPM_BUILD_ROOT%{_libdir}/ocaml/lablgtk2 +# Remove ld.conf (part of main OCaml dist). +rm $RPM_BUILD_ROOT%{_libdir}/ocaml/ld.conf + # Remove unnecessary *.ml files (ones which have a *.mli). pushd $RPM_BUILD_ROOT%{_libdir}/ocaml/lablgtk2 for f in *.ml; do \ @@ -143,6 +146,9 @@ find examples -name .cvsignore -exec rm {} \; %changelog +* Tue Oct 1 2013 Richard W.M. Jones - 2.18.0-1 +- New upstream version 2.18.0. + * Sat Sep 14 2013 Richard W.M. Jones - 2.16.0-5 - Rebuild for OCaml 4.01.0. - Enable debuginfo. diff --git a/sources b/sources index 8f5dfb4..d20d693 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -052519ce2a77d2316732bc4d565b6399 lablgtk-2.16.0.tar.gz +a3cff730a0e9545b2aebc71b2cb0d18d lablgtk-2.18.0.tar.gz