Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnet/files: libnet-1.2-rc.patch
Date: Wed, 27 Mar 2013 20:28:23
Message-Id: 20130327202817.B75002171E@flycatcher.gentoo.org
1 jer 13/03/27 20:28:17
2
3 Added: libnet-1.2-rc.patch
4 Log:
5 Fix LIBNET_VERSION string (bug #463528).
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-libs/libnet/files/libnet-1.2-rc.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/files/libnet-1.2-rc.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/files/libnet-1.2-rc.patch?rev=1.1&content-type=text/plain
14
15 Index: libnet-1.2-rc.patch
16 ===================================================================
17 --- a/configure.ac
18 +++ b/configure.ac
19 @@ -4,7 +4,7 @@
20 dnl
21 dnl Process this file with autoconf to produce a configure script.
22
23 -AC_INIT([libnet],[1.2-rc1])
24 +AC_INIT([libnet],[1.2])
25 AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...)
26 AC_CANONICAL_TARGET
27 AC_CONFIG_SRCDIR([src/libnet_build_ip.c])