Author: lisu Date: Wed Dec 29 12:01:48 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix build with poppler 0.16
---- Files affected: packages/inkscape: inkscape.spec (1.95 -> 1.96) ---- Diffs: ================================================================ Index: packages/inkscape/inkscape.spec diff -u packages/inkscape/inkscape.spec:1.95 packages/inkscape/inkscape.spec:1.96 --- packages/inkscape/inkscape.spec:1.95 Wed Dec 29 12:51:53 2010 +++ packages/inkscape/inkscape.spec Wed Dec 29 13:01:43 2010 @@ -24,6 +24,7 @@ # Source0-md5: fd8b17a3f06668603807176a77167bb9 # workaround for https://bugs.launchpad.net/inkscape/+bug/487038 Patch0: %{name}-ldl.patch +Patch1: %{name}-poppler-0.16.patch URL: http://www.inkscape.org/ BuildRequires: ImageMagick-c++-devel BuildRequires: aspell-devel @@ -78,6 +79,7 @@ %prep %setup -q -n %{name}-%{version}%{beta} %patch0 -p1 +%patch1 -p1 rm -f po/[email protected] %{__sed} -i -e 's|en...@piglatin||' configure.ac @@ -164,6 +166,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.96 2010/12/29 12:01:43 lisu +- fix build with poppler 0.16 + Revision 1.95 2010/12/29 11:51:53 lisu - rel 8 (new poppler) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/inkscape/inkscape.spec?r1=1.95&r2=1.96&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
