[rpmreaper] 0.1.6-4

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Aug 24 14:14:30 UTC 2010


commit ee274f34cd42769bb2ccb6e41c601dfdca9d3bbb
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Aug 24 15:58:06 2010 +0200

    0.1.6-4
    
    - print F2 as help key in help line (#472039)
    - require less (#599183)

 rpmreaper-0.1.6-f2help.patch |   19 +++++++++++++++++++
 rpmreaper.spec               |    9 ++++++++-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/rpmreaper-0.1.6-f2help.patch b/rpmreaper-0.1.6-f2help.patch
new file mode 100644
index 0000000..c914d2b
--- /dev/null
+++ b/rpmreaper-0.1.6-f2help.patch
@@ -0,0 +1,19 @@
+commit ffa13f4493d75a1b32a3ff2c6e0e2206b15c3969
+Author: Miroslav Lichvar <mlichvar at redhat.com>
+Date:   Tue Aug 24 15:43:27 2010 +0200
+
+    print F2 as help key in help line
+
+diff --git a/tui.c b/tui.c
+index 19fba8e..ca0c064 100644
+--- a/tui.c
++++ b/tui.c
+@@ -106,7 +106,7 @@ void display_help() {
+ 	attron(COLOR_PAIR(1));
+ 	move(0, 0);
+ 	hline(' ', COLS);
+-	addnstr("q:Quit  d,D,E:Del  u,U,I:Undel  r,R:Req  b,B:ReqBy  i:Info  c,C:Commit  F1:Help", COLS);
++	addnstr("q:Quit  d,D,E:Del  u,U,I:Undel  r,R:Req  b,B:ReqBy  i:Info  c,C:Commit  F2:Help", COLS);
+ }
+ 
+ void display_status(const struct pkgs *p, const struct pkglist *l) {
diff --git a/rpmreaper.spec b/rpmreaper.spec
index 48f6a0d..e9daf2c 100644
--- a/rpmreaper.spec
+++ b/rpmreaper.spec
@@ -1,6 +1,6 @@
 Name:           rpmreaper
 Version:        0.1.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A tool for removing packages from system
 
 Group:          Applications/System
@@ -8,9 +8,11 @@ License:        GPLv2+
 URL:            https://fedorahosted.org/rpmreaper/
 Source0:        https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz
 Patch0:         rpmreaper-0.1.6-librpm.patch
+Patch1:         rpmreaper-0.1.6-f2help.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ncurses-devel rpm-devel
+Requires:       less rpm
 
 %description
 rpmreaper is a simple ncurses application with a mutt-like interface that
@@ -19,6 +21,7 @@ allows removing unnecessary packages and their dependencies from the system.
 %prep
 %setup -q
 %patch0 -p1 -b .librpm
+%patch1 -p1 -b .f2help
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
@@ -37,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Aug 24 2010 Miroslav Lichvar <mlichvar at redhat.com> 0.1.6-4
+- print F2 as help key in help line (#472039)
+- require less (#599183)
+
 * Mon Feb 15 2010 Miroslav Lichvar <mlichvar at redhat.com> 0.1.6-3
 - fix linking with --no-add-needed (#564724)
 


More information about the scm-commits mailing list