Author: marti Date: Mon Jul 11 08:27:54 2011 GMT Module: packages Tag: HEAD ---- Log message: - this patch changes client identification to 2.22
---- Files affected: packages/transmission: transmission-version.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/transmission/transmission-version.patch diff -u /dev/null packages/transmission/transmission-version.patch:1.1 --- /dev/null Mon Jul 11 10:27:54 2011 +++ packages/transmission/transmission-version.patch Mon Jul 11 10:27:49 2011 @@ -0,0 +1,71 @@ +diff -ur transmission-2.32-orig/configure transmission-2.32/configure +--- transmission-2.32-orig/configure 2011-06-29 03:31:11.639509935 +0200 ++++ transmission-2.32/configure 2011-07-11 10:09:41.915517039 +0200 +@@ -570,8 +570,8 @@ + # Identity of this package. + PACKAGE_NAME='transmission' + PACKAGE_TARNAME='transmission' +-PACKAGE_VERSION='2.32' +-PACKAGE_STRING='transmission 2.32' ++PACKAGE_VERSION='2.22' ++PACKAGE_STRING='transmission 2.22' + PACKAGE_BUGREPORT='http://trac.transmissionbt.com/newticket' + PACKAGE_URL='' + +@@ -2557,9 +2557,9 @@ + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + +-USERAGENT_PREFIX=2.32 ++USERAGENT_PREFIX=2.22 + +-PEERID_PREFIX=-TR2320- ++PEERID_PREFIX=-TR2220- + + + # Check whether --enable-silent-rules was given. +@@ -3045,7 +3045,7 @@ + + # Define the identity of the package. + PACKAGE='transmission' +- VERSION='2.32' ++ VERSION='2.22' + + + cat >>confdefs.h <<_ACEOF +diff -ur transmission-2.32-orig/configure.ac transmission-2.32/configure.ac +--- transmission-2.32-orig/configure.ac 2011-06-29 03:30:42.743752526 +0200 ++++ transmission-2.32/configure.ac 2011-07-11 10:10:21.297278331 +0200 +@@ -3,8 +3,8 @@ + dnl "Z" for unsupported trunk builds, + dnl "0" for stable, supported releases + dnl these should be the only two lines you need to change +-m4_define([user_agent_prefix],[2.32]) +-m4_define([peer_id_prefix],[-TR2320-]) ++m4_define([user_agent_prefix],[2.22]) ++m4_define([peer_id_prefix],[-TR2220-]) + + AC_INIT([transmission], + [user_agent_prefix], +diff -ur transmission-2.32-orig/libtransmission/version.h transmission-2.32/libtransmission/version.h +--- transmission-2.32-orig/libtransmission/version.h 2011-06-29 03:15:46.733786565 +0200 ++++ transmission-2.32/libtransmission/version.h 2011-07-11 10:11:42.834258039 +0200 +@@ -1,10 +1,10 @@ +-#define PEERID_PREFIX "-TR2320-" +-#define USERAGENT_PREFIX "2.32" +-#define SVN_REVISION "12526" +-#define SVN_REVISION_NUM 12526 +-#define SHORT_VERSION_STRING "2.32" +-#define LONG_VERSION_STRING "2.32 (12526)" +-#define VERSION_STRING_INFOPLIST 2.32 ++#define PEERID_PREFIX "-TR2220-" ++#define USERAGENT_PREFIX "2.22" ++#define SVN_REVISION "12099" ++#define SVN_REVISION_NUM 12099 ++#define SHORT_VERSION_STRING "2.22" ++#define LONG_VERSION_STRING "2.22 (12099)" ++#define VERSION_STRING_INFOPLIST 2.22 + #define MAJOR_VERSION 2 +-#define MINOR_VERSION 32 ++#define MINOR_VERSION 22 + #define TR_STABLE_RELEASE 1 ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
