New upstream version 2.18.0.

This commit is contained in:
Richard W.M. Jones 2013-10-01 11:33:11 +01:00
parent 1dcce90d6f
commit 0f7a5bcf42
3 changed files with 11 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,3 +1 @@
lablgtk-2.14.0.tar.gz
/lablgtk-2.14.2.tar.gz
/lablgtk-2.16.0.tar.gz
/lablgtk-*.tar.gz

View File

@ -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 <rjones@redhat.com> - 2.18.0-1
- New upstream version 2.18.0.
* Sat Sep 14 2013 Richard W.M. Jones <rjones@redhat.com> - 2.16.0-5
- Rebuild for OCaml 4.01.0.
- Enable debuginfo.

View File

@ -1 +1 @@
052519ce2a77d2316732bc4d565b6399 lablgtk-2.16.0.tar.gz
a3cff730a0e9545b2aebc71b2cb0d18d lablgtk-2.18.0.tar.gz