forked from pool/cairo
Accepting request 1199435 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1199435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=95
This commit is contained in:
commit
bf46e8fd57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:243a0736b978a33dee29f9cca7521733b78a65b5418206fef7bd1c3d4cf10b64
|
||||
size 33761148
|
BIN
cairo-1.18.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
cairo-1.18.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 16:35:56 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user