diff --git a/README.md b/README.md index edeb12d..bf6d6a8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ # traceroute Traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host. See traceroute(8) in the manual of your system for more info. - diff --git a/traceroute.spec b/traceroute.spec index cfc3c00..5bdf410 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -1,6 +1,6 @@ ### AUTOUPDATE-OFF: 8 9 Name: traceroute -Version: 2.0.21 +Version: 2.1.0 Release: 1mamba Summary: Tracks the route packets taken from an IP network on their way to a given host Group: Applications/Networking @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocol's time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host. See traceroute(8) in the manual of your system for more info. -%debug_package +#% debug_package %prep %setup -q @@ -40,6 +40,9 @@ Traceroute tracks the route packets taken from an IP network on their way to a g %doc COPYING COPYING.LIB CREDITS %changelog +* Fri Jul 08 2016 Automatic Build System 2.1.0-1mamba +- automatic version update by autodist + * Sat Nov 15 2014 Automatic Build System 2.0.21-1mamba - automatic update by autodist