1
0
Dominique Leuenberger 2023-10-16 09:41:10 +00:00 committed by Git OBS Bridge
parent 8290276d4c
commit 766a5f7344
7 changed files with 25 additions and 17 deletions

View File

@ -3,18 +3,16 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-user-share.git</param>
<param name="revision">refs/tags/43.0</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">13fd6708528071aa9a77c7b19d411ebb96627c88</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">GNOME_USER_SHARE_(\d+)_(\d+)_(\d+)</param>
<param name="versionrewrite-replacement">\1.\2.\3</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">xz</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual"/>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/gnome-user-share.git</param>
<param name="changesrevision">13fd6708528071aa9a77c7b19d411ebb96627c88</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 13 19:37:56 UTC 2023 - bjorn.lie@gmail.com
- Update to version 43.0+11:
* DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues
* Updated translations.
- Update URL to new home.
-------------------------------------------------------------------
Fri Sep 16 08:58:41 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,4 +1,4 @@
name: gnome-user-share
version: 43.0
mtime: 1663317498
commit: a0e790aa9494db9d1b1f48b4fc0d2f78e112044d
version: 43.0+11
mtime: 1695508550
commit: 13fd6708528071aa9a77c7b19d411ebb96627c88

View File

@ -1,7 +1,7 @@
#
# spec file for package gnome-user-share
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,15 +17,13 @@
Name: gnome-user-share
Version: 43.0
Version: 43.0+11
Release: 0
Summary: GNOME user file sharing
License: GPL-2.0-or-later
Group: Productivity/Networking/File-Sharing
URL: http://www.gnome.org/
# Disable Source URL, use git checkout via service
# Source0: https://download.gnome.org/sources/gnome-user-share/3.34/%%{name}-%%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
URL: https://gitlab.gnome.org/GNOME/gnome-user-share
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: meson >= 0.50.0