[postgresql-plparrot/f15] rebuild with corresponding parrot library

Gerd Pokorra gerd at fedoraproject.org
Mon Aug 8 14:30:18 UTC 2011


commit c841a83216795fa74795216c47442b48eb829dcd
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date:   Mon Aug 8 16:30:06 2011 +0200

    rebuild with corresponding parrot library

 .gitignore               |    1 +
 postgresql-plparrot.spec |    6 ++++--
 sources                  |    1 +
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b8eb423..773d7fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 plparrot-0.04.tar.gz
+/plparrot.patch
diff --git a/postgresql-plparrot.spec b/postgresql-plparrot.spec
index 6a91a0d..1b33caa 100644
--- a/postgresql-plparrot.spec
+++ b/postgresql-plparrot.spec
@@ -1,12 +1,13 @@
 Name:		postgresql-plparrot
 Version:	0.04
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	A PostgreSQL procedural language for the Parrot virtual machine
 
 Group:		Applications/Databases
 License:	Artistic 2.0
 URL:		http://pl.parrot.org/
 Source0:	http://github.com/downloads/leto/plparrot/plparrot-%{version}.tar.gz
+Patch0:		plparrot.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	postgresql-devel
@@ -22,6 +23,7 @@ to become a PostgreSQL Procedural Language (PL).
 
 %prep
 %setup -q -n plparrot-%{version}
+%patch0 -p0
 
 
 %build
@@ -46,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Apr 28 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.04-8
+* Fri Aug 05 2011 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.04-9
 - rebuild with new parrot library
 
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.04-7
diff --git a/sources b/sources
index 2c46098..ae0ea54 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e327fe8a16a40f7d6e58064fbeed44b7  plparrot-0.04.tar.gz
+160d9f21ed548f60b6377cf1fd67d1bd  plparrot.patch


More information about the scm-commits mailing list