Author: amateja Date: Fri Feb 12 07:30:39 2010 GMT Module: packages Tag: HEAD ---- Log message: - fixed build for libpng-1.4 - release 5
---- Files affected: packages/ted: ted.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: packages/ted/ted.spec diff -u packages/ted/ted.spec:1.32 packages/ted/ted.spec:1.33 --- packages/ted/ted.spec:1.32 Sat Feb 6 22:14:26 2010 +++ packages/ted/ted.spec Fri Feb 12 08:30:33 2010 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Ted - prosty procesor tekstu Name: ted Version: 2.17 -Release: 4 +Release: 5 License: GPL Group: X11/Applications/Editors Source0: ftp://ftp.nluug.nl/pub/editors/ted/%{name}-%{version}.src.tar.gz @@ -317,6 +317,8 @@ cd ../.. %patch3 -p1 +%{__sed} -i -e 's/png_info_init( pngi )/png_create_info_struct( pngi )/g' bitmap/bmpng.c + %build for d in bitmap ind libreg appUtil appFrame Ted; do cd $d @@ -477,6 +479,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2010/02/12 07:30:33 amateja +- fixed build for libpng-1.4 +- release 5 + Revision 1.32 2010/02/06 21:14:26 arekm - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ted/ted.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
