[postgresql-plruby] Use config value instead of patch for safe level 3

Honza Horak hhorak at fedoraproject.org
Tue Apr 29 10:13:20 UTC 2014


commit 71390088a023eeee8ddfdbe1bbb82e85f5e9c2a7
Author: Honza Horak <hhorak at redhat.com>
Date:   Tue Apr 29 12:13:00 2014 +0200

    Use config value instead of patch for safe level 3

 postgresql-plruby-safelevel.patch |   16 ----------------
 postgresql-plruby.spec            |    4 +---
 2 files changed, 1 insertions(+), 19 deletions(-)
---
diff --git a/postgresql-plruby.spec b/postgresql-plruby.spec
index 1e3b713..47c3da1 100644
--- a/postgresql-plruby.spec
+++ b/postgresql-plruby.spec
@@ -21,7 +21,6 @@ Patch0: postgresql-plruby-bitopers.patch
 Patch2: postgresql-plruby-retval.patch
 Patch3: postgresql-plruby-includes.patch
 Patch4: postgresql-plruby-version.patch
-Patch5: postgresql-plruby-safelevel.patch
 
 %description
 PL/Ruby is a loadable procedural language for the PostgreSQL database
@@ -45,10 +44,9 @@ Documentation for plruby.
 %patch2 -p1 -b .retval
 %patch3 -p1 -b .debug
 %patch4 -p1 -b .version
-%patch5 -p1 -b .safelevel
 
 %build
-ruby extconf.rb --vendor
+ruby extconf.rb --vendor --with-safe-level=3
 make
 
 %install


More information about the scm-commits mailing list