[Bug 2089563] Re: [SRU] librsvg 2.59.2
Timo Aaltonen
2089563 at bugs.launchpad.net
Fri Jan 10 09:27:21 UTC 2025
Hello Nathan, or anyone else affected,
Accepted librsvg into oracular-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/librsvg/2.59.2+dfsg-1~1ubuntu24.10.1
in a few hours, and then in the -proposed repository.
Please help us by testing this new package. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed. Your feedback will aid us getting this
update out to other Ubuntu users.
If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
oracular to verification-done-oracular. If it does not fix the bug for
you, please add a comment stating that, and change the tag to
verification-failed-oracular. In either case, without details of your
testing we will not be able to proceed.
Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in
advance for helping!
N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.
** Changed in: librsvg (Ubuntu Oracular)
Status: New => Fix Committed
** Tags added: verification-needed verification-needed-oracular
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2089563
Title:
[SRU] librsvg 2.59.2
Status in librsvg package in Ubuntu:
Fix Released
Status in librsvg source package in Oracular:
Fix Committed
Bug description:
Impact
------
This is a new bugfix release from upstream:
https://gitlab.gnome.org/GNOME/librsvg/-/raw/2.59.2/NEWS.
This component is covered by the GNOME MicroReleaseException
https://wiki.ubuntu.com/StableReleaseUpdates/GNOME
Test plan
---------
Please go through
https://wiki.ubuntu.com/Process/Merges/TestPlans/librsvg
Regression potential
--------------------
Code paths processing SVGs with multiple or nested layers had
significant changes. Make sure such SVGs still display alright, for
instance,
--->
<svg width="250" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<svg x="10">
<rect x="10" y="10" height="100" width="100"
style="stroke:#ff0000; fill: #0000ff"/>
</svg>
<svg x="120">
<rect x="10" y="10" height="100" width="100"
style="stroke:#009900; fill: #00cc00"/>
</svg>
</svg>
<---
should show two non-overlapping squares, one blue, one green, side by
side.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/librsvg/+bug/2089563/+subscriptions
More information about the Ubuntu-sponsors
mailing list