latest upstream snapshot

This commit is contained in:
Jiri Popelka 2015-07-15 10:17:47 +02:00
parent 1b4aa2c384
commit 9877bf51d6
5 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ net-tools-1.60.tar.bz2
/net-tools-2.0.20141007git.tar.xz
/net-tools-2.0.20141124git.tar.xz
/net-tools-2.0.20150416git.tar.xz
/net-tools-2.0.20150715git.tar.xz

View File

@ -35,7 +35,7 @@
#define HAVE_AFNETROM 1
#define HAVE_AFROSE 1
#define HAVE_AFX25 1
#define HAVE_AFECONET 1
#define HAVE_AFECONET 0
#define HAVE_AFDECnet 0
#define HAVE_AFASH 1
#define HAVE_AFBLUETOOTH 1
@ -63,7 +63,7 @@
#define HAVE_HWASH 1
#define HAVE_HWHDLCLAPB 1
#define HAVE_HWIRDA 1
#define HAVE_HWEC 1
#define HAVE_HWEC 0
#define HAVE_HWEUI64 1
#define HAVE_HWIB 1

View File

@ -8,7 +8,7 @@ HAVE_AFAX25=1
HAVE_AFNETROM=1
HAVE_AFROSE=1
HAVE_AFX25=1
HAVE_AFECONET=1
HAVE_AFECONET=0
# HAVE_AFDECnet=0
HAVE_AFASH=1
HAVE_AFBLUETOOTH=1
@ -30,7 +30,7 @@ HAVE_HWHIPPI=1
HAVE_HWASH=1
HAVE_HWHDLCLAPB=1
HAVE_HWIRDA=1
HAVE_HWEC=1
HAVE_HWEC=0
HAVE_HWEUI64=1
HAVE_HWIB=1
HAVE_FW_MASQUERADE=1

View File

@ -1,9 +1,9 @@
%global checkout 20150416git
%global checkout 20150715git
Summary: Basic networking tools
Name: net-tools
Version: 2.0
Release: 0.33.%{checkout}%{?dist}
Release: 0.34.%{checkout}%{?dist}
License: GPLv2+
Group: System Environment/Base
URL: http://sourceforge.net/projects/net-tools/
@ -159,6 +159,9 @@ install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service
%attr(0644,root,root) %{_unitdir}/arp-ethers.service
%changelog
* Wed Jul 15 2015 Jiri Popelka <jpopelka@redhat.com> - 2.0-0.34.20150715git
- latest upstream snapshot
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-0.33.20150416git
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
d37831850c61a095bbf7230b33111ff2 net-tools-2.0.20150416git.tar.xz
10bebe84e17f6a1a3bad6312cb6a3029 net-tools-2.0.20150715git.tar.xz