Accepting request 921672 from GNOME:Factory
(forwarded request 921528 from iznogood) OBS-URL: https://build.opensuse.org/request/show/921672 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=110
This commit is contained in:
commit
c96994eff9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fffb61b08cd5282aaae147a02b305166a7426fad22a8b9427708f0f2fc426ebc
|
|
||||||
size 22224148
|
|
3
librsvg-2.52.0.tar.xz
Normal file
3
librsvg-2.52.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd821fb3e16494b61f5185addd23b726b064f203122b3ab4b3d5d7a44e6bf393
|
||||||
|
size 23196792
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 26 15:58:43 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Disable testsuite run on ix86 and arm.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 17 08:06:03 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.52.0:
|
||||||
|
+ The biggest user-visible change is that rsvg-convert has been
|
||||||
|
ported to Rust.
|
||||||
|
+ rsvg-convert is now aware of physical units, and fixes a bug
|
||||||
|
where PDFs were created at the wrong size.
|
||||||
|
+ Support for Accept-Language.
|
||||||
|
+ rsvg-convert's default DPI is now 96, to better match W3C
|
||||||
|
standards.
|
||||||
|
+ SVG2/CSS3 features:
|
||||||
|
- Transform property from SVG2; previously librsvg only
|
||||||
|
supported the transform attribute from SVG1.1, which has
|
||||||
|
different syntax.
|
||||||
|
- context-fill and context-stroke for <marker> and <use>
|
||||||
|
elements.
|
||||||
|
- markers now support orient="auto-start-reverse".
|
||||||
|
- paint-order for text elements.
|
||||||
|
- "auto" values for the width and height attributes of the
|
||||||
|
<image>, <rect>, and <svg> elements.
|
||||||
|
- All the <filter-function> types from the Filter Effects
|
||||||
|
Module Level 1 specification: blur(), brightness(),
|
||||||
|
contrast(), drop-shadow(), grayscale(), hue-rotate(),
|
||||||
|
invert(), opacity(), sepia(), saturate().
|
||||||
|
- The filter property now supports chains of uri() filters or
|
||||||
|
<filter-function> shortcuts.
|
||||||
|
- Support CSS selectors for attribute matching, like
|
||||||
|
rect[attr^="prefix"]
|
||||||
|
+ New APIs: See the HTML documentation for details.
|
||||||
|
- Drop -lang package: there are no translations available anymore.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 5 11:55:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Jun 5 11:55:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
11
librsvg.spec
11
librsvg.spec
@ -20,13 +20,13 @@
|
|||||||
%define librsvg_sover 2
|
%define librsvg_sover 2
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.50.7
|
Version: 2.52.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://wiki.gnome.org/Projects/LibRsvg
|
URL: https://wiki.gnome.org/Projects/LibRsvg
|
||||||
Source0: https://download.gnome.org/sources/librsvg/2.50/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/librsvg/2.52/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
BuildRequires: cargo
|
BuildRequires: cargo
|
||||||
@ -130,8 +130,6 @@ BuildArch: noarch
|
|||||||
This package contains a thumbnailer to render SVG (scalable vector
|
This package contains a thumbnailer to render SVG (scalable vector
|
||||||
graphics) data.
|
graphics) data.
|
||||||
|
|
||||||
%lang_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
@ -148,10 +146,11 @@ graphics) data.
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
# %%doc is used to package such contents
|
# %%doc is used to package such contents
|
||||||
rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
||||||
%find_lang %{name} %{?no_lang_C}
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%ifnarch %ix86 %arm
|
||||||
%make_build check
|
%make_build check
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
%post -n librsvg-2-%{librsvg_sover} -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -195,6 +194,4 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
|||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%doc %{_datadir}/gtk-doc/html/rsvg-2.0
|
%doc %{_datadir}/gtk-doc/html/rsvg-2.0
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user