rpms/slrn/FC-6 slrn-0.9.8.1pl1-asearch.patch, NONE, 1.1 slrn.spec, 1.29, 1.30

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Feb 22 17:10:53 UTC 2007


Author: mlichvar

Update of /cvs/dist/rpms/slrn/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv20994

Modified Files:
	slrn.spec 
Added Files:
	slrn-0.9.8.1pl1-asearch.patch 
Log Message:
- fix author search (#229597)
Resolves: #229597


slrn-0.9.8.1pl1-asearch.patch:
 art.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE slrn-0.9.8.1pl1-asearch.patch ---
Index: slrn/src/art.c
===================================================================
RCS file: /cvsroot/slrn/slrn/src/art.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- slrn/src/art.c	29 Jan 2005 01:23:17 -0000	1.71
+++ slrn/src/art.c	21 Mar 2005 11:44:18 -0000	1.72
@@ -5064,8 +5064,8 @@
 				       (unsigned char *) l->from + strlen (l->from),
 				       &st))
 #else
-		 && (NULL != SLsearch_forward (st, (SLuchar_Type *) l->subject,
-					       (SLuchar_Type *) l->subject + strlen (l->subject)))
+		 && (NULL != SLsearch_forward (st, (SLuchar_Type *) l->from,
+					       (SLuchar_Type *) l->from + strlen (l->from)))
 #endif
 		     )
 	  break;


Index: slrn.spec
===================================================================
RCS file: /cvs/dist/rpms/slrn/FC-6/slrn.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- slrn.spec	12 Jul 2006 08:15:44 -0000	1.29
+++ slrn.spec	22 Feb 2007 17:10:51 -0000	1.30
@@ -1,6 +1,6 @@
 Name: slrn
 Version: 0.9.8.1pl1
-Release: 1.2.2
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Internet
 Source0: http://download.sourceforge.net/slrn/slrn-%{version}.tar.bz2
@@ -9,6 +9,7 @@
 Source4: README.rpm-slrnpull
 Patch0: slrn-0.9.8.0-config.patch
 Patch1: slrn-scorefile.patch
+Patch2: slrn-0.9.8.1pl1-asearch.patch
 Requires: slang >= 1.2.2
 BuildRequires: slang-devel inews openssl-devel pkgconfig /usr/sbin/sendmail
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -36,6 +37,7 @@
 %setup -q
 %patch0 -p1 -b .config
 %patch1 -p1 -b .scorefile
+%patch2 -p1 -b .asearch
 
 %build
 if pkg-config openssl ; then
@@ -98,6 +100,9 @@
 %{_mandir}/man1/slrnpull.1*
 
 %changelog
+* Thu Feb 22 2007 Miroslav Lichvar <mlichvar at redhat.com> 0.9.8.1pl1-2.fc6
+- fix author search (#229597)
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 0.9.8.1pl1-1.2.2
 - rebuild
 




More information about the fedora-cvs-commits mailing list