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
This commit is contained in:
parent
6f5c7bd015
commit
c710cef1b2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df2dfe55d9ea777bf208aacd49d8d4f6ea3f6fd87d1f4ff66b876aa751fd16b5
|
||||
size 596218
|
3
librsvg-2.35.1.tar.xz
Normal file
3
librsvg-2.35.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e277659d048aa4f3b19755951795ffabb8596ba0d1f0bc255a5ac780a7455ca
|
||||
size 501596
|
@ -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
|
||||
|
29
librsvg.spec
29
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
|
||||
|
Loading…
Reference in New Issue
Block a user