updated to 0.1.3

This commit is contained in:
Nikos Mavrogiannopoulos 2015-10-06 10:09:15 +02:00
parent f6da368225
commit c6d3d23cff
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <nmav@redhat.com> - 0.1.3-1
- New upstream release
- Prints GeoIP information on generic info
* Mon Sep 21 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.1.2-3
- This package obsoletes ipcalculator

View File

@ -1 +1 @@
b8fd67dd48d22b8244015b3724ae49bf 0.1.2.tar.gz
cf40086ebaf557f7fa833e056c7e322e ipcalc-0.1.3.tar.gz