Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/gpm/files: gpm-1.20.4-abi.patch
Date: Mon, 02 Jun 2008 17:06:26
Message-Id: E1K3DUA-0004wj-Ty@stork.gentoo.org
1 vapier 08/06/02 17:06:18
2
3 Added: gpm-1.20.4-abi.patch
4 Log:
5 Make sure we keep same SONAME as 1.20.1.
6 (Portage version: 2.2_pre5.spank.spunk)
7
8 Revision Changes Path
9 1.1 sys-libs/gpm/files/gpm-1.20.4-abi.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/files/gpm-1.20.4-abi.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/gpm/files/gpm-1.20.4-abi.patch?rev=1.1&content-type=text/plain
13
14 Index: gpm-1.20.4-abi.patch
15 ===================================================================
16 the SONAME upstream was bumped to try and sort out the 1.19.x/1.20.x mess, but
17 since we've always had 1.20.x in our tree, we dont care about that breakage.
18
19 http://lists.linux.it/pipermail/gpm/2008-June/001026.html
20 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473496
21
22 --- gpm/configure
23 +++ gpm/configure
24 @@ -1736,2 +1736,2 @@
25 -abi_lev="2"
26 -abi_age="0"
27 +abi_lev="1"
28 +abi_age="20"
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list