Accepting request 491449 from GNOME:Next
- Update to version 2.40.17: + bgo#778666: Use our own thumbnailer specification file, so gnome-desktop-thumbnailer can generate thumbnails outside of the calling process. + Removed some redundant code. + Windows build fixes. - Split out new sub-package rsvg-thumbnailer. OBS-URL: https://build.opensuse.org/request/show/491449 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=106
This commit is contained in:
parent
093501dc02
commit
d21b4ec08a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e
|
||||
size 560800
|
3
librsvg-2.40.17.tar.xz
Normal file
3
librsvg-2.40.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6f6c5cbecc405bb945c7cd15061276035ae3173bbb3bb25e8a916779c7f69cc
|
||||
size 573244
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 10 07:06:52 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 2.40.17:
|
||||
+ bgo#778666: Use our own thumbnailer specification file, so
|
||||
gnome-desktop-thumbnailer can generate thumbnails outside of
|
||||
the calling process.
|
||||
+ Removed some redundant code.
|
||||
+ Windows build fixes.
|
||||
- Split out new sub-package rsvg-thumbnailer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 9 08:47:24 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
18
librsvg.spec
18
librsvg.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package librsvg
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.40.16
|
||||
Version: 2.40.17
|
||||
Release: 0
|
||||
Summary: A Library for Rendering SVG Data
|
||||
License: LGPL-2.0+ and GPL-2.0+
|
||||
@ -118,6 +118,15 @@ This package contains a library to render SVG (scalable vector
|
||||
graphics) data. This format has been specified by the W3C (see
|
||||
http://www.w3c.org).
|
||||
|
||||
%package -n rsvg-thumbnailer
|
||||
Summary: SVG thumbnailer using the GNOME Render SVG library
|
||||
License: LGPL-2.0+
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n rsvg-thumbnailer
|
||||
This package contains a thumbnailer to render SVG (scalable vector
|
||||
graphics) data.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -164,6 +173,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/rsvg-view-3
|
||||
%doc %{_mandir}/man1/rsvg-convert.1%{?ext_man}
|
||||
|
||||
%files -n rsvg-thumbnailer
|
||||
%defattr(-,root,root)
|
||||
%dir %{_datadir}/thumbnailers
|
||||
%{_datadir}/thumbnailers/librsvg.thumbnailer
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/librsvg-2.0/
|
||||
|
Loading…
Reference in New Issue
Block a user