diff --git a/cairo-1.18.0.tar.xz b/cairo-1.18.0.tar.xz deleted file mode 100644 index c0bf693..0000000 --- a/cairo-1.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:243a0736b978a33dee29f9cca7521733b78a65b5418206fef7bd1c3d4cf10b64 -size 33761148 diff --git a/cairo-1.18.2.tar.xz b/cairo-1.18.2.tar.xz new file mode 100644 index 0000000..4c23b82 --- /dev/null +++ b/cairo-1.18.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62b9bb42425e844cc3d6ddde043ff39dbabedd1542eba57a2eb79f85889d45a +size 32574256 diff --git a/cairo.changes b/cairo.changes index 055426d..9b20d24 100644 --- a/cairo.changes +++ b/cairo.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Sep 2 16:35:56 UTC 2024 - Bjørn Lie + +- Update to version 1.18.2: + + The malloc-stats code has been removed from the tests directory + the canonical location for it is: + https://github.com/behdad/malloc-stats + + Cairo now requires a version of pixman equal to, or newer than, + 0.40. + + There have been multiple build fixes for newer versions of GCC + for MSVC; for Solaris; and on macOS 10.7. + + PNG errors caused by loading malformed data are correctly + propagated to callers, so they can handle the case. + + Both stroke and fill colors are now set when showing glyphs on + a PDF surface. + + All the font options are copied when creating a fallback font + object. + + When drawing text on macOS, Cairo now tries harder to select + the appropriate font name. + + Cairo now prefers the COLRv1 table inside a font, if one is + available. + + Cairo requires a C11 toolchain when building. + ------------------------------------------------------------------- Sat Sep 23 17:18:14 UTC 2023 - Bjørn Lie diff --git a/cairo.spec b/cairo.spec index 9e6fab0..f0d8d64 100644 --- a/cairo.spec +++ b/cairo.spec @@ -1,7 +1,7 @@ # # spec file for package cairo # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define build_xcb_backend 1 Name: cairo -Version: 1.18.0 +Version: 1.18.2 Release: 0 Summary: Vector Graphics Library with Cross-Device Output Support License: LGPL-2.1-or-later OR MPL-1.1