public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-user-share] wip/oholy/f45-update: Update to 48.0
Date: Wed, 24 Jun 2026 11:35:15 GMT	[thread overview]
Message-ID: <178230091535.1.10420005241614688458.rpms-gnome-user-share-ea7d32af445a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : ea7d32af445a58a9a39bcb4c5f6e5d54215c8d1c
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2025-03-27T18:22:05+01:00
Stats  : +53/-25 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/gnome-user-share/c/ea7d32af445a58a9a39bcb4c5f6e5d54215c8d1c?branch=wip/oholy/f45-update

Log:
Update to 48.0

---
diff --git a/.gitignore b/.gitignore
index e3a803b..327ff89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /gnome-user-share-47.alpha.tar.xz
 /gnome-user-share-47.0.tar.xz
 /gnome-user-share-47.2.tar.xz
+/gnome-user-share-48.0.tar.xz

diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 0441254..6ae2591 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,26 +1,37 @@
 %global tarball_version %%(echo %{version} | tr '~' '.')
 
-Name: gnome-user-share
-Version: 47.2
-Release: 2%{?dist}
-Summary: Gnome user file sharing
-
-License: GPL-2.0-or-later
-URL:     https://gitlab.gnome.org/GNOME/gnome-user-share
-Source0: http://download.gnome.org/sources/%{name}/47/%{name}-%{tarball_version}.tar.xz
-
-BuildRequires: gcc
-BuildRequires: httpd mod_dnssd
-BuildRequires: meson
-BuildRequires: desktop-file-utils
-BuildRequires: pkgconfig(gio-2.0)
-BuildRequires: pkgconfig(libselinux)
-BuildRequires: gettext
-BuildRequires: systemd-devel
-BuildRequires: systemd-rpm-macros
-
-Requires: httpd
-Requires: mod_dnssd
+Name:           gnome-user-share
+Version:        48.0
+Release:        1%{?dist}
+Summary:        Gnome user file sharing
+
+# * gnome-tour source code is GPL-2.0-or-later
+# * rust crate dependencies are:
+# (MIT OR Apache-2.0) AND Unicode-DFS-2016
+# Apache-2.0 OR MIT
+# MIT
+# MIT OR Apache-2.0
+# Unlicense OR MIT
+License:        GPL-2.0-or-later AND MIT AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT)
+# LICENSE.dependencies contains a full license breakdown
+
+URL:            https://gitlab.gnome.org/GNOME/gnome-user-share
+Source0:        http://download.gnome.org/sources/%{name}/48/%{name}-%{tarball_version}.tar.xz
+
+BuildRequires:  cargo-rpm-macros
+BuildRequires:  clang
+BuildRequires:  desktop-file-utils
+BuildRequires:  gettext
+BuildRequires:  meson
+BuildRequires:  systemd-rpm-macros
+
+BuildRequires:  httpd
+BuildRequires:  mod_dnssd
+BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(libselinux)
+
+Requires:       httpd
+Requires:       mod_dnssd
 
 %description
 gnome-user-share is a small package that binds together various free
@@ -35,33 +46,49 @@ up in the Network location in GNOME.
 
 %prep
 %autosetup -p1 -n %{name}-%{tarball_version}
+%cargo_prep
+
+%generate_buildrequires
+%cargo_generate_buildrequires -a
 
 %build
 %meson
 %meson_build
+%{cargo_license_summary -a}
+%{cargo_license -a} > LICENSE.dependencies
 
 %install
 %meson_install
 
 %find_lang gnome-user-share --with-gnome
 
+%check
+desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gnome-user-share-webdav.desktop
+
 %post
 %systemd_user_post gnome-user-share-webdav.service
 
 %preun
 %systemd_user_preun gnome-user-share-webdav.service
 
+%postun
+%systemd_user_postun_with_restart gnome-user-share-webdav.service
+
 %files -f gnome-user-share.lang
 %license COPYING
+%license LICENSE.dependencies
 %doc README.md NEWS
-%{_libexecdir}/*
-%{_datadir}/gnome-user-share
-%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
+%{_libexecdir}/gnome-user-share-webdav
 %{_datadir}/GConf/gsettings/gnome-user-share.convert
 %{_datadir}/applications/gnome-user-share-webdav.desktop
+%{_datadir}/glib-2.0/schemas/org.gnome.desktop.file-sharing.gschema.xml
+%{_datadir}/gnome-user-share/
 %{_userunitdir}/gnome-user-share-webdav.service
 
 %changelog
+* Thu Mar 27 2025 Fabio Valentini <decathorpe@gmail.com> - 48.0-1
+- Update to 48.0
+
 * Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 47.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
 

diff --git a/sources b/sources
index b94fc4b..d769b73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gnome-user-share-47.2.tar.xz) = 7e7d2be4c706050fb186aaf83db45b01413e96c09771414b3290137d6212f4f4490fb4ac228387b8b70f8fbfa83dc7df6a220af50a62303151e15c8568a9e6a0
+SHA512 (gnome-user-share-48.0.tar.xz) = 1a23ebbdf0942d0742dca2745b481ae22801d94a8ee39dcf1606daf4fb29dce9b6122e0d2ec2a4dd25d8e079f7ec8a132494124654ab0f6cdead85c472edb4a3

                 reply	other threads:[~2026-06-24 11:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178230091535.1.10420005241614688458.rpms-gnome-user-share-ea7d32af445a@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox