From c710cef1b20204978969b54318cb77cc303b1cfcc47e578766bcc456ae578f22 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Dec 2011 04:43:51 +0000 Subject: [PATCH] Accepting request 97458 from home:vuntz:branches:GNOME:Factory Update to 2.35.1 OBS-URL: https://build.opensuse.org/request/show/97458 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=45 --- librsvg-2.35.0.tar.bz2 | 3 --- librsvg-2.35.1.tar.xz | 3 +++ librsvg.changes | 18 +++++++++++++++++- librsvg.spec | 29 +++++++++++++++++++---------- 4 files changed, 39 insertions(+), 14 deletions(-) delete mode 100644 librsvg-2.35.0.tar.bz2 create mode 100644 librsvg-2.35.1.tar.xz diff --git a/librsvg-2.35.0.tar.bz2 b/librsvg-2.35.0.tar.bz2 deleted file mode 100644 index 4735dac..0000000 --- a/librsvg-2.35.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df2dfe55d9ea777bf208aacd49d8d4f6ea3f6fd87d1f4ff66b876aa751fd16b5 -size 596218 diff --git a/librsvg-2.35.1.tar.xz b/librsvg-2.35.1.tar.xz new file mode 100644 index 0000000..c66e811 --- /dev/null +++ b/librsvg-2.35.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e277659d048aa4f3b19755951795ffabb8596ba0d1f0bc255a5ac780a7455ca +size 501596 diff --git a/librsvg.changes b/librsvg.changes index 840319d..4f62cec 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,7 +1,23 @@ +------------------------------------------------------------------- +Tue Dec 20 09:43:35 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.35.1: + + Support basic vertical writing (bgo#664533). + + Bugs fixed: bgo#664684, bgo#665905, bgo#665824. + + Several misc. code changes. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. +- Add explicit pkgconfig(pangocairo) BuildRequires: it was missing + before. +- Fix license of subpackages: all the code is LGPL-2.0+, except + some tests that are not shipped in subpackages. The overall + license of the source package is "LGPL-2.0+ ; GPL-2.0+". + ------------------------------------------------------------------- Thu Dec 1 10:27:17 UTC 2011 - coolo@suse.com -- add automake as buildrequire to avoid implicit dependency +- Add automake BuildRequires to avoid implicit dependency. ------------------------------------------------------------------- Mon Nov 14 22:33:17 UTC 2011 - dimstar@opensuse.org diff --git a/librsvg.spec b/librsvg.spec index 3bf9cca..fb7af2a 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -14,21 +14,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# %define build_gtk3_support 0 Name: librsvg -Version: 2.35.0 +Version: 2.35.1 Release: 0 -License: GPL-2.0+ Summary: A Library for Rendering SVG Data -Url: http://librsvg.sourceforge.net/ +License: LGPL-2.0+ ; GPL-2.0+ Group: System/Libraries -Source: http://download.gnome.org/sources/librsvg/2.35/%{name}-%{version}.tar.bz2 +Url: http://librsvg.sourceforge.net/ +Source: http://download.gnome.org/sources/librsvg/2.35/%{name}-%{version}.tar.xz Source99: baselibs.conf # PATCH-FIX-OPENSUSE librsvg-gdk-pixbuf-query-loaders-64.patch vuntz@opensuse.org -- Fix check for gdk-pixbuf-query-loaders on 64bit systems Patch0: librsvg-gdk-pixbuf-query-loaders-64.patch Patch1: env-paths.diff BuildRequires: automake +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz BuildRequires: pkgconfig(cairo) >= 1.2.0 BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) @@ -39,6 +42,7 @@ BuildRequires: pkgconfig(gtk+-3.0) %endif BuildRequires: pkgconfig(libcroco-0.6) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0 +BuildRequires: pkgconfig(pangocairo) >= 1.16.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -48,6 +52,7 @@ http://www.w3c.org). %package -n librsvg-2-2 Summary: A Library for Rendering SVG Data +License: LGPL-2.0+ Group: Development/Libraries/C and C++ # bug437293 %ifarch ppc64 @@ -66,6 +71,7 @@ http://www.w3c.org). %package devel Summary: Include Files and Libraries mandatory for Development +License: LGPL-2.0+ Group: Development/Libraries/C and C++ Provides: librsvg2-devel = %{version} Obsoletes: librsvg2-devel < %{version} @@ -81,8 +87,9 @@ This package contains all necessary include files and libraries needed to develop applications that require these. %package -n gdk-pixbuf-loader-rsvg -License: LGPL-2.1+ Summary: A Library for Rendering SVG Data -- gdk-pixbuf loader +License: LGPL-2.0+ +Group: System/Libraries Supplements: packageand(librsvg-2-2:gdk-pixbuf) %gdk_pixbuf_loader_requires @@ -94,8 +101,9 @@ http://www.w3c.org). This package provides a librsvg-based gdk-pixbuf loader. %package -n gtk2-engine-svg -License: LGPL-2.1+ Summary: SVG-based GTK+ 2 Theme Engine +License: LGPL-2.0+ +Group: System/Libraries %description -n gtk2-engine-svg This package provides a librsvg-based GTK+ 2 theme engine. @@ -103,17 +111,18 @@ This package provides a librsvg-based GTK+ 2 theme engine. %if %{build_gtk3_support} %package -n gtk3-engine-svg - -License: LGPL-2.1+ Summary: SVG-based GTK+ 3 Theme Engine +License: LGPL-2.0+ +Group: System/Libraries %description -n gtk3-engine-svg This package provides a librsvg-based GTK+ 3 theme engine. %endif %package -n rsvg-view -License: LGPL-2.1+ Summary: SVG View using the GNOME Render SVG library +License: LGPL-2.0+ +Group: System/Libraries Provides: librsvg:/usr/bin/rsvg %description -n rsvg-view @@ -155,7 +164,7 @@ rm -rf $RPM_BUILD_ROOT %files -n librsvg-2-2 %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS COPYING.LIB ChangeLog NEWS README %{_libdir}/*.so.* %files -n gdk-pixbuf-loader-rsvg