Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/minitube/files: fix_version_0.5.patch
Date: Fri, 31 Jul 2009 10:26:26
Message-Id: E1MWpJg-0008Bj-HI@stork.gentoo.org
1 hwoarang 09/07/31 10:26:24
2
3 Added: fix_version_0.5.patch
4 Log:
5 Version bump and patch which fixes version string
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-video/minitube/files/fix_version_0.5.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/minitube/files/fix_version_0.5.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/minitube/files/fix_version_0.5.patch?rev=1.1&content-type=text/plain
13
14 Index: fix_version_0.5.patch
15 ===================================================================
16 Index: minitube/src/Constants.h
17 ===================================================================
18 --- minitube.orig/src/Constants.h
19 +++ minitube/src/Constants.h
20 @@ -2,7 +2,7 @@
21 #define CONSTANTS_H
22
23 namespace Constants {
24 - static const char *VERSION = "0.5-alpha";
25 + static const char *VERSION = "0.5";
26 static const char *APP_NAME = "Minitube";
27 static const char *ORG_NAME = "Flavio Tordini";
28 static const char *ORG_DOMAIN = "flavio.tordini.org";