New upstream version 2.0.7.
- OCaml 4.02.0 beta rebuild.
This commit is contained in:
parent
d47e5eb705
commit
04e7fdc201
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ release-1.12.3.tar.bz2
|
||||
/release-1.18.0.tar.bz2
|
||||
/postgresql-ocaml-2.0.2.tar.gz
|
||||
/postgresql-ocaml-2.0.4.tar.gz
|
||||
/postgresql-ocaml-2.0.7.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
|
||||
Name: ocaml-postgresql
|
||||
Version: 2.0.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.7
|
||||
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-%{version}.tar.gz
|
||||
URL: https://github.com/mmottl/postgresql-ocaml
|
||||
Source0: https://github.com/mmottl/postgresql-ocaml/releases/download/v2.0.7/postgresql-ocaml-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
ExcludeArch: sparc64 s390 s390x
|
||||
|
||||
@ -80,6 +80,10 @@ make install
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 2.0.7-1
|
||||
- New upstream version 2.0.7.
|
||||
- OCaml 4.02.0 beta rebuild.
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user