commit 2b6de6b82b68db494277e2a87d932716631575fa
Author: Elan Ruusamäe <[email protected]>
Date:   Fri Apr 19 13:16:34 2013 +0300

    up to 27.0.1453.56
    
    exclude sqlite3.h from clean, it's shim header not yet ported to new
    automatic mode

 chromium-browser.spec | 2 +-
 clean-source.sh       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/chromium-browser.spec b/chromium-browser.spec
index ebe2784..5da07a7 100644
--- a/chromium-browser.spec
+++ b/chromium-browser.spec
@@ -59,7 +59,7 @@
 # - to look for new tarball, use update-source.sh script
 
 %define                branch          27.0.1453
-%define                basever         47
+%define                basever         56
 #define                patchver        70
 %define                gyp_rev 1014
 Summary:       A WebKit powered web browser
diff --git a/clean-source.sh b/clean-source.sh
index 45f2365..486bb6f 100755
--- a/clean-source.sh
+++ b/clean-source.sh
@@ -629,7 +629,7 @@ strip_system_dirs() {
                # skip already removed dirs
                test -d $dir || continue
 
-               find $dir -depth -mindepth 1 \! \( -name '*.gyp' -o -name 
'*.gypi' -o -path $dir/$lib.h \) -print -delete
+               find $dir -depth -mindepth 1 \! \( -name '*.gyp' -o -name 
'*.gypi' -o -path $dir/$lib.h -o -path third_party/sqlite/sqlite3.h \) -print 
-delete
        done
 }
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/2b6de6b82b68db494277e2a87d932716631575fa

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to