Update to upstream 0.0.2

This commit is contained in:
Jan Friesse 2010-12-22 13:07:11 +01:00
parent 845d1e16ba
commit 6883b6033b
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/omping-0.0.1.tar.gz
/omping-0.0.2.tar.gz

View File

@ -1,12 +1,11 @@
Name: omping
Version: 0.0.1
Release: 3%{?dist}
Version: 0.0.2
Release: 1%{?dist}
Summary: Utility to test IP multicast functionality
Group: Applications/Internet
License: ISC
URL: http://fedorahosted.org/omping/
Source0: http://fedorahosted.org/releases/o/m/omping/%{name}-%{version}.tar.gz
Patch0: omping-001-one-host-specified.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -15,7 +14,6 @@ primarily in local network.
%prep
%setup -q
%patch0 -p1
%build
make %{?_smp_mflags} CFLAGS="%{optflags}"
@ -34,6 +32,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/*
%changelog
* Wed Dec 22 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.2-1
- Update to upstream release 0.0.2
* Tue Nov 30 2010 Jan Friesse <jfriesse@redhat.com> - 0.0.1-3
- Display error if only one host is specified

View File

@ -1 +1 @@
9d1c4e66ae6f35b4ace6dbcc94eb66cb omping-0.0.1.tar.gz
04cca9576b0b936258336997c9e4b02c omping-0.0.2.tar.gz