This commit is contained in:
parent
583f4e2b02
commit
2e13bb1fdb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de6d4582448bef474a9613f7b7028daf7222dd5822c6f12ad0659fbfe60b92cc
|
|
||||||
size 461160
|
|
3
librsvg-2.18.2.tar.bz2
Normal file
3
librsvg-2.18.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff30a5f1a99c61caebcdce9f59417b3f7a0dbed15c6786368f4a4a1d05c67eb1
|
||||||
|
size 461122
|
@ -1,13 +0,0 @@
|
|||||||
Index: librsvg-2.18.1/rsvg-styles.c
|
|
||||||
===================================================================
|
|
||||||
--- librsvg-2.18.1.orig/rsvg-styles.c
|
|
||||||
+++ librsvg-2.18.1/rsvg-styles.c
|
|
||||||
@@ -669,7 +669,7 @@ rsvg_parse_style_arg (RsvgHandle * ctx,
|
|
||||||
} 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;
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 10 18:00:28 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- 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 23:10:58 CEST 2007 - maw@suse.de
|
Thu Aug 30 23:10:58 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
11
librsvg.spec
11
librsvg.spec
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -24,12 +24,11 @@ BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
|||||||
BuildRequires: gecko-sdk
|
BuildRequires: gecko-sdk
|
||||||
%endif
|
%endif
|
||||||
PreReq: coreutils
|
PreReq: coreutils
|
||||||
Version: 2.18.1
|
Version: 2.18.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/librsvg/2.18/%{name}-%{version}.tar.bz2
|
||||||
Patch1: env-paths.diff
|
Patch1: env-paths.diff
|
||||||
Patch2: librsvg-64bit-warning.patch
|
|
||||||
URL: http://librsvg.sourceforge.net/
|
URL: http://librsvg.sourceforge.net/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -80,7 +79,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1
|
%patch1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
@ -140,6 +138,11 @@ touch var/adm/SuSEconfig/run-gtk
|
|||||||
%{_libdir}/browser-plugins/*.so
|
%{_libdir}/browser-plugins/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 10 2007 - maw@suse.de
|
||||||
|
- 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@suse.de
|
* Thu Aug 30 2007 - maw@suse.de
|
||||||
- Update to version 2.18.1:
|
- Update to version 2.18.1:
|
||||||
+ Basic support for SVG 1.1's text-rendering and shape-rendering
|
+ Basic support for SVG 1.1's text-rendering and shape-rendering
|
||||||
|
Loading…
Reference in New Issue
Block a user