Author: qboosh Date: Thu Mar 8 17:13:08 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.3.0 - removed obsolete lcd-filter patch (functionality integrated upstream)
---- Files affected: packages/xorg-lib-libXft: xorg-lib-libXft.spec (1.34 -> 1.35) , xorg-lib-libXft-lcd-filter.patch (1.2 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/xorg-lib-libXft/xorg-lib-libXft.spec diff -u packages/xorg-lib-libXft/xorg-lib-libXft.spec:1.34 packages/xorg-lib-libXft/xorg-lib-libXft.spec:1.35 --- packages/xorg-lib-libXft/xorg-lib-libXft.spec:1.34 Sat Oct 30 20:40:14 2010 +++ packages/xorg-lib-libXft/xorg-lib-libXft.spec Thu Mar 8 18:13:03 2012 @@ -1,30 +1,24 @@ # $Revision$, $Date$ -# -# Conditional build: -%bcond_without lcd # use own LCD filtering instead of freetype's -# Summary: X Font Rendering library Summary(pl.UTF-8): Biblioteka do renderowania fontów Name: xorg-lib-libXft -Version: 2.2.0 +Version: 2.3.0 Release: 1 License: MIT Group: X11/Libraries Source0: http://xorg.freedesktop.org/archive/individual/lib/libXft-%{version}.tar.bz2 -# Source0-md5: cce3c327258116493b753f157e0360c7 -Patch0: %{name}-lcd-filter.patch +# Source0-md5: bd0a8d8cace1dfbb963250bf3eb9a19a URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake -BuildRequires: fontconfig-devel >= 2.2 -%{?with_lcd:BuildRequires: freetype-devel >= 1:2.3.0} -%{!?with_lcd:BuildRequires: freetype-devel >= 2} +BuildRequires: fontconfig-devel >= 2.5.92 +BuildRequires: freetype-devel >= 1:2.3.0 BuildRequires: libtool BuildRequires: pkgconfig >= 1:0.19 BuildRequires: xorg-lib-libXrender-devel >= 0.8.2 BuildRequires: xorg-util-util-macros >= 1.8 -Requires: fontconfig -%{?with_lcd:Requires: freetype >= 1:2.3.0} +Requires: fontconfig >= 2.5.92 +Requires: freetype >= 1:2.3.0 Requires: xorg-lib-libXrender >= 0.8.2 Obsoletes: XFree86-xft Obsoletes: XFree86-xft2 @@ -48,7 +42,8 @@ Summary(pl.UTF-8): Pliki nagłówkowe biblioteki libXft Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} -Requires: fontconfig-devel >= 2.2 +Requires: fontconfig-devel >= 2.5.92 +Requires: freetype-devel >= 1:2.3.0 Requires: xorg-lib-libXrender-devel >= 0.8.2 Obsoletes: XFree86-xft-devel Obsoletes: XFree86-xft2-devel @@ -80,7 +75,6 @@ %prep %setup -q -n libXft-%{version} -%{?with_lcd:%patch0 -p1} %build %{__libtoolize} @@ -129,6 +123,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.35 2012/03/08 17:13:03 qboosh +- updated to 2.3.0 +- removed obsolete lcd-filter patch (functionality integrated upstream) + Revision 1.34 2010/10/30 18:40:14 qboosh - updated to 2.2.0 - xft-config script is gone ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xorg-lib-libXft/xorg-lib-libXft.spec?r1=1.34&r2=1.35&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
