[DRE-commits] [SCM] ruby-spoon.git branch, master, updated. upstream/0.0.2_git20130104-18-g24393cf

Cédric Boutillier boutil at debian.org
Fri Mar 29 09:55:43 UTC 2013


The following commit has been merged in the master branch:
commit bc163fbd1bab2e442954a0479a95de27dc7a008b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Mar 29 10:09:03 2013 +0100

    refresh patches

diff --git a/debian/patches/increase_size_spawnattributes.patch b/debian/patches/increase_size_spawnattributes.patch
index 231f86e..034758d 100644
--- a/debian/patches/increase_size_spawnattributes.patch
+++ b/debian/patches/increase_size_spawnattributes.patch
@@ -9,11 +9,9 @@ Last-Update: 2012-12-26
  lib/spoon/unix.rb |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/lib/spoon/unix.rb b/lib/spoon/unix.rb
-index 8e9d09b..080f653 100644
 --- a/lib/spoon/unix.rb
 +++ b/lib/spoon/unix.rb
-@@ -39,7 +39,7 @@ def dup2(fd, newfd)
+@@ -51,7 +51,7 @@
  
    class SpawnAttributes
      attr_reader :pointer
@@ -22,6 +20,3 @@ index 8e9d09b..080f653 100644
  
      def initialize
        @pointer =  FFI::AutoPointer.new(LibC.malloc(SIZE), self.class)
--- 
-1.7.10
-
diff --git a/debian/patches/pass_release_method.patch b/debian/patches/pass_release_method.patch
index b419e03..df2cf4a 100644
--- a/debian/patches/pass_release_method.patch
+++ b/debian/patches/pass_release_method.patch
@@ -9,11 +9,9 @@ Last-Update: 2012-12-26
  lib/spoon/unix.rb |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/lib/spoon/unix.rb b/lib/spoon/unix.rb
-index 080f653..9746d0d 100644
 --- a/lib/spoon/unix.rb
 +++ b/lib/spoon/unix.rb
-@@ -8,7 +8,7 @@ class FileActions
+@@ -20,7 +20,7 @@
      SIZE = FFI::Platform.mac? ? FFI.type_size(:pointer) : 128
  
      def initialize
@@ -22,7 +20,7 @@ index 080f653..9746d0d 100644
        error = LibC.posix_spawn_file_actions_init(@pointer)
        raise SystemCallError.new("posix_file_actions_init", error) unless error == 0
      end
-@@ -42,7 +42,7 @@ class SpawnAttributes
+@@ -54,7 +54,7 @@
      SIZE = FFI::Platform.mac? ? FFI.type_size(:pointer) : 336
  
      def initialize
@@ -31,6 +29,3 @@ index 080f653..9746d0d 100644
        error = LibC.posix_spawnattr_init(@pointer)
        raise SystemCallError.new("posix_spawnattr_init", error) unless error == 0
      end
--- 
-1.7.10
-

-- 
ruby-spoon.git



More information about the Pkg-ruby-extras-commits mailing list