Sfoglia il codice sorgente

chromium:
- fix user-agent string (chromium-vendor-vine.patch.in)
- move vendor string (Vine/12.0.742.91-1vl6) to the end.



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4241 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 14 anni fa
parent
commit
c0a2589090

+ 3 - 2
c/chromium/chromium-vendor-vine.patch.in

@@ -4,7 +4,8 @@
    base::StringAppendF(
        result,
        "Mozilla/5.0 (%s%s) AppleWebKit/%d.%d"
-+      " Vine/RPM_VERSION"
-       " (KHTML, like Gecko) %s Safari/%d.%d",
+-      " (KHTML, like Gecko) %s Safari/%d.%d",
++      " (KHTML, like Gecko) %s Safari/%d.%d"
++      " Vine/RPM_VERSION",
        mimic_windows ? "Windows " : kUserAgentPlatform,
        BuildOSCpuInfo().c_str(),

+ 5 - 1
c/chromium/chromium12-vl.spec

@@ -18,7 +18,7 @@ Summary:        Google's opens source browser project
 Summary(ja):    Googleのオープンソースウェブブラウザ
 #'
 Version:        12.0.742.93
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 License:        BSD
 Group:          Applications/Internet
 Source0:        %{pkgname}-%{version}.tar.xz
@@ -385,6 +385,10 @@ fi || :
 %{_libdir}/chromium/lib*.so
 
 %changelog
+* Thu Jun 30 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 12.0.742.93-1
+- fix user-agent string (chromium-vendor-vine.patch.in)
+  - move vendor string (Vine/12.0.742.91-1vl6) to the end.
+
 * Sat Jun 11 2011 Munehiro Yamamoto <munepi@vinelinux.org> 12.0.742.93-1
 - updated to 12.0.742.93
 - fixed icon field of chromium-browser-vine.desktop