Accepting request 1139270 from GNOME:Next

- Convert to source service for easier updating.

OBS-URL: https://build.opensuse.org/request/show/1139270
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/calls?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2024-01-16 17:38:53 +00:00 committed by Git OBS Bridge
parent 3dda0f22d2
commit dd15ad6a61
6 changed files with 33 additions and 5 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.gnome.org/GNOME/calls.git</param>
<param name="revision">v45.0</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
calls-45.0.obscpio Normal file
View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 16 17:32:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Convert to source service for easier updating.
-------------------------------------------------------------------
Fri Sep 29 06:03:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
calls.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: calls
version: 45.0
mtime: 1695532889
commit: 936d36287324163b958c6ea0c4297c7a607ee18c

View File

@ -1,7 +1,7 @@
#
# spec file for package calls
#
# 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
@ -22,7 +22,7 @@ Release: 0
Summary: A phone dialer and call handler
License: GPL-3.0-only AND MIT
URL: https://gitlab.gnome.org/GNOME/calls
Source0: https://download.gnome.org/sources/calls/45/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: appstream-glib
BuildRequires: c++_compiler
BuildRequires: c_compiler