~ubuntu-branches/ubuntu/utopic/totem-plugin-arte/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/10_update_user_agent.patch

  • Committer: Package Import Robot
  • Author(s): Nicolas Delvaux
  • Date: 2012-05-06 13:31:30 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120506133130-q4vis61w041d9dvu
Tags: 3.1.1-1
* New upstream release:
  - Network-Manager integration
  - Improved thumbnail cache handling
  - Automatic user agent generator
  - Translation updates
  - Fix compilation with Vala 0.16
  - Require Vala 0.16
  - Many bugfixes
* Drop all downstream patches
* Bump Debian Policy to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Update the user-agent string to Firefox 10.0
2
 
Author: Nicolas Delvaux <contact@nicolas-delvaux.org>
3
 
 
4
 
Origin: vendor
5
 
Last-Update: 2011-02-09
6
 
 
7
 
--- totem-plugin-arte-3.0.0.orig/arteplus7.vala
8
 
+++ totem-plugin-arte-3.0.0/arteplus7.vala
9
 
@@ -48,7 +48,7 @@ public enum Language
10
 
 }
11
 
 
12
 
 public const string USER_AGENT =
13
 
-    "Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1";
14
 
+    "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0";
15
 
 public const string DCONF_ID = "org.gnome.Totem.arteplus7";
16
 
 public const string DCONF_HTTP_PROXY = "org.gnome.system.proxy.http";
17
 
 public const string CACHE_PATH_SUFFIX = "/totem/plugins/arteplus7/";