New upstream version 4.0.1.
This commit is contained in:
parent
75d8c4707b
commit
1f9cd77207
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user