From 94f36070c091e0124aac22fb94a38d52ff402ed4 Mon Sep 17 00:00:00 2001 From: Juan RP <xtraeme@gmail.com> Date: Sat, 18 Jun 2011 19:35:50 +0200 Subject: [PATCH] chromium: add upstream URL for submitted patches. --- .../patches/perl_deprecated_switch_module_use_givenwhen.patch | 4 +++- srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch b/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch index 0a5f0c0e8d..7342fa827d 100644 --- a/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch +++ b/srcpkgs/chromium/patches/perl_deprecated_switch_module_use_givenwhen.patch @@ -1,5 +1,7 @@ perl-5.14 deprecated the Switch module. We can use the given/when statement instead, -available since 5.10. +available since 5.10. Submitted upstream: + +http://code.google.com/p/chromium/issues/detail?id=86645 --- third_party/WebKit/Source/WebKit/scripts/generate-webkitversion.pl.orig 2011-06-18 11:13:44.104816166 +0200 +++ third_party/WebKit/Source/WebKit/scripts/generate-webkitversion.pl 2011-06-18 11:14:10.238814221 +0200 diff --git a/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch b/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch index 5e013b34f6..e1096f09a6 100644 --- a/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch +++ b/srcpkgs/chromium/patches/tcmalloc-prototypes-glibc-2.14.patch @@ -1,4 +1,7 @@ glibc-2.14 changed the _hook prototypes with a volatile pointer. +Submitted upstream: + +http://code.google.com/p/chromium/issues/detail?id=86646 --- third_party/tcmalloc/chromium/src/tcmalloc.cc.orig 2011-06-18 10:29:01.407015864 +0200 +++ third_party/tcmalloc/chromium/src/tcmalloc.cc 2011-06-18 10:29:32.305013564 +0200