Author: caleb Date: Fri Nov 5 15:18:26 2010 GMT Module: packages Tag: HEAD ---- Log message: - Up to 2.04 - Removed patch added upstream - Updated line numbers in crazy hack to rip only mfx_* stuff out of aclocal - Use one sed instead of head + sed
---- Files affected: packages/lzo: lzo.spec (1.39 -> 1.40) , lzo-ac.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/lzo/lzo.spec diff -u packages/lzo/lzo.spec:1.39 packages/lzo/lzo.spec:1.40 --- packages/lzo/lzo.spec:1.39 Thu Jun 19 21:49:28 2008 +++ packages/lzo/lzo.spec Fri Nov 5 16:18:21 2010 @@ -2,13 +2,12 @@ Summary: LZO - a real-time data compression library Summary(pl.UTF-8): LZO - biblioteka kompresji danych w czasie rzeczywistym Name: lzo -Version: 2.03 +Version: 2.04 Release: 1 License: GPL v2+ Group: Libraries Source0: http://www.oberhumer.com/opensource/lzo/download/%{name}-%{version}.tar.gz -# Source0-md5: 0c3d078c2e8ea5a88971089a2f02a726 -Patch0: %{name}-ac.patch +# Source0-md5: a383c7055a310e2a71b9ecd19cfea238 URL: http://www.oberhumer.com/opensource/lzo/ BuildRequires: autoconf >= 2.60 BuildRequires: automake >= 1:1.9.6 @@ -77,11 +76,9 @@ %prep %setup -q -%patch0 -p1 # kill libtool macros, leaving mfx_* -head -n 219 aclocal.m4 > acinclude.m4 -sed -ne '6616,6770p' aclocal.m4 >> acinclude.m4 +%{__sed} -ne '1,13p' -ne '8059,8421p' aclocal.m4 > acinclude.m4 %build %{__libtoolize} @@ -129,6 +126,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.40 2010/11/05 15:18:21 caleb +- Up to 2.04 +- Removed patch added upstream +- Updated line numbers in crazy hack to rip only mfx_* stuff out of aclocal +- Use one sed instead of head + sed + Revision 1.39 2008/06/19 19:49:28 qboosh - updated to 2.03 - now gas asm is used on x86/x86_64 (enabled by default) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lzo/lzo.spec?r1=1.39&r2=1.40&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
