public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gnome-user-share] wip/oholy/f45-update: Update to 3.33.1
Date: Wed, 24 Jun 2026 11:35:04 GMT [thread overview]
Message-ID: <178230090469.1.12482657723762218503.rpms-gnome-user-share-626a44dc3066@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gnome-user-share
Branch : wip/oholy/f45-update
Commit : 626a44dc306683e992bccaf32161440d53d5fac2
Author : Kalev Lember <klember@redhat.com>
Date : 2019-08-27T02:18:47+03:00
Stats : +14/-11 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gnome-user-share/c/626a44dc306683e992bccaf32161440d53d5fac2?branch=wip/oholy/f45-update
Log:
Update to 3.33.1
- Switch to meson build system
---
diff --git a/.gitignore b/.gitignore
index 7dd7069..7a891c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
/gnome-user-share-3.28.0.tar.xz
/gnome-user-share-3.32.0.tar.xz
/gnome-user-share-3.32.0.1.tar.xz
+/gnome-user-share-3.33.1.tar.xz
diff --git a/gnome-user-share.spec b/gnome-user-share.spec
index 3220c1e..bbf8e1c 100644
--- a/gnome-user-share.spec
+++ b/gnome-user-share.spec
@@ -1,17 +1,18 @@
Name: gnome-user-share
-Version: 3.32.0.1
-Release: 2%{?dist}
+Version: 3.33.1
+Release: 1%{?dist}
Summary: Gnome user file sharing
License: GPLv2+
URL: http://www.gnome.org
-Source0: http://download.gnome.org/sources/gnome-user-share/3.32/%{name}-%{version}.tar.xz
+Source0: http://download.gnome.org/sources/gnome-user-share/3.33/%{name}-%{version}.tar.xz
-BuildRequires: gcc
+BuildRequires: gcc
BuildRequires: gtk3-devel
BuildRequires: httpd mod_dnssd
BuildRequires: itstool
BuildRequires: libcanberra-devel
+BuildRequires: meson
BuildRequires: desktop-file-utils
BuildRequires: libselinux-devel
BuildRequires: dbus-glib-devel
@@ -38,17 +39,14 @@ up in the Network location in GNOME.
%autosetup -p1
%build
-%configure
-make %{?_smp_mflags}
+%meson
+%meson_build
%install
-%make_install
-
-rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
+%meson_install
%find_lang gnome-user-share --with-gnome
-
%files -f gnome-user-share.lang
%license COPYING
%doc README NEWS
@@ -61,6 +59,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
%{_userunitdir}/gnome-user-share-webdav.service
%changelog
+* Mon Aug 26 2019 Kalev Lember <klember@redhat.com> - 3.33.1-1
+- Update to 3.33.1
+- Switch to meson build system
+
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
diff --git a/sources b/sources
index dc5684e..9447bc3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gnome-user-share-3.32.0.1.tar.xz) = d644aaf0c0b593188936505391b1927d883234ffa5acd6d04675575fc68409512b416d87ca6d0a7960187b433a874f2da6ec2d304eccbab8846446f89df8297e
+SHA512 (gnome-user-share-3.33.1.tar.xz) = b36ab9626b900344e899a3ae9a7b66cf1dd7fdaacf63149692d06590abf69173c1697e4010cf178d2eb4c6a80dcf555e067f37cc55e3c637093679e881404dd1
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=178230090469.1.12482657723762218503.rpms-gnome-user-share-626a44dc3066@fedoraproject.org \
--to=klember@redhat.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