Mailinglist Archive: opensuse-commit (1083 mails)
| < Previous | Next > |
commit librsvg
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 11 Sep 2007 18:28:37 +0200
- Message-id: <20070911162838.1707C6781B8@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package librsvg
checked in at Tue Sep 11 18:28:37 CEST 2007.
--------
--- GNOME/librsvg/librsvg.changes 2007-08-30 23:27:43.000000000 +0200
+++ /mounts/work_src_done/STABLE/librsvg/librsvg.changes 2007-09-10 18:01:46.362964000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 10 18:00:28 CEST 2007 - maw@xxxxxxx
+
+- Update to version 2.18.2
+- librsvg-64bit-warning.patch was necessary due to a typo in
+ 2.18.1; that typo was removed in 2.18.2, and therefore the patch
+ has been too.
+
+-------------------------------------------------------------------
Old:
----
librsvg-2.18.1.tar.bz2
librsvg-64bit-warning.patch
New:
----
librsvg-2.18.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ librsvg.spec ++++++
--- /var/tmp/diff_new_pack.qd2822/_old 2007-09-11 18:27:24.000000000 +0200
+++ /var/tmp/diff_new_pack.qd2822/_new 2007-09-11 18:27:24.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package librsvg (Version 2.18.1)
+# spec file for package librsvg (Version 2.18.2)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -24,12 +24,11 @@
BuildRequires: gecko-sdk
%endif
PreReq: coreutils
-Version: 2.18.1
+Version: 2.18.2
Release: 1
Summary: A Library for Rendering SVG Data
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
Patch1: env-paths.diff
-Patch2: librsvg-64bit-warning.patch
URL: http://librsvg.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -80,7 +79,6 @@
%prep
%setup -q
%patch1
-%patch2 -p1
%build
autoreconf -f -i
@@ -140,6 +138,11 @@
%{_libdir}/browser-plugins/*.so
%changelog
+* Mon Sep 10 2007 - maw@xxxxxxx
+- Update to version 2.18.2
+- librsvg-64bit-warning.patch was necessary due to a typo in
+ 2.18.1; that typo was removed in 2.18.2, and therefore the patch
+ has been too.
* Thu Aug 30 2007 - maw@xxxxxxx
- Update to version 2.18.1:
+ Basic support for SVG 1.1's text-rendering and shape-rendering
++++++ librsvg-2.18.1.tar.bz2 -> librsvg-2.18.2.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/librsvg-2.18.1/ChangeLog new/librsvg-2.18.2/ChangeLog
--- old/librsvg-2.18.1/ChangeLog 2007-08-20 21:07:09.000000000 +0200
+++ new/librsvg-2.18.2/ChangeLog 2007-08-29 21:10:51.000000000 +0200
@@ -1,3 +1,17 @@
+2007-08-29 Dom Lachowicz <domlachowicz@xxxxxxxxx>
+
+ * NEWS: update
+ * configure.in: 2.18.2
+
+2007-08-21 Emmanuel Pacaud <emmanuel.pacaud@xxxxxxxxxxxxx>
+
+ * rsvg-styles.c: fix a typo preventing the compilation.
+
+2007-08-20 Dom Lachowicz <domlachowicz@xxxxxxxxx>
+
+ * NEWS: update
+ * configure.in: 2.18.1
+
2007-08-20 Dom Lachowicz <domlachowicz@xxxxxxxxx>
* rsvg-styles.c: Basic support for SVG 1.1's text-rendering and shape-rendering properties (#464599)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/librsvg-2.18.1/configure new/librsvg-2.18.2/configure
--- old/librsvg-2.18.1/configure 2007-08-20 21:11:10.000000000 +0200
+++ new/librsvg-2.18.2/configure 2007-08-29 21:11:18.000000000 +0200
@@ -2073,7 +2073,7 @@
LIBRSVG_MAJOR_VERSION=2
LIBRSVG_MINOR_VERSION=18
-LIBRSVG_MICRO_VERSION=1
+LIBRSVG_MICRO_VERSION=2
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/librsvg-2.18.1/configure.in new/librsvg-2.18.2/configure.in
--- old/librsvg-2.18.1/configure.in 2007-08-20 21:10:54.000000000 +0200
+++ new/librsvg-2.18.2/configure.in 2007-08-29 21:10:57.000000000 +0200
@@ -20,7 +20,7 @@
LIBRSVG_MAJOR_VERSION=2
LIBRSVG_MINOR_VERSION=18
-LIBRSVG_MICRO_VERSION=1
+LIBRSVG_MICRO_VERSION=2
AC_SUBST(LIBRSVG_MAJOR_VERSION)
AC_SUBST(LIBRSVG_MINOR_VERSION)
AC_SUBST(LIBRSVG_MICRO_VERSION)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/librsvg-2.18.1/librsvg-features.h new/librsvg-2.18.2/librsvg-features.h
--- old/librsvg-2.18.1/librsvg-features.h 2007-08-20 21:12:38.000000000 +0200
+++ new/librsvg-2.18.2/librsvg-features.h 2007-08-29 21:11:28.000000000 +0200
@@ -3,7 +3,7 @@
#define LIBRSVG_MAJOR_VERSION (2)
#define LIBRSVG_MINOR_VERSION (18)
-#define LIBRSVG_MICRO_VERSION (1)
+#define LIBRSVG_MICRO_VERSION (2)
#define LIBRSVG_VERSION ""
extern const unsigned int librsvg_major_version, librsvg_minor_version, librsvg_micro_version;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/librsvg-2.18.1/librsvg.spec new/librsvg-2.18.2/librsvg.spec
--- old/librsvg-2.18.1/librsvg.spec 2007-08-20 21:12:47.000000000 +0200
+++ new/librsvg-2.18.2/librsvg.spec 2007-08-29 21:13:16.000000000 +0200
@@ -2,7 +2,7 @@
%define __spec_install_post /usr/lib/rpm/brp-compress
Name: librsvg2
Summary: An SVG library based on cairo.
-Version: 2.18.1
+Version: 2.18.2
Release: 2
License: LGPL
Group: System Environment/Libraries
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/librsvg-2.18.1/rsvg-styles.c new/librsvg-2.18.2/rsvg-styles.c
--- old/librsvg-2.18.1/rsvg-styles.c 2007-08-20 21:03:06.000000000 +0200
+++ new/librsvg-2.18.2/rsvg-styles.c 2007-08-29 21:09:44.000000000 +0200
@@ -669,7 +669,7 @@
} else if (rsvg_css_param_match (str, "text-rendering")) {
state->has_text_rendering_type = TRUE;
- if (!strcmp (str + arg_off, "auto" || !strcmp (str + arg_off, "default")))
+ if (!strcmp (str + arg_off, "auto") || !strcmp (str + arg_off, "default"))
state->text_rendering_type = TEXT_RENDERING_AUTO;
else if (!strcmp (str + arg_off, "optimizeSpeed"))
state->text_rendering_type = TEXT_RENDERING_OPTIMIZE_SPEED;
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |