[postgresql-plparrot] rebuild with new parrot; versions for postgresql-server

Gerd Pokorra gerd at fedoraproject.org
Sat Oct 5 01:25:46 UTC 2013


commit 5e74d475f56158ffc6f30166133a284c79024740
Author: gerd <pokorra at uni-siegen.de>
Date:   Sat Oct 5 03:25:30 2013 +0200

    rebuild with new parrot; versions for postgresql-server

 postgresql-plparrot.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/postgresql-plparrot.spec b/postgresql-plparrot.spec
index 7593b92..369a35a 100644
--- a/postgresql-plparrot.spec
+++ b/postgresql-plparrot.spec
@@ -1,6 +1,6 @@
 Name:		postgresql-plparrot
 Version:	0.05
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	A PostgreSQL procedural language for the Parrot virtual machine
 
 Group:		Applications/Databases
@@ -12,7 +12,7 @@ BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	postgresql-devel
 BuildRequires:	parrot-devel
-Requires:	postgresql-server
+Requires:	postgresql-server >= 9.3, postgresql-server < 9.4
 Requires:	postgresql-contrib
 
 %description
@@ -49,6 +49,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 20 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.05-8
+- add version for postgresql-server
+- rebuild with new parrot
+
 * Fri Sep 20 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.05-7
 - fix build problem by adding 'make headers'
 


More information about the scm-commits mailing list