New upstream version 4.0.1.

This commit is contained in:
Richard W.M. Jones 2016-11-07 21:35:16 +00:00
parent 75d8c4707b
commit 1f9cd77207
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ release-1.12.3.tar.bz2
/postgresql-ocaml-2.0.2.tar.gz
/postgresql-ocaml-2.0.4.tar.gz
/postgresql-ocaml-2.0.7.tar.gz
/postgresql-ocaml-4.0.1.tar.gz

View File

@ -1,17 +1,17 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
Name: ocaml-postgresql
Version: 2.0.7
Release: 12%{?dist}
Version: 4.0.1
Release: 1%{?dist}
Summary: OCaml library for accessing PostgreSQL databases
License: LGPLv2+ with exceptions
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)
Source0: https://github.com/mmottl/postgresql-ocaml/releases/download/v%{version}/postgresql-ocaml-%{version}.tar.gz
BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-ocamlbuild
BuildRequires: ocaml-ocamldoc
BuildRequires: postgresql-devel
BuildRequires: chrpath
@ -79,6 +79,9 @@ make install
%changelog
* Mon Nov 07 2016 Richard W.M. Jones <rjones@redhat.com> - 4.0.1-1
- New upstream version 4.0.1.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.7-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
ae2e98fb3da33a7f279ac8a550f5c403 postgresql-ocaml-2.0.7.tar.gz
88b368523fa6f7dcba14123a06347d0a postgresql-ocaml-4.0.1.tar.gz