From 2e13bb1fdb06128be8a04f15ca73c931389fe6290a50d99dfc0fbd8d0ece4320 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 11 Sep 2007 16:28:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=10 --- librsvg-2.18.1.tar.bz2 | 3 --- librsvg-2.18.2.tar.bz2 | 3 +++ librsvg-64bit-warning.patch | 13 ------------- librsvg.changes | 8 ++++++++ librsvg.spec | 11 +++++++---- 5 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 librsvg-2.18.1.tar.bz2 create mode 100644 librsvg-2.18.2.tar.bz2 delete mode 100644 librsvg-64bit-warning.patch diff --git a/librsvg-2.18.1.tar.bz2 b/librsvg-2.18.1.tar.bz2 deleted file mode 100644 index 13af3d3..0000000 --- a/librsvg-2.18.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de6d4582448bef474a9613f7b7028daf7222dd5822c6f12ad0659fbfe60b92cc -size 461160 diff --git a/librsvg-2.18.2.tar.bz2 b/librsvg-2.18.2.tar.bz2 new file mode 100644 index 0000000..07eaf49 --- /dev/null +++ b/librsvg-2.18.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff30a5f1a99c61caebcdce9f59417b3f7a0dbed15c6786368f4a4a1d05c67eb1 +size 461122 diff --git a/librsvg-64bit-warning.patch b/librsvg-64bit-warning.patch deleted file mode 100644 index c698b6d..0000000 --- a/librsvg-64bit-warning.patch +++ /dev/null @@ -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; diff --git a/librsvg.changes b/librsvg.changes index 1e638e3..9db0658 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -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 diff --git a/librsvg.spec b/librsvg.spec index 3376010..b80936f 100644 --- a/librsvg.spec +++ b/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. # This file and all modifications and additions to the pristine @@ -24,12 +24,11 @@ BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel 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 @@ Authors: %prep %setup -q %patch1 -%patch2 -p1 %build autoreconf -f -i @@ -140,6 +138,11 @@ touch var/adm/SuSEconfig/run-gtk %{_libdir}/browser-plugins/*.so %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 - Update to version 2.18.1: + Basic support for SVG 1.1's text-rendering and shape-rendering