SHA256
1
0
forked from pool/cairo

9 Commits

Author SHA256 Message Date
6e865204aa Accepting request 1277949 from GNOME:Factory
Fix date format in old changelog entries (forwarded request 1277760 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1277949
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=99
2025-05-23 12:27:57 +00:00
55e04dcc5b Accepting request 1277760 from GNOME:Next
Fix date format in old changelog entries

OBS-URL: https://build.opensuse.org/request/show/1277760
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=167
2025-05-16 06:28:14 +00:00
ffcf3e7b30 Accepting request 1254310 from GNOME:Next
Switch back to using source service.  Not sure we need to fwd this past G:F though!

OBS-URL: https://build.opensuse.org/request/show/1254310
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=166
2025-03-19 08:29:23 +00:00
bd3bd949b6 Accepting request 1253991 from GNOME:Factory
- 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. (forwarded request 1253940 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=98
2025-03-18 16:39:44 +00:00
ea3125c3bb - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=164
2025-03-18 07:05:33 +00:00
5451fc1883 Accepting request 1227164 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1227164
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=97
2024-11-30 12:27:15 +00:00
867a065bc7 Accepting request 1227145 from GNOME:Next
Fix .changes :-) - resub

- Convert to source service: allows for easier upgrades by the
  GNOME team.

OBS-URL: https://build.opensuse.org/request/show/1227145
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=162
2024-11-28 16:38:19 +00:00
81b718d4c2 Accepting request 1202417 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1202417
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=96
2024-09-23 13:18:50 +00:00
3bce0bc495 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=160 2024-09-21 18:22:33 +00:00
6 changed files with 70 additions and 7 deletions

19
_service Normal file
View 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)

Binary file not shown.

3
cairo-1.18.4.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9aef6a7468983bb00412f0cf076ae30f43940c7b6b99642899ff5166fc8d7ae9
size 61644302

View File

@@ -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
View File

@@ -0,0 +1,4 @@
name: cairo
version: 1.18.4
mtime: 1741440205
commit: 4541e0cd3a751b85e52e2a83d02ac6145a5efa85

View File

@@ -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)