Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/libxmlpatch/files: libxmlpatch-0.3.3-gentoo.patch
Date: Mon, 31 Oct 2011 12:54:52
Message-Id: 20111031125443.B88322004C@flycatcher.gentoo.org
1 flameeyes 11/10/31 12:54:43
2
3 Modified: libxmlpatch-0.3.3-gentoo.patch
4 Log:
5 Fix list of docs installed and make compatible with check 0.9.7 as well.
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch?r1=1.1&r2=1.2
15
16 Index: libxmlpatch-0.3.3-gentoo.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/libxmlpatch/files/libxmlpatch-0.3.3-gentoo.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libxmlpatch-0.3.3-gentoo.patch 31 Oct 2011 12:51:22 -0000 1.1
23 +++ libxmlpatch-0.3.3-gentoo.patch 31 Oct 2011 12:54:43 -0000 1.2
24 @@ -10,7 +10,7 @@
25 + _tcase_add_test (tc, arr_tests[i].fn, arr_tests[i].name,
26 +#if CHECK_MAJOR_VERSION > 0 || \
27 + (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION > 9) || \
28 -+ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION == 9 && CHECK_MICRO_VERSION >= 8)
29 ++ (CHECK_MAJOR_VERSION == 0 && CHECK_MINOR_VERSION == 9 && CHECK_MICRO_VERSION >= 7)
30 + 0,
31 +#endif
32 + 0, 0, 1);