[iputils] Update to iputils-s20121125 (#879952)

jsynacek jsynacek at fedoraproject.org
Mon Nov 26 10:54:08 UTC 2012


commit e773cafb788b40920d83e3b1c7efdfccf9d6e4e5
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Mon Nov 26 11:53:54 2012 +0100

    Update to iputils-s20121125 (#879952)

 .gitignore                 |    1 +
 iputils-20121112-idn.patch |   22 +++++++++++-----------
 iputils.spec               |    7 +++++--
 sources                    |    2 +-
 4 files changed, 18 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd48c13..dc259cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ ifenslave.tar.gz
 /iputils-s20121106.tar.bz2
 /iputils-s20121112.tar.bz2
 /iputils-s20121121.tar.bz2
+/iputils-s20121125.tar.bz2
diff --git a/iputils-20121112-idn.patch b/iputils-20121112-idn.patch
index 5c7d148..610b772 100644
--- a/iputils-20121112-idn.patch
+++ b/iputils-20121112-idn.patch
@@ -1,11 +1,11 @@
---- iputils-s20121121/Makefile.orig	2012-11-22 07:33:01.000000000 +0100
-+++ iputils-s20121121/Makefile	2012-11-22 07:33:54.886547891 +0100
-@@ -45,7 +45,7 @@
- 	LIB_SYSFS = -lsysfs
- endif
- 
--ifneq ($(USE_IDN),no)
-+ifneq ($(USE_IDN),yes)
- 	DEF_IDN = -DUSE_IDN
- 	LIB_IDN = -lidn
- endif
+--- iputils-s20121125/Makefile.orig	2012-11-26 11:27:31.000000000 +0100
++++ iputils-s20121125/Makefile	2012-11-26 11:28:02.128803095 +0100
+@@ -21,7 +21,7 @@
+ # sysfs support (with libsysfs - deprecated)
+ USE_SYSFS=no
+ # IDN support (experimental)
+-USE_IDN=no
++USE_IDN=yes
+ # Do not use getifaddrs
+ WITHOUT_IFADDRS=no
+ # arping default device
diff --git a/iputils.spec b/iputils.spec
index 223ed6b..79a6971 100644
--- a/iputils.spec
+++ b/iputils.spec
@@ -1,7 +1,7 @@
 Summary: Network monitoring tools including ping
 Name: iputils
-Version: 20121121
-Release: 2%{?dist}
+Version: 20121125
+Release: 1%{?dist}
 # some parts are under the original BSD (ping.c)
 # some are under GPLv2+ (tracepath.c)
 License: BSD and GPLv2+
@@ -149,6 +149,9 @@ mv -f RELNOTES.tmp RELNOTES
 %{_sysconfdir}/rc.d/init.d/rdisc
 
 %changelog
+* Mon Nov 26 2012 Jan Synáček <jsynacek at redhat.com> - 20121125-1
+- Update to iputils-s20121125 (#879952)
+
 * Mon Nov 26 2012 Jan Synáček <jsynacek at redhat.com> - 20121121-2
 - Re-fix arping's default device search logic (#879807)
 
diff --git a/sources b/sources
index 07c7d4d..09c2782 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7da47744fc3b01c84e2cebd34cbf9e16  iputils-s20121121.tar.bz2
+fb00899ec0f1e4e6c54faa7be25ea926  iputils-s20121125.tar.bz2
 6702c58e970e6a73fc8d9b7c9b63af35  ifenslave.tar.gz


More information about the scm-commits mailing list