OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Jul-2006 10:23:17
Branch: HEAD Handle: 2006071509231700
Modified files:
openpkg-src/cairo cairo.patch cairo.spec
Log:
upgrading package: cairo 1.0.4 -> 1.2.0
Summary:
Revision Changes Path
1.10 +3 -29 openpkg-src/cairo/cairo.patch
1.20 +2 -2 openpkg-src/cairo/cairo.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cairo/cairo.patch
============================================================================
$ cvs diff -u -r1.9 -r1.10 cairo.patch
--- openpkg-src/cairo/cairo.patch 5 Oct 2005 18:40:01 -0000 1.9
+++ openpkg-src/cairo/cairo.patch 15 Jul 2006 08:23:17 -0000 1.10
@@ -1,33 +1,7 @@
-Index: pixman/src/pixman.h
---- pixman/src/pixman.h.orig 2005-10-03 22:44:42 +0200
-+++ pixman/src/pixman.h 2005-10-05 20:37:17 +0200
-@@ -80,6 +80,7 @@
- * PERFORMANCE OF THIS SOFTWARE.
- */
-
-+#include "config.h"
-
- #if defined (__SVR4) && defined (__sun)
- # include <sys/int_types.h>
-@@ -95,7 +96,13 @@
- typedef __int64 int64_t;
- typedef unsigned __int64 uint64_t;
- #else
--# include <stdint.h>
-+# if HAVE_STDINT_H
-+# include <stdint.h>
-+# elif HAVE_INTTYPES_H
-+# include <inttypes.h>
-+# elif HAVE_SYS_INT_TYPES_H
-+# include <sys/int_types.h>
-+# endif
- #endif
-
- #include "pixman-remap.h"
Index: src/cairoint.h
---- src/cairoint.h.orig 2005-10-03 22:44:43 +0200
-+++ src/cairoint.h 2005-10-05 20:37:56 +0200
-@@ -149,8 +149,6 @@
+--- src/cairoint.h.orig 2006-06-30 02:05:59 +0200
++++ src/cairoint.h 2006-07-15 10:20:06 +0200
+@@ -160,8 +160,6 @@
#endif
#ifndef CAIRO_MUTEX_DECLARE
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/cairo/cairo.spec
============================================================================
$ cvs diff -u -r1.19 -r1.20 cairo.spec
--- openpkg-src/cairo/cairo.spec 3 May 2006 12:48:06 -0000 1.19
+++ openpkg-src/cairo/cairo.spec 15 Jul 2006 08:23:17 -0000 1.20
@@ -32,8 +32,8 @@
Class: PLUS
Group: XWindow
License: MIT-style
-Version: 1.0.4
-Release: 20060503
+Version: 1.2.0
+Release: 20060715
# package options
%option with_pdf yes
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]