[whowatch] Update to 1.8.5 (rhbz#1068965)

richardfearn richardfearn at fedoraproject.org
Sun Feb 23 16:12:25 UTC 2014


commit 0019572b30ca46b202a9d13031538368ed942810
Author: Richard Fearn <richardfearn at gmail.com>
Date:   Sun Feb 23 16:12:17 2014 +0000

    Update to 1.8.5 (rhbz#1068965)

 .gitignore         |    1 +
 sources            |    2 +-
 whowatch-1.4.patch |   11 -----------
 whowatch.spec      |   24 ++++++++++++------------
 4 files changed, 14 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f6d011b..41f36af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /whowatch-1.4.tar.gz
+/whowatch-1.8.5.tar.gz
diff --git a/sources b/sources
index 5caf0bd..44e957b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0870155e8b75b99f9954e76fb20f9528  whowatch-1.4.tar.gz
+8304e8907c7d9e585beda9bec9a9c5fb  whowatch-1.8.5.tar.gz
diff --git a/whowatch.spec b/whowatch.spec
index 23273ad..c23c1f3 100644
--- a/whowatch.spec
+++ b/whowatch.spec
@@ -1,29 +1,27 @@
 Summary: Display information about users currently logged on 
 Name: whowatch
-Version: 1.4
-Release: 13%{?dist}
+Version: 1.8.5
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://wizard.ae.krakow.pl/~mike/
 
 Source0: http://wizard.ae.krakow.pl/~mike/download/whowatch-%{version}.tar.gz
-Patch0: %{name}-%{version}.patch
 BuildRoot:%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: ncurses-devel
 
 %description
-Whowatch is an interactive console utility that displays informations about
-the users currently logged on to the machine, in real time. Besides standard
-information (login, tty, host, user's process) you can see type of login
-(ie. ssh, telnet). You can also see selected user's processes tree or all
-system processes tree.  In the process tree mode there is ability to send
-INT or KILL signal to selected process.
+Whowatch is an interactive who-like program that displays information about the
+users currently logged on to the machine, in real time. Besides standard
+information (login name, tty, host, user's process), the type of the connection
+(ie. telnet or ssh) is shown. You can toggle display between users' command or
+idle time. You can watch processes tree, navigate in it and send INT and KILL
+signals.
 
 %prep
 
 %setup -q
-%patch0 -p0
 
 %build
 %configure
@@ -33,18 +31,20 @@ INT or KILL signal to selected process.
 %{__rm} -rf %{buildroot}
 %{__install} -d -m0755 %{buildroot}%{_mandir}/man1/ \
 			%{buildroot}%{_bindir}
-#%makeinstall
 
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING KEYS README TODO
+%doc AUTHORS ChangeLog COPYING PLUGINS.readme README TODO
 %doc %{_mandir}/man1/whowatch.1*
 %{_bindir}/whowatch
 
 %changelog
+* Sun Feb 23 2014 Richard Fearn <richardfearn at gmail.com> - 1.8.5-1
+- Update to 1.8.5 (rhbz#1068965)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list