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
This commit is contained in:
Ana Guerrero 2024-11-30 12:27:15 +00:00 committed by Git OBS Bridge
commit 5451fc1883
6 changed files with 33 additions and 4 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.2</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>

3
cairo-1.18.2.obscpio Normal file
View File

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

BIN
cairo-1.18.2.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>

4
cairo.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: cairo
version: 1.18.2
mtime: 1725196163
commit: 200441e6855854eb4dbf338e44d67b00ababe07f

View File

@ -25,7 +25,7 @@ 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