Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/taglib/files: taglib-1.8-headerfile_version_fix.patch
Date: Wed, 26 Dec 2012 11:24:47
Message-Id: 20121226112437.CCF3B2171D@flycatcher.gentoo.org
1 polynomial-c 12/12/26 11:24:37
2
3 Added: taglib-1.8-headerfile_version_fix.patch
4 Log:
5 Fixed minor version number in taglib.h file.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/taglib/files/taglib-1.8-headerfile_version_fix.patch?rev=1.1&content-type=text/plain
14
15 Index: taglib-1.8-headerfile_version_fix.patch
16 ===================================================================
17 https://github.com/taglib/taglib/commit/7b80418122a42295ada34863609d82152baab03c
18
19 --- taglib-1.8/taglib/toolkit/taglib.h
20 +++ taglib-1.8/taglib/toolkit/taglib.h
21 @@ -27,7 +27,7 @@
22 #define TAGLIB_H
23
24 #define TAGLIB_MAJOR_VERSION 1
25 -#define TAGLIB_MINOR_VERSION 7
26 +#define TAGLIB_MINOR_VERSION 8
27 #define TAGLIB_PATCH_VERSION 0
28
29 #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ > 1))