Accepting request 560109 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/560109
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=77
This commit is contained in:
2017-12-29 17:47:56 +00:00
committed by Git OBS Bridge
4 changed files with 28 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:612b4d8b8609036f5d899be3fe70d9866b5f6ac5c971154c1c0ef7242216c1f7
size 1792716

3
librsvg-2.40.20.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cff4dd3c3b78bfe99d8fcfad3b8ba1eee3289a0823c0e118d78106be6b84c92b
size 1796376

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 27 13:03:12 UTC 2017 - jengelh@inai.de
- Fix RPM groups, drop redundant %clean section,
update summaries.
-------------------------------------------------------------------
Sat Dec 16 16:38:47 UTC 2017 - luc14n0@linuxmail.org
- Update to version 2.40.20:
+ Allow masks and clips to reuse a node being drawn (bgo#761175).
+ Don't access the file system when deciding whether to load a
remote file with a UNC path for a paint server (i.e. don't try
to load it at all).
+ Fix generation of Vala bindings when compiling in read-only
source directories.
-------------------------------------------------------------------
Thu Oct 5 10:10:19 UTC 2017 - dimstar@opensuse.org

View File

@@ -17,11 +17,11 @@
Name: librsvg
Version: 2.40.19
Version: 2.40.20
Release: 0
Summary: A Library for Rendering SVG Data
License: LGPL-2.0+ and GPL-2.0+
Group: System/Libraries
Group: Development/Libraries/C and C++
Url: http://librsvg.sourceforge.net/
Source: http://download.gnome.org/sources/librsvg/2.40/%{name}-%{version}.tar.xz
Source99: baselibs.conf
@@ -67,7 +67,7 @@ graphics) data. This format has been specified by the W3C (see
http://www.w3c.org).
%package -n typelib-1_0-Rsvg-2_0
Summary: A Library for Rendering SVG Data -- Introspection bindings
Summary: Introspection bindings for librsvg, a SVG render library
License: LGPL-2.0+
Group: System/Libraries
@@ -79,7 +79,7 @@ http://www.w3c.org).
This package provides the GObject Introspection bindings for librsvg.
%package devel
Summary: Include Files and Libraries mandatory for Development
Summary: Development files for librsvg, a SVG render library
License: LGPL-2.0+
Group: Development/Libraries/C and C++
Provides: librsvg2-devel = %{version}
@@ -97,7 +97,7 @@ This package contains all necessary include files and libraries needed
to develop applications that require these.
%package -n gdk-pixbuf-loader-rsvg
Summary: A Library for Rendering SVG Data -- gdk-pixbuf loader
Summary: gdk-pixbuf loader for SVG using librsvg
License: LGPL-2.0+
Group: System/Libraries
Supplements: packageand(librsvg-2-2:gdk-pixbuf)
@@ -113,7 +113,7 @@ This package provides a librsvg-based gdk-pixbuf loader.
%package -n rsvg-view
Summary: SVG View using the GNOME Render SVG library
License: LGPL-2.0+
Group: System/Libraries
Group: Productivity/Graphics/Viewers
%description -n rsvg-view
This package contains a library to render SVG (scalable vector
@@ -138,15 +138,12 @@ graphics) data.
--disable-static\
--enable-introspection\
--enable-vala
make %{?jobs:-j%jobs}
make %{?_smp_mflags}
%install
%makeinstall
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%clean
rm -rf $RPM_BUILD_ROOT
%post -n librsvg-2-2 -p /sbin/ldconfig
%post -n gdk-pixbuf-loader-rsvg