Author: hawk Date: Fri Aug 1 12:59:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added lib64 patch, fixes x86_64 build
---- Files affected: SPECS: slrn.spec (1.127 -> 1.128) ---- Diffs: ================================================================ Index: SPECS/slrn.spec diff -u SPECS/slrn.spec:1.127 SPECS/slrn.spec:1.128 --- SPECS/slrn.spec:1.127 Fri Jul 25 21:54:08 2008 +++ SPECS/slrn.spec Fri Aug 1 14:58:58 2008 @@ -15,7 +15,7 @@ Summary(tr.UTF-8): Görüşüne göre dünyanın en iyi haber grubu okuyucusu Name: slrn Version: 0.9.9 -Release: 0.pre122.1 +Release: 0.pre122.2 License: GPL v2+ Group: Applications/News Source0: http://slrn.org/downloads/%{name}-pre%{version}-122.tar.bz2 @@ -29,6 +29,7 @@ Patch2: %{name}-sort_visible_headers.patch Patch3: %{name}-home_etc.patch Patch4: %{name}-pl.po-update.patch +Patch5: %{name}-lib64.patch URL: http://www.slrn.org/ BuildRequires: autoconf >= 2.50 %{?with_canlock:BuildRequires: canlock-devel >= 2a} @@ -119,6 +120,9 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%ifarch %{x8664} +%patch5 -p1 +%endif ln -s autoconf/configure.ac . @@ -204,6 +208,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.128 2008/08/01 12:58:58 hawk +- added lib64 patch, fixes x86_64 build + Revision 1.127 2008/07/25 19:54:08 qboosh - updated to 0.9.9-pre122 - updated user-agent,sort_visible_headers patches ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/slrn.spec?r1=1.127&r2=1.128&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
