فهرست منبع

one more upstream bugfix

Ralf S. Engelschall 18 سال پیش
والد
کامیت
59b740667a
2فایلهای تغییر یافته به همراه13 افزوده شده و 1 حذف شده
  1. 12 0
      monotone/monotone.patch
  2. 1 1
      monotone/monotone.spec

+ 12 - 0
monotone/monotone.patch

@@ -21,3 +21,15 @@ Index: pcrewrap.cc
  #include "pcre.h"
  #undef pcre
  
+Index: std_hooks.lua
+--- std_hooks.lua	f6f5c8d503faca26fdc2e06a1a9285f8d4b3700f
++++ std_hooks.lua	149fd794ce4f182372cde6b3f12c8877256a58b3
+@@ -765,7 +765,7 @@ function get_preferred_merge3_command (t
+    -- If there wasn't any user-given merger, take the first that's available
+    -- and wanted.
+    for _,mkey in ipairs(default_order) do
+-      c = trymerger(mkey) ; if c then return c,nil end
++      c = trymerger(mkey) ; if c then return c,mkey end
+    end
+ end
+ 

+ 1 - 1
monotone/monotone.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        SCM
 License:      GPL
 Version:      0.37
-Release:      20071029
+Release:      20071030
 
 #   package options
 %option       with_rse  yes