From f6f5b93907bb7838fbb051156292ec53df9ba541 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 25 Jun 2008 10:35:50 +0000 Subject: [PATCH] Updated to 424 --- .cvsignore | 2 +- less-423-search.patch | 11 ----------- less.spec | 7 ++++--- sources | 2 +- 4 files changed, 6 insertions(+), 16 deletions(-) delete mode 100644 less-423-search.patch diff --git a/.cvsignore b/.cvsignore index 72677a5..919c544 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -less-423.tar.gz +less-424.tar.gz diff --git a/less-423-search.patch b/less-423-search.patch deleted file mode 100644 index 55108b1..0000000 --- a/less-423-search.patch +++ /dev/null @@ -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; diff --git a/less.spec b/less.spec index 943e0a4..d5012b0 100644 --- a/less.spec +++ b/less.spec @@ -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 - 424-1 +- Update to 424 + * Wed Jun 11 2008 Zdenek Prikryl - 423-1 - Update to 423 diff --git a/sources b/sources index 8148680..e5e71d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f818a107ba9d782979aea53878f10047 less-423.tar.gz +d616daa1351822885eb2d457dcb8c9c6 less-424.tar.gz