- update to 406
This commit is contained in:
parent
f3589126ed
commit
a7cfed4c4c
@ -1 +1 @@
|
|||||||
less-394.tar.gz
|
less-406.tar.gz
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
--- less-392/screen.c.Foption 2005-09-17 19:17:02.000000000 +0200
|
--- less-406/screen.c.pom 2007-06-17 18:56:04.000000000 +0200
|
||||||
+++ less-392/screen.c 2005-10-21 16:25:16.000000000 +0200
|
+++ less-406/screen.c 2007-06-26 11:10:56.000000000 +0200
|
||||||
@@ -233,6 +233,7 @@ extern int wscroll;
|
@@ -233,6 +233,7 @@ extern int wscroll;
|
||||||
extern int screen_trashed;
|
extern int screen_trashed;
|
||||||
extern int tty;
|
extern int tty;
|
||||||
extern int top_scroll;
|
extern int top_scroll;
|
||||||
+extern int quit_if_one_screen;
|
+extern int quit_if_one_screen;
|
||||||
|
extern int oldbot;
|
||||||
#if HILITE_SEARCH
|
#if HILITE_SEARCH
|
||||||
extern int hilite_search;
|
extern int hilite_search;
|
||||||
#endif
|
@@ -1573,7 +1574,7 @@ deinit()
|
||||||
@@ -1547,7 +1548,7 @@ deinit()
|
|
||||||
#if !MSDOS_COMPILER
|
#if !MSDOS_COMPILER
|
||||||
if (!no_keypad)
|
if (!no_keypad)
|
||||||
tputs(sc_e_keypad, sc_height, putchr);
|
tputs(sc_e_keypad, sc_height, putchr);
|
10
less.spec
10
less.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: A text file browser similar to more, but better
|
Summary: A text file browser similar to more, but better
|
||||||
Name: less
|
Name: less
|
||||||
Version: 394
|
Version: 406
|
||||||
Release: 10%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
@ -9,7 +9,7 @@ Source1: lesspipe.sh
|
|||||||
Source2: less.sh
|
Source2: less.sh
|
||||||
Source3: less.csh
|
Source3: less.csh
|
||||||
Patch0: less-382-fixline.patch
|
Patch0: less-382-fixline.patch
|
||||||
Patch1: less-392-Foption.patch
|
Patch1: less-406-Foption.patch
|
||||||
Patch2: less-394-search.patch
|
Patch2: less-394-search.patch
|
||||||
Patch3: less-394-goend.patch
|
Patch3: less-394-goend.patch
|
||||||
Patch4: less-394-time.patch
|
Patch4: less-394-time.patch
|
||||||
@ -63,11 +63,13 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 4 2007 Ivana Vraekova <varekova@redhat.com> - 394-10
|
* Tue Jun 26 2007 Ivana Varekova <varekova@redhat.com> - 406-1
|
||||||
|
- update to 406
|
||||||
|
|
||||||
|
* Mon Jun 4 2007 Ivana Varekova <varekova@redhat.com> - 394-10
|
||||||
- Resolves: #242077
|
- Resolves: #242077
|
||||||
remove "-" option from lesspipe.sh script
|
remove "-" option from lesspipe.sh script
|
||||||
|
|
||||||
|
|
||||||
* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 394-9
|
* Tue Feb 20 2007 Ivana Varekova <varekova@redhat.com> - 394-9
|
||||||
- change /etc/profile.d script's permissions
|
- change /etc/profile.d script's permissions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user