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: 17-Sep-2005 20:46:32
Branch: HEAD Handle: 2005091719463200
Modified files:
openpkg-src/librsvg librsvg.patch librsvg.spec
Log:
upgrading package: librsvg 2.9.5 -> 2.12.0
Summary:
Revision Changes Path
1.4 +0 -31 openpkg-src/librsvg/librsvg.patch
1.13 +3 -3 openpkg-src/librsvg/librsvg.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/librsvg/librsvg.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 librsvg.patch
--- openpkg-src/librsvg/librsvg.patch 13 Aug 2005 09:24:25 -0000 1.3
+++ openpkg-src/librsvg/librsvg.patch 17 Sep 2005 18:46:32 -0000 1.4
@@ -1,34 +1,3 @@
-Index: rsvg-paint-server.c
---- rsvg-paint-server.c.orig 2004-11-17 06:30:14 +0100
-+++ rsvg-paint-server.c 2005-02-21 16:00:24 +0100
-@@ -83,11 +83,11 @@
- rsvg_paint_server_solid_render (RsvgPaintServer *self, ArtRender *ar,
- const RsvgPSCtx
*ctx)
- {
-+ ArtPixMaxDepth color[3];
- RsvgPaintServerSolid *z = (RsvgPaintServerSolid *)self;
- guint32 rgb = z->rgb;
- if (z->currentcolour)
- rgb = rsvg_state_current(ctx->ctx)->current_color;
-- ArtPixMaxDepth color[3];
-
- color[0] = ART_PIX_MAX_FROM_8 (rgb >> 16);
- color[1] = ART_PIX_MAX_FROM_8 ((rgb >> 8) & 0xff);
-Index: rsvg-shapes.c
---- rsvg-shapes.c.orig 2005-02-23 15:40:11 +0100
-+++ rsvg-shapes.c 2005-02-23 15:40:26 +0100
-@@ -2576,10 +2576,9 @@
- {
- int width = -1, height = -1, x = -1, y = -1, i;
- double affine[6];
-- const char * id, *value;
-+ const char * id = NULL, * value = NULL;
- double vbox_x = 0, vbox_y = 0, vbox_w = 0, vbox_h = 0;
- gboolean has_vbox = FALSE, overflow = 0;
-- id = NULL;
- RsvgDefsDrawableSvg * svg;
- RsvgDefsDrawableGroup * group;
- RsvgState state;
Index: librsvg-2.0.pc.in
--- librsvg-2.0.pc.in.orig 2004-06-05 02:23:35 +0200
+++ librsvg-2.0.pc.in 2005-08-13 11:10:12 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/librsvg/librsvg.spec
============================================================================
$ cvs diff -u -r1.12 -r1.13 librsvg.spec
--- openpkg-src/librsvg/librsvg.spec 13 Aug 2005 09:24:25 -0000 1.12
+++ openpkg-src/librsvg/librsvg.spec 17 Sep 2005 18:46:32 -0000 1.13
@@ -23,8 +23,8 @@
##
# package version
-%define V_major 2.9
-%define V_minor 5
+%define V_major 2.12
+%define V_minor 0
# package information
Name: librsvg
@@ -37,7 +37,7 @@
Group: Graphics
License: LGPL
Version: %{V_major}.%{V_minor}
-Release: 20050813
+Release: 20050917
# list of sources
Source0:
http://ftp.gnome.org/pub/GNOME/sources/librsvg/%{V_major}/librsvg-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]