forked from pool/gnome-user-share
Accepting request 1117722 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1117722 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=112
This commit is contained in:
parent
8290276d4c
commit
766a5f7344
8
_service
8
_service
@ -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
4
_servicedata
Normal 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>
|
3
gnome-user-share-43.0+11.obscpio
Normal file
3
gnome-user-share-43.0+11.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9de1619b93519323b25ab00f5c80bc09b6bb0e6655194a0d48bc1bdff00f3158
|
||||
size 794636
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cc6582d4f192547a31dc5dbd688c0696cddd0bdd5fcb250d111cf119d460f93
|
||||
size 790028
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-user-share
|
||||
version: 43.0
|
||||
mtime: 1663317498
|
||||
commit: a0e790aa9494db9d1b1f48b4fc0d2f78e112044d
|
||||
version: 43.0+11
|
||||
mtime: 1695508550
|
||||
commit: 13fd6708528071aa9a77c7b19d411ebb96627c88
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user