New upstream version 2.0.4.

- OCaml 4.01.0 rebuild.
- Enable debuginfo.
This commit is contained in:
Richard W.M. Jones 2013-09-19 12:51:20 +01:00
parent 894bb9861c
commit d2870087b0
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ release-1.12.3.tar.bz2
/release-1.14.0.tar.bz2
/release-1.18.0.tar.bz2
/postgresql-ocaml-2.0.2.tar.gz
/postgresql-ocaml-2.0.4.tar.gz

View File

@ -1,14 +1,13 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%global debug_package %{nil}
Name: ocaml-postgresql
Version: 2.0.2
Release: 3%{?dist}
Version: 2.0.4
Release: 1%{?dist}
Summary: OCaml library for accessing PostgreSQL databases
License: LGPLv2+ with exceptions
URL: https://bitbucket.org/mmottl/postgresql-ocaml
Source0: https://bitbucket.org/mmottl/postgresql-ocaml/downloads/postgresql-ocaml-2.0.2.tar.gz
Source0: https://bitbucket.org/mmottl/postgresql-ocaml/downloads/postgresql-ocaml-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x
@ -48,7 +47,6 @@ ocaml setup.ml -configure --prefix %{_prefix} --destdir $RPM_BUILD_ROOT
%build
make
strip _build/lib/dll*.so
chrpath --delete _build/lib/dll*.so
@ -82,6 +80,11 @@ make install
%changelog
* Thu Sep 19 2013 Richard W.M. Jones <rjones@redhat.com> - 2.0.4-1
- New upstream version 2.0.4.
- OCaml 4.01.0 rebuild.
- Enable debuginfo.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
2998844efa24f1402c54897869ee4ead postgresql-ocaml-2.0.2.tar.gz
a7f02218ad9d8452c1042f67f7a31bac postgresql-ocaml-2.0.4.tar.gz