From c870e5a03631c811d2e5e129d2c1cfaf8aa7b862 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 9 Oct 2009 15:47:53 +0000 Subject: [PATCH] Require postgresql 8.2 (for array operators && and @>) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Setting tag PLCAPI-4.3-27 --This line, and those below, will be ignored-- Please write a changelog for this new tag in the section above DIFF========= Index: PLCAPI.spec =================================================================== --- PLCAPI.spec (.../tags/PLCAPI-4.3-26) (révision 15270) +++ PLCAPI.spec (.../trunk) (révision 15270) @@ -28,7 +28,7 @@ # We use set everywhere Requires: python >= 2.4 -Requires: postgresql postgresql-server postgresql-python +Requires: postgresql >= 8.2, postgresql-server >= 8.2, postgresql-python >= 8.2 Requires: python-psycopg2 Requires: python-pycurl Requires: httpd --- PLCAPI.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PLCAPI.spec b/PLCAPI.spec index 3d7dae6..b5b9460 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -6,7 +6,7 @@ %define name PLCAPI %define version 4.3 -%define taglevel 26 +%define taglevel 27 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT /var/www/html/wsdl/plcapi.wsdl %changelog +* Fri Oct 09 2009 Baris Metin - PLCAPI-4.3-27 +- Require postgresql 8.2 (for array operators && and @>) + * Thu Oct 08 2009 Thierry Parmentelat - PLCAPI-4.3-26 - Filter now supports the | and & features to match in sequence values - bugfix in the postgresql wrapper for sequence filter values -- 2.43.0