]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- print bundled v8 version
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 4 Dec 2011 11:39:43 +0000 (11:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chromium-browser.spec -> 1.159

chromium-browser.spec

index 220d0ff4bcd03114b388de37ca780831fe964e81..8a5c69539e21b9b6ba063bd34f6126740266cf08 100644 (file)
@@ -192,6 +192,8 @@ test "$ver" = %{version}
 gyp_rev=$(grep googlecode_url.*gyp src/DEPS | cut -d'"' -f6 | cut -d@ -f2)
 test "$gyp_rev" = %{gyp_rev} || :
 
+v8_ver=$(awk 'NR=1 {print $NF; exit}' src/v8/ChangeLog)
+
 # Populate the LASTCHANGE file template as we no longer have the VCS files at this point
 echo "%{svnver}" > src/build/LASTCHANGE.in
 
This page took 0.06071 seconds and 4 git commands to generate.