1
0

10 Commits

Author SHA256 Message Date
128b9e970c Accepting request 1289817 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1289817
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=69
2025-07-03 10:09:36 +00:00
6a2e41bb0a Accepting request 1289180 from GNOME:Next
- Update to version 48.1:
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1289180
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=122
2025-07-02 09:10:51 +00:00
51448c34ab Accepting request 1253724 from GNOME:Factory
- Update to version 48.0:
  + Turn some exceptions into exiting with a warning
  + Various CI and build tweaks
  + Fix gettext string not being parsed correctly
  + Port the project code from C to the Rust language
  + Make systemd an optional dependency
  + Fix a compiling issue for non-gnu C toolchain
  + Updated translations.
- Add clang and cargo-packaging BuildRequires and new vendor
  tarball following upstreams port to rust.
- Pass buildtype=release to meson setup, ensure we build optimized
  release and not devel. (forwarded request 1253489 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=68
2025-03-18 16:38:53 +00:00
9eea3df261 Accepting request 1253489 from GNOME:Next
- Update to version 48.0:
  + Turn some exceptions into exiting with a warning
  + Various CI and build tweaks
  + Fix gettext string not being parsed correctly
  + Port the project code from C to the Rust language
  + Make systemd an optional dependency
  + Fix a compiling issue for non-gnu C toolchain
  + Updated translations.
- Add clang and cargo-packaging BuildRequires and new vendor
  tarball following upstreams port to rust.
- Pass buildtype=release to meson setup, ensure we build optimized
  release and not devel.

OBS-URL: https://build.opensuse.org/request/show/1253489
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=120
2025-03-17 10:44:06 +00:00
cac642d38d Accepting request 1239877 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1239877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=67
2025-01-24 12:38:54 +00:00
876528801c Accepting request 1239752 from home:pgajdos
- do not suggest apache2-mod_dnssd, which is no longer part of
  Factory

OBS-URL: https://build.opensuse.org/request/show/1239752
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=118
2025-01-23 13:23:19 +00:00
106d9ac232 Accepting request 1226299 from GNOME:Factory
- Adjust _service definition: upstream has changed their tag format
  to be a simple VERSION tag.

- Update to version 47.2:
  + Fix a compiling issue for non-gnu C toolchain. (forwarded request 1226278 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1226299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=66
2024-11-26 19:55:15 +00:00
6616887591 Accepting request 1226278 from GNOME:Next
- Adjust _service definition: upstream has changed their tag format
  to be a simple VERSION tag.

- Update to version 47.2:
  + Fix a compiling issue for non-gnu C toolchain.

OBS-URL: https://build.opensuse.org/request/show/1226278
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=116
2024-11-25 14:19:13 +00:00
6c84626691 Accepting request 1205466 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205466
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-user-share?expand=0&rev=65
2024-10-08 15:17:57 +00:00
cc8bb7a6ef Accepting request 1203462 from GNOME:Next
Scripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1203462
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-user-share?expand=0&rev=114
2024-09-30 07:44:30 +00:00
8 changed files with 83 additions and 21 deletions

View File

@@ -3,17 +3,21 @@
<service name="obs_scm" mode="manual"> <service name="obs_scm" mode="manual">
<param name="scm">git</param> <param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-user-share.git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-user-share.git</param>
<param name="revision">13fd6708528071aa9a77c7b19d411ebb96627c88</param> <param name="revision">48.1</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">GNOME_USER_SHARE_(\d+)_(\d+)_(\d+)</param> <param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1.\2.\3</param> <param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param> <!-- <param name="changesgenerate">enable</param> -->
</service> </service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime"> <service name="recompress" mode="buildtime">
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">zst</param> <param name="compression">zst</param>
</service> </service>
<service name="set_version" mode="manual"/> <service name="cargo_vendor" mode="manual">
<param name="srcdir">gnome-user-share</param>
<param name="update">true</param>
</service>
</services> </services>

View File

@@ -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>

View File

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

View File

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

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Mon Jun 30 06:41:44 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.1:
+ Updated translations.
-------------------------------------------------------------------
Sun Mar 16 09:06:32 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 48.0:
+ Turn some exceptions into exiting with a warning
+ Various CI and build tweaks
+ Fix gettext string not being parsed correctly
+ Port the project code from C to the Rust language
+ Make systemd an optional dependency
+ Fix a compiling issue for non-gnu C toolchain
+ Updated translations.
- Add clang and cargo-packaging BuildRequires and new vendor
tarball following upstreams port to rust.
- Pass buildtype=release to meson setup, ensure we build optimized
release and not devel.
-------------------------------------------------------------------
Thu Jan 23 07:45:13 UTC 2025 - pgajdos@suse.com
- do not suggest apache2-mod_dnssd, which is no longer part of
Factory
-------------------------------------------------------------------
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 Fri Oct 13 19:37:56 UTC 2023 - bjorn.lie@gmail.com

View File

@@ -1,4 +1,4 @@
name: gnome-user-share name: gnome-user-share
version: 43.0+11 version: 48.1
mtime: 1695508550 mtime: 1751234369
commit: 13fd6708528071aa9a77c7b19d411ebb96627c88 commit: 10d565b0194e61eb79b7bac3c53afa5f31ee3296

View File

@@ -1,7 +1,7 @@
# #
# spec file for package gnome-user-share # spec file for package gnome-user-share
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,17 @@
Name: gnome-user-share Name: gnome-user-share
Version: 43.0+11 Version: 48.1
Release: 0 Release: 0
Summary: GNOME user file sharing Summary: GNOME user file sharing
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Networking/File-Sharing Group: Productivity/Networking/File-Sharing
URL: https://gitlab.gnome.org/GNOME/gnome-user-share URL: https://gitlab.gnome.org/GNOME/gnome-user-share
Source0: %{name}-%{version}.tar.zst Source0: %{name}-%{version}.tar.zst
Source1: vendor.tar.zst
BuildRequires: cargo-packaging
BuildRequires: clang
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: meson >= 0.50.0 BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig BuildRequires: pkgconfig
@@ -33,7 +36,6 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.58
BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
Suggests: apache2-mod_dnssd
Suggests: apache2-prefork Suggests: apache2-prefork
Suggests: apache2-worker Suggests: apache2-worker
@@ -51,12 +53,13 @@ up in the Network location in GNOME.
%lang_package %lang_package
%prep %prep
%autosetup -p1 %autosetup -p1 -a1
%build %build
%meson \ %meson \
-Dmodules_path=%{_libdir}/apache2/ \ --buildtype=release \
--libexecdir=%{_libexecdir}/gnome-user-share \ --libexecdir=%{_libexecdir}/gnome-user-share \
-Dmodules_path=%{_libdir}/apache2/ \
-Dsystemduserunitdir=%{_userunitdir} \ -Dsystemduserunitdir=%{_userunitdir} \
%{nil} %{nil}
%meson_build %meson_build
@@ -72,7 +75,7 @@ up in the Network location in GNOME.
%files %files
%license COPYING %license COPYING
%doc README NEWS %doc README.md NEWS
%{_libexecdir}/gnome-user-share %{_libexecdir}/gnome-user-share
%{_datadir}/gnome-user-share %{_datadir}/gnome-user-share
%{_datadir}/applications/gnome-user-share-webdav.desktop %{_datadir}/applications/gnome-user-share-webdav.desktop

3
vendor.tar.zst Normal file
View File

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