diff --git a/.gitignore b/.gitignore index 7ddebe3..bd417b8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /0.1.1.tar.gz /0.1.2.tar.gz /ipcalc-0.1.3.tar.gz +/ipcalc-0.1.4.tar.gz diff --git a/ipcalc.spec b/ipcalc.spec index 7ec12db..3d2d4a4 100644 --- a/ipcalc.spec +++ b/ipcalc.spec @@ -1,5 +1,5 @@ Name: ipcalc -Version: 0.1.3 +Version: 0.1.4 Release: 1%{?dist} Summary: IP network address calculator @@ -22,11 +22,11 @@ Obsoletes: ipcalculator < 0.41-20 %description -ipcalc provides a simple way to calculate IP information for a host. -The various options specify what information ipcalc should display -on standard out. Multiple options may be specified. An IP address to -operate on must always be specified. Most operations also require a -netmask or a CIDR prefix as well. +ipcalc provides a simple way to calculate IP information for a host +or network. Depending on the options specified, it may be used to provide +IP network information in human readable format, in a format suitable for +parsing in scripts, generate random private addresses, resolve an IP address, +or check the validity of an address. %prep %setup -q @@ -51,6 +51,9 @@ make check %{_mandir}/man1/ipcalc.1* %changelog +* Wed Oct 14 2015 Nikos Mavrogiannopoulos - 0.1.4-1 +- New upstream release + * Tue Oct 6 2015 Nikos Mavrogiannopoulos - 0.1.3-1 - New upstream release - Prints GeoIP information on generic info diff --git a/sources b/sources index 36ecee0..c8c1385 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf40086ebaf557f7fa833e056c7e322e ipcalc-0.1.3.tar.gz +981e77d863ca82261e6eb394462ab2b9 ipcalc-0.1.4.tar.gz