SPECS: slrn.spec - added iconv patch from Debian, now it's possibl...

qboosh qboosh at pld-linux.org
Wed May 24 20:43:56 CEST 2006


Author: qboosh                       Date: Wed May 24 18:43:56 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added iconv patch from Debian, now it's possible to read UTF-8 using non-UTF locale
- release 2.1

---- Files affected:
SPECS:
   slrn.spec (1.120 -> 1.121) 

---- Diffs:

================================================================
Index: SPECS/slrn.spec
diff -u SPECS/slrn.spec:1.120 SPECS/slrn.spec:1.121
--- SPECS/slrn.spec:1.120	Tue Mar  7 20:42:05 2006
+++ SPECS/slrn.spec	Wed May 24 20:43:51 2006
@@ -1,8 +1,10 @@
 # $Revision$, $Date$
+# TODO: adjust iconv patch to warn instead of bail out on mime_charset
+# setting in slrnrc
 #
 # Conditional build:
-%bcond_without	canlock	# - build without Cancel-Lock support
-%bcond_without	ssl	# - build without SSL support (snews://)
+%bcond_without	canlock		# - build without Cancel-Lock support
+%bcond_without	ssl		# - build without SSL support (snews://)
 %bcond_without	uudeview	# - build without uudeview support
 #
 Summary:	The world's best newsreader
@@ -15,7 +17,7 @@
 Summary(tr):	Görüţüne göre dünyanýn en iyi haber grubu okuyucusu
 Name:		slrn
 Version:	0.9.8.1pl1
-Release:	2
+Release:	2.1
 License:	GPL
 Group:		Applications/News
 Source0:	http://www.slrn.org/patches/%{name}-%{version}.tar.gz
@@ -32,6 +34,7 @@
 Patch5:		%{name}-home_etc.patch
 Patch6:		%{name}-pl.po-update.patch
 Patch7:		%{name}-search-author.patch
+Patch8:		%{name}-iconv.patch
 URL:		http://www.slrn.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
@@ -126,6 +129,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 %{__gettextize}
@@ -136,9 +140,10 @@
 %configure \
 	INEWS="/usr/bin/inews" \
 	SENDMAIL="/usr/lib/sendmail" \
-	--enable-mid-cache \
-	--enable-ipv6 \
+	--enable-iconv \
 	--enable-inews \
+	--enable-ipv6 \
+	--enable-mid-cache \
 	--enable-setgid-code \
 	--enable-spool \
 	%{?with_canlock:--with-canlock --with-canlock=%{_libdir}} \
@@ -214,6 +219,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.121  2006/05/24 18:43:51  qboosh
+- added iconv patch from Debian, now it's possible to read UTF-8 using non-UTF locale
+- release 2.1
+
 Revision 1.120  2006/03/07 19:42:05  qboosh
 - added search-author patch (fixes author search broken in pl1)
 - release 2, STBR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/slrn.spec?r1=1.120&r2=1.121&f=u



More information about the pld-cvs-commit mailing list