]> git.pld-linux.org Git - packages/transmission.git/blob - transmission-version.patch
- updated for 2.51
[packages/transmission.git] / transmission-version.patch
1 diff -ur transmission-2.41-orig/configure transmission-2.41/configure
2 --- transmission-2.41-orig/configure    2011-10-11 13:08:57.632668941 +0200
3 +++ transmission-2.41/configure 2011-10-11 13:13:54.969736327 +0200
4 @@ -570,8 +570,8 @@
5  # Identity of this package.
6  PACKAGE_NAME='transmission'
7  PACKAGE_TARNAME='transmission'
8 -PACKAGE_VERSION='2.51'
9 -PACKAGE_STRING='transmission 2.51'
10 +PACKAGE_VERSION='2.33'
11 +PACKAGE_STRING='transmission 2.33'
12  PACKAGE_BUGREPORT='http://trac.transmissionbt.com/newticket'
13  PACKAGE_URL=''
14  
15 @@ -2509,9 +2509,9 @@
16  ac_compiler_gnu=$ac_cv_c_compiler_gnu
17  
18  
19 -USERAGENT_PREFIX=2.51
20 +USERAGENT_PREFIX=2.33
21  
22 -PEERID_PREFIX=-TR2510-
23 +PEERID_PREFIX=-TR2330-
24  
25  
26  # Check whether --enable-silent-rules was given.
27 diff -ur transmission-2.41-orig/configure.ac transmission-2.41/configure.ac
28 --- transmission-2.41-orig/configure.ac 2011-10-11 13:08:59.142738694 +0200
29 +++ transmission-2.41/configure.ac      2011-10-11 13:14:45.528738295 +0200
30 @@ -3,8 +3,8 @@
31  dnl         "Z" for unsupported trunk builds,
32  dnl         "0" for stable, supported releases
33  dnl these should be the only two lines you need to change
34 -m4_define([user_agent_prefix],[2.51])
35 -m4_define([peer_id_prefix],[-TR2510-])
36 +m4_define([user_agent_prefix],[2.33])
37 +m4_define([peer_id_prefix],[-TR2330-])
38  
39  AC_INIT([transmission],
40          [user_agent_prefix],
41 diff -ur transmission-2.41-orig/libtransmission/version.h transmission-2.41/libtransmission/version.h
42 --- transmission-2.41-orig/libtransmission/version.h    2011-10-11 13:08:57.982685108 +0200
43 +++ transmission-2.41/libtransmission/version.h 2011-07-21 01:39:34.000000000 +0200
44 @@ -1,10 +1,10 @@
45 -#define PEERID_PREFIX             "-TR2510-"
46 -#define USERAGENT_PREFIX          "2.51"
47 -#define SVN_REVISION              "13280"
48 -#define SVN_REVISION_NUM          13280
49 -#define SHORT_VERSION_STRING      "2.51"
50 -#define LONG_VERSION_STRING       "2.51 (13280)"
51 -#define VERSION_STRING_INFOPLIST  2.51
52 +#define PEERID_PREFIX             "-TR2330-"
53 +#define USERAGENT_PREFIX          "2.33"
54 +#define SVN_REVISION              "12565"
55 +#define SVN_REVISION_NUM          12565
56 +#define SHORT_VERSION_STRING      "2.33"
57 +#define LONG_VERSION_STRING       "2.33 (12565)"
58 +#define VERSION_STRING_INFOPLIST  2.33
59  #define MAJOR_VERSION             2
60 -#define MINOR_VERSION             51
61 +#define MINOR_VERSION             33
62  #define TR_STABLE_RELEASE         1
This page took 0.027409 seconds and 3 git commands to generate.