packages: cairo/cairo.spec - force libpng 1.4 to make sure that -devel subp...
sparky
sparky at pld-linux.org
Thu Jan 28 15:18:46 CET 2010
Author: sparky Date: Thu Jan 28 14:18:46 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- force libpng 1.4 to make sure that -devel subpackage requires same libpng
major version it was built with
---- Files affected:
packages/cairo:
cairo.spec (1.102 -> 1.103)
---- Diffs:
================================================================
Index: packages/cairo/cairo.spec
diff -u packages/cairo/cairo.spec:1.102 packages/cairo/cairo.spec:1.103
--- packages/cairo/cairo.spec:1.102 Thu Jan 28 14:13:23 2010
+++ packages/cairo/cairo.spec Thu Jan 28 15:18:40 2010
@@ -14,7 +14,7 @@
Summary(pl.UTF-8): Cairo - wieloplatformowa biblioteka graficzna 2D
Name: cairo
Version: 1.8.8
-Release: 5
+Release: 6
License: LGPL v2.1 or MPL v1.1
Group: Libraries
Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz
@@ -27,7 +27,7 @@
BuildRequires: freetype-devel >= 1:2.3.0
%{?with_glitz:BuildRequires: glitz-devel >= 0.5.1}
%{?with_apidocs:BuildRequires: gtk-doc >= 1.6}
-BuildRequires: libpng-devel
+BuildRequires: libpng-devel >= 2:1.4.0
BuildRequires: libtool
BuildRequires: pixman-devel >= 0.12.0
BuildRequires: pkgconfig
@@ -83,7 +83,7 @@
Requires: fontconfig-devel
Requires: freetype-devel >= 1:2.3.0
%{?with_glitz:Requires: glitz-devel >= 0.5.1}
-Requires: libpng-devel
+Requires: libpng-devel >= 2:1.4.0
%{?with_xcb:Requires: libxcb-devel >= 0.9.92}
Requires: pixman-devel >= 0.12.0
%{?with_xcb:Requires: xcb-util-devel >= 0.2}
@@ -198,6 +198,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.103 2010/01/28 14:18:40 sparky
+- force libpng 1.4 to make sure that -devel subpackage requires same libpng
+ major version it was built with
+
Revision 1.102 2010/01/28 13:13:23 megabajt
- removed poppler bcond and BR: poppler-glib-devel (needed only for tests)
- release 5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cairo/cairo.spec?r1=1.102&r2=1.103&f=u
More information about the pld-cvs-commit
mailing list