forked from pool/gnome-user-share
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
6ab284ecd0 | ||
eecfe97153 | |||
|
2df4ada018 | ||
950546f8d7 |
8
_service
8
_service
@ -3,11 +3,11 @@
|
||||
<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">13fd6708528071aa9a77c7b19d411ebb96627c88</param>
|
||||
<param name="revision">47.2</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>
|
||||
<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">
|
||||
|
@ -1,4 +0,0 @@
|
||||
<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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9de1619b93519323b25ab00f5c80bc09b6bb0e6655194a0d48bc1bdff00f3158
|
||||
size 794636
|
3
gnome-user-share-47.2.obscpio
Normal file
3
gnome-user-share-47.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab3fd110c88269a731b23147e229e1c4480d85d4b84f658c1f6f25fe9f035d6e
|
||||
size 790028
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 13:39:18 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Adjust _service definition: upstream has changed their tag format
|
||||
to be a simple VERSION tag.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 17:52:23 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.2:
|
||||
+ Fix a compiling issue for non-gnu C toolchain.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 15 07:04:32 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 26 16:19:04 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.alpha:
|
||||
+ Increase the required Apache web server version to 2.4
|
||||
+ Remove GNOME 2 migration code
|
||||
+ Remove the size limit for file transfers
|
||||
+ Fix leaks
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 19:37:56 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-user-share
|
||||
version: 43.0+11
|
||||
mtime: 1695508550
|
||||
commit: 13fd6708528071aa9a77c7b19d411ebb96627c88
|
||||
version: 47.2
|
||||
mtime: 1732381755
|
||||
commit: 5087ae2835a4b22bc9a51314725a46f3cd7ac772
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-user-share
|
||||
#
|
||||
# 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
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-user-share
|
||||
Version: 43.0+11
|
||||
Version: 47.2
|
||||
Release: 0
|
||||
Summary: GNOME user file sharing
|
||||
License: GPL-2.0-or-later
|
||||
@ -72,7 +72,7 @@ up in the Network location in GNOME.
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README NEWS
|
||||
%doc README.md NEWS
|
||||
%{_libexecdir}/gnome-user-share
|
||||
%{_datadir}/gnome-user-share
|
||||
%{_datadir}/applications/gnome-user-share-webdav.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user