diff --git a/.gitignore b/.gitignore index 6581e02..a60cfdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kismon-0.5.tar.gz +/kismon-0.6.tar.gz diff --git a/kismon.spec b/kismon.spec index f054f24..e222ed8 100644 --- a/kismon.spec +++ b/kismon.spec @@ -1,6 +1,6 @@ Name: kismon -Version: 0.5 -Release: 2%{?dist} +Version: 0.6 +Release: 1%{?dist} Summary: A simple GUI client for kismet Group: Applications/Internet @@ -42,13 +42,17 @@ python setup.py install -O1 --skip-build --root=%{buildroot} desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop %files -%doc README NEWS +%doc COPYING README NEWS %{_bindir}/%{name} %{python_sitelib}/%{name}/ %{python_sitelib}/%{name}*.egg-info %{_datadir}/applications/%{name}.desktop %changelog +* Sun Jun 17 2012 Fabian Affolter - 0.6-1 +- COPYING added +- Update to new upstream version 0.6 + * Mon May 28 2012 Fabian Affolter - 0.5-2 - License fixed - Old stuff removed diff --git a/sources b/sources index ec5932c..fbb758f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c64db2d85ffa5e1bad18c50a65cd0788 kismon-0.5.tar.gz +c38239ea0c46471489f507b70c5fd5eb kismon-0.6.tar.gz