Accepting request 1001354 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1001354 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=221
This commit is contained in:
parent
ffb9be02ba
commit
00147d81f7
3
_service
3
_service
@ -3,10 +3,11 @@
|
||||
<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.5</param>
|
||||
<param name="revision">refs/tags/2.55.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9c17423f5ac38912eead6fe56c444d86f3046c2ea9633818e3ef74ced707e7e
|
||||
size 13223949
|
3
librsvg-2.55.1.obscpio
Normal file
3
librsvg-2.55.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5dcabc93ad79842a460448860bda6ddbfafe982538e66b9cbaf57572cda43213
|
||||
size 13294605
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 06:18:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.55.1:
|
||||
+ As an experiment, I'll move librsvg from even-odd versioning
|
||||
(odd minor version is unstable, even minor version is stable),
|
||||
to the versioning scheme that GNOME uses these days. So, 2.55.x
|
||||
is the new stable series.
|
||||
+ There is a new development guide for librsvg, for people who
|
||||
want to help in its development. I hope this will be especially
|
||||
useful to Outreachy and Summer of Code interns:
|
||||
https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/index.html
|
||||
+ Define missing crate metadata for Cargo.toml.
|
||||
+ Add some tests that were missing for the C API.
|
||||
+ Fix the basic test suite in Windows.
|
||||
+ Miscellaneous fixes for the build and CI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 14:43:51 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update of vendored dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 22:08:18 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.55.0:
|
||||
+ The Minimum Supported Rust Version (MSRV) is now Rust 1.58.
|
||||
+ The release tarball no longer contains vendored Rust
|
||||
dependencies. Most distributions now have infrastructure to
|
||||
pull these themselves, so let's make the tarball smaller.
|
||||
+ Accept patterns with userSpaceOnUse units for the stroke of
|
||||
axis-aligned lines.
|
||||
+ Small reductions in memory consumption of the DOM tree.
|
||||
+ Updates for the gtk-rs API.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 22:08:17 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: librsvg
|
||||
version: 2.54.5
|
||||
mtime: 1661541652
|
||||
commit: dfd297691566f2fdea5344b52ad2a1d0e2a037f9
|
||||
version: 2.55.1
|
||||
mtime: 1662417730
|
||||
commit: b556c32bd6e57b3310ed0cea1ab77f48014a291b
|
||||
|
@ -22,7 +22,7 @@
|
||||
%define librsvg_sover 2
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.54.5
|
||||
Version: 2.55.1
|
||||
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
|
||||
@ -175,7 +175,7 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}/CO*.md
|
||||
|
||||
%files -n librsvg-2-%{librsvg_sover}
|
||||
%license COPYING.LIB
|
||||
%doc NEWS README.md
|
||||
%doc NEWS.md README.md
|
||||
%{_libdir}/librsvg-2.so.*
|
||||
|
||||
%files -n typelib-1_0-Rsvg-2_0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80060bfb4e4164722f32bea7b4b9b89528aa89ed1a5ede7535be74829ff963a5
|
||||
size 17671508
|
||||
oid sha256:2c1b62aea464855f12b8e769135f54caec4f6f385eec0d29130f2667a7c2c12c
|
||||
size 17612952
|
||||
|
Loading…
x
Reference in New Issue
Block a user