[seamonkey/f17] update to 2.15

Dmitry Butskoy buc at fedoraproject.org
Mon Jan 14 15:59:37 UTC 2013


commit 1a893744e9f45b2bd8e322e0e6230cd9b9c95c90
Author: Dmitry Butskoy <Dmitry at Butskoy.name>
Date:   Mon Jan 14 19:59:19 2013 +0400

    update to 2.15

 seamonkey-2.12.1-nodecommit.patch |   19 -------------------
 seamonkey-2.15-rhbz_304121.patch  |   12 ++++++++++++
 2 files changed, 12 insertions(+), 19 deletions(-)
---
diff --git a/seamonkey-2.15-rhbz_304121.patch b/seamonkey-2.15-rhbz_304121.patch
new file mode 100644
index 0000000..b5064d7
--- /dev/null
+++ b/seamonkey-2.15-rhbz_304121.patch
@@ -0,0 +1,12 @@
+diff -Nrbu seamonkey-2.15/comm-release/mozilla/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py seamonkey-2.15-OK/comm-release/mozilla/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py
+--- seamonkey-2.15/comm-release/mozilla/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py	2013-01-06 10:26:26.000000000 +0400
++++ seamonkey-2.15-OK/comm-release/mozilla/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py	2013-01-14 17:51:55.668267309 +0400
+@@ -376,7 +376,7 @@
+     WriteMakefile(output_file, data, build_file, depth, top,
+                   # we set srcdir up one directory, since the subdir
+                   # doesn't actually exist in the source directory
+-                  swapslashes(os.path.join(top, self.relative_srcdir, os.path.split(rel_path)[0])),
++                  swapslashes(os.path.normpath(os.path.join(top, self.relative_srcdir, os.path.split(rel_path)[0]))),
+                   self.relative_srcdir)
+     return True
+ 


More information about the scm-commits mailing list