diff --git a/.gitignore b/.gitignore index 5730357..6067b57 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /omping-0.0.1.tar.gz +/omping-0.0.2.tar.gz diff --git a/omping.spec b/omping.spec index 40baa7e..9cd9618 100644 --- a/omping.spec +++ b/omping.spec @@ -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 - 0.0.2-1 +- Update to upstream release 0.0.2 + * Tue Nov 30 2010 Jan Friesse - 0.0.1-3 - Display error if only one host is specified diff --git a/sources b/sources index 8a0463a..03efae2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9d1c4e66ae6f35b4ace6dbcc94eb66cb omping-0.0.1.tar.gz +04cca9576b0b936258336997c9e4b02c omping-0.0.2.tar.gz