Accepting request 977819 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/977819 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsvg?expand=0&rev=123
This commit is contained in:
commit
9238c69c72
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/librsvg.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/2.54.1</param>
|
||||
<param name="revision">refs/tags/2.54.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5a5d59489e629fcd40867a78a9d8362ceaaf14c4a80b97eddf67996d22f3e93
|
||||
size 12986893
|
3
librsvg-2.54.3.obscpio
Normal file
3
librsvg-2.54.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f33d4aa682548ab8bb63204e5f89bb6705102157759438aed2c84ed7fa5b59f5
|
||||
size 13218317
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 15 11:12:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.54.3:
|
||||
+ Fix detection of gi-docgen.
|
||||
+ Install the generated documentation in the correct place so
|
||||
that Devhelp can find it.
|
||||
- Changes from version 2.54.2:
|
||||
+ Fix regressions when computing element geometries.
|
||||
+ Add a --disable-gtk-doc option for the configure script, so
|
||||
people can disable generating documentation for
|
||||
cross-compiling.
|
||||
+ MSVC: Support generating documentation, and passing
|
||||
introspection paths.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 09:30:06 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: librsvg
|
||||
version: 2.54.1
|
||||
mtime: 1650677266
|
||||
commit: f6dfe9e247c36a6005c4cc75db39c6eef767d1af
|
||||
version: 2.54.3
|
||||
mtime: 1652492165
|
||||
commit: 63ef9f647f02fffed298e46de61a8a671acbd911
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define librsvg_sover 2
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.54.1
|
||||
Version: 2.54.3
|
||||
Release: 0
|
||||
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
|
||||
@ -195,6 +195,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}/CO*.md
|
||||
%files devel
|
||||
%doc AUTHORS COMPILING.md CONTRIBUTING.md
|
||||
%doc %{_datadir}/doc/%{name}/
|
||||
%doc %{_datadir}/doc/Rsvg-2.0/
|
||||
%{_includedir}/librsvg-2.0/
|
||||
%{_libdir}/librsvg-2.so
|
||||
%{_libdir}/pkgconfig/librsvg-2.0.pc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c0b9c711c1a602e04baaf061d1ffb56b4d46c28ee220c488b8f0b4063f203f5
|
||||
size 33712194
|
||||
oid sha256:9106eb42c56095ef509ac24ad8c75c62d4d6362a2b50e50c431ccfc1573dbd4e
|
||||
size 33729527
|
||||
|
Loading…
x
Reference in New Issue
Block a user