Updated to 424
This commit is contained in:
parent
f741bbe856
commit
f6f5b93907
@ -1 +1 @@
|
||||
less-423.tar.gz
|
||||
less-424.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- less-423/search.c.beta 2008-06-09 18:45:32.000000000 +0200
|
||||
+++ less-423/search.c 2008-06-11 10:27:34.000000000 +0200
|
||||
@@ -410,7 +410,7 @@ compile_pattern2(pattern, search_type, c
|
||||
#endif
|
||||
#if HAVE_PCRE
|
||||
pcre *comp;
|
||||
- pcre *pcomp = (pcre *) comp_pattern;
|
||||
+ pcre **pcomp = (pcre **) comp_pattern;
|
||||
const char *errstring;
|
||||
int erroffset;
|
||||
PARG parg;
|
@ -1,6 +1,6 @@
|
||||
Summary: A text file browser similar to more, but better
|
||||
Name: less
|
||||
Version: 423
|
||||
Version: 424
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Text
|
||||
@ -9,7 +9,6 @@ Source1: lesspipe.sh
|
||||
Source2: less.sh
|
||||
Source3: less.csh
|
||||
Patch1: less-406-Foption.patch
|
||||
Patch2: less-423-search.patch
|
||||
Patch4: less-394-time.patch
|
||||
URL: http://www.greenwoodsoftware.com/less/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -30,7 +29,6 @@ files, and you'll use it frequently.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1 -b .Foption
|
||||
%patch2 -p1 -b .beta
|
||||
%patch4 -p1 -b .time
|
||||
chmod -R a+w *
|
||||
chmod 644 lessecho.c lesskey.c version.c LICENSE
|
||||
@ -60,6 +58,9 @@ ls -la $RPM_BUILD_ROOT/etc/profile.d
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed Jun 25 2008 Zdenek Prikryl <zprikryl@redhat.com> - 424-1
|
||||
- Update to 424
|
||||
|
||||
* Wed Jun 11 2008 Zdenek Prikryl <zprikryl@redhat.com> - 423-1
|
||||
- Update to 423
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user