From 04e7fdc20112b7316348ba63d70dc00fa416f52d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 21 Jul 2014 21:14:30 +0100 Subject: [PATCH] New upstream version 2.0.7. - OCaml 4.02.0 beta rebuild. --- .gitignore | 1 + ocaml-postgresql.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1365933..5a9ceaf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ocaml-postgresql.spec b/ocaml-postgresql.spec index ac836d1..3b22f78 100644 --- a/ocaml-postgresql.spec +++ b/ocaml-postgresql.spec @@ -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 - 2.0.7-1 +- New upstream version 2.0.7. +- OCaml 4.02.0 beta rebuild. + * Sat Jun 07 2014 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 803d413..548821c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7f02218ad9d8452c1042f67f7a31bac postgresql-ocaml-2.0.4.tar.gz +ae2e98fb3da33a7f279ac8a550f5c403 postgresql-ocaml-2.0.7.tar.gz