forked from pool/cairo
Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
6e865204aa | |||
55e04dcc5b | |||
ffcf3e7b30 | |||
bd3bd949b6 | |||
ea3125c3bb | |||
5451fc1883 | |||
867a065bc7 | |||
81b718d4c2 | |||
3bce0bc495 |
19
_service
Normal file
19
_service
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.freedesktop.org/cairo/cairo.git</param>
|
||||
<param name="revision">1.18.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
BIN
cairo-1.18.2.tar.xz
(Stored with Git LFS)
BIN
cairo-1.18.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
cairo-1.18.4.obscpio
Normal file
3
cairo-1.18.4.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9aef6a7468983bb00412f0cf076ae30f43940c7b6b99642899ff5166fc8d7ae9
|
||||
size 61644302
|
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 07:23:25 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Switch back to using source service.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 20:43:30 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.18.4:
|
||||
+ The dependency on LZO has been made optional through a build
|
||||
time configuration toggle.
|
||||
+ You can build Cairo against a Freetype installation that does
|
||||
not have the FT_Color type.
|
||||
+ Cairo tests now build on Solaris 11.4 with GCC 14.
|
||||
+ The DirectWrite backend now builds on MINGW 11.
|
||||
+ The DirectWrite backend now supports font variations and proper
|
||||
glyph coverage.
|
||||
+ Support for Windows 98 has been removed. The minimum
|
||||
requirement for Windows is now Vista.
|
||||
- Use tarball in lieu of source service due to freedesktop gitlab
|
||||
migration, will switch back at next release at the latest.
|
||||
- Drop b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: Fixed
|
||||
upstream.
|
||||
- Add pkgconfig(lzo2) BuildRequires: New optional dependency, build
|
||||
lzo2 support feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 28 10:20:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Convert to source service: allows for easier upgrades by the
|
||||
GNOME team.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 20 07:40:13 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add b9eed915f9a67380e7ef9d8746656455c43f67e2.patch: cff: Don't
|
||||
fail if no local subs. Fix regression when writing PDFs with
|
||||
fonts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 2 16:35:56 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@@ -1289,7 +1328,7 @@ Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 30 07:06:06 WST 2008 - mboman@suse.de
|
||||
Tue Sep 30 07:06:06 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 1.8.0:
|
||||
+ Many API changes. See NEWS for full details
|
||||
|
4
cairo.obsinfo
Normal file
4
cairo.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: cairo
|
||||
version: 1.18.4
|
||||
mtime: 1741440205
|
||||
commit: 4541e0cd3a751b85e52e2a83d02ac6145a5efa85
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cairo
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,13 +19,13 @@
|
||||
%define build_xcb_backend 1
|
||||
|
||||
Name: cairo
|
||||
Version: 1.18.2
|
||||
Version: 1.18.4
|
||||
Release: 0
|
||||
Summary: Vector Graphics Library with Cross-Device Output Support
|
||||
License: LGPL-2.1-or-later OR MPL-1.1
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://cairographics.org
|
||||
Source0: %{url}/releases/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
# PATCH-FIX-UPSTREAM cairo-xlib-endianness.patch fdo#63461 bnc#882951 fcrozat@suse.com -- Fix crash when client and server have different endianness
|
||||
@@ -42,6 +42,7 @@ BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(freetype2)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(libpng)
|
||||
BuildRequires: pkgconfig(lzo2)
|
||||
BuildRequires: pkgconfig(pixman-1) >= 0.36.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
|
Reference in New Issue
Block a user