From c6d3d23cff017633843d7a9179acd1407a648a18 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 6 Oct 2015 10:09:15 +0200 Subject: [PATCH] updated to 0.1.3 --- .gitignore | 1 + ipcalc.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d003ddb..7ddebe3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /0.1.0.tar.gz /0.1.1.tar.gz /0.1.2.tar.gz +/ipcalc-0.1.3.tar.gz diff --git a/ipcalc.spec b/ipcalc.spec index a649b89..7ec12db 100644 --- a/ipcalc.spec +++ b/ipcalc.spec @@ -1,6 +1,6 @@ Name: ipcalc -Version: 0.1.2 -Release: 3%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: IP network address calculator # This is an updated version of ipcalc originally found @@ -9,14 +9,17 @@ Summary: IP network address calculator License: GPLv2+ URL: https://github.com/nmav/ipcalc -Source0: https://github.com/nmav/ipcalc/archive/%{version}.tar.gz +Source0: https://github.com/nmav/ipcalc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: GeoIP-devel BuildRequires: popt-devel +Recommends: GeoIP + # Explicitly conflict with older initscript packages that ship ipcalc Conflicts: initscripts < 9.63 # Obsolete ipcalculator -Obsoletes: ipcalculator < 0.41-20 +Obsoletes: ipcalculator < 0.41-20 + %description ipcalc provides a simple way to calculate IP information for a host. @@ -48,6 +51,10 @@ make check %{_mandir}/man1/ipcalc.1* %changelog +* Tue Oct 6 2015 Nikos Mavrogiannopoulos - 0.1.3-1 +- New upstream release +- Prints GeoIP information on generic info + * Mon Sep 21 2015 Nikos Mavrogiannopoulos - 0.1.2-3 - This package obsoletes ipcalculator diff --git a/sources b/sources index 67de02d..36ecee0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8fd67dd48d22b8244015b3724ae49bf 0.1.2.tar.gz +cf40086ebaf557f7fa833e056c7e322e ipcalc-0.1.3.tar.gz