Author: qboosh Date: Thu Oct 28 07:48:16 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.20.0 - dropped outdated no_pkgconfig patch
---- Files affected: packages/pixman: pixman.spec (1.45 -> 1.46) , pixman-no_pkgconfig.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/pixman/pixman.spec diff -u packages/pixman/pixman.spec:1.45 packages/pixman/pixman.spec:1.46 --- packages/pixman/pixman.spec:1.45 Mon Aug 16 14:14:04 2010 +++ packages/pixman/pixman.spec Thu Oct 28 09:48:10 2010 @@ -2,18 +2,18 @@ Summary: Pixel manipulation library Summary(pl.UTF-8): Biblioteka operacji na pikselach Name: pixman -# 0.18.x is stable, 0.19.x is unstable -Version: 0.18.4 +# 0.20.x is stable, 0.21.x is unstable +Version: 0.20.0 Release: 1 License: MIT Group: Libraries Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 -# Source0-md5: c1d69aaddba8c1e046d26ac125da95bf -Patch0: %{name}-no_pkgconfig.patch +# Source0-md5: 512ec766a911142b901157ba581f6e75 URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: libtool +BuildRequires: pkgconfig BuildRequires: rpmbuild(macros) >= 1.453 BuildRequires: sed >= 4.0 Obsoletes: libic @@ -60,7 +60,6 @@ %prep %setup -q -%patch0 -p1 %build %{__libtoolize} @@ -69,6 +68,7 @@ %{__autoheader} %{__automake} %configure \ + --disable-gtk \ --disable-silent-rules \ %ifarch %{x8664} %if "%{cc_version}" < "4.2" @@ -94,7 +94,7 @@ %files %defattr(644,root,root,755) -%doc README TODO +%doc COPYING README TODO %attr(755,root,root) %{_libdir}/libpixman-1.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libpixman-1.so.0 @@ -115,6 +115,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.46 2010/10/28 07:48:10 qboosh +- updated to 0.20.0 +- dropped outdated no_pkgconfig patch + Revision 1.45 2010/08/16 12:14:04 arekm - up to 0.18.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pixman/pixman.spec?r1=1.45&r2=1.46&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
