public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/nautilus] rawhide: Update to 51.0.1
Date: Thu, 17 Sep 2026 06:12:35 GMT	[thread overview]
Message-ID: <178962555530.1.11940970397305114587.rpms-nautilus-0c7d752e8707@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/nautilus
Branch : rawhide
Commit : 0c7d752e8707b8d04f5d1f588309b7fea5240190
Author : Lukáš Tyrychtr <ltyrycht@redhat.com>
Date   : 2026-09-17T08:12:14+02:00
Stats  : +2/-43 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/nautilus/c/0c7d752e8707b8d04f5d1f588309b7fea5240190?branch=rawhide

Log:
Update to 51.0.1

---
diff --git a/nautilus-put-g_set_date_time-behind-guard.patch b/nautilus-put-g_set_date_time-behind-guard.patch
deleted file mode 100644
index 6749a6d..0000000
--- a/nautilus-put-g_set_date_time-behind-guard.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From b0ce3692801ab940755449b20ec60a6821ca4793 Mon Sep 17 00:00:00 2001
-From: Maximiliano Sandoval <msandova@gnome.org>
-Date: Mon, 27 Jul 2026 22:47:44 +0200
-Subject: [PATCH] date-util: Put g_set_date_time behind a guard
-
-Otherwise the glib's version, introduced at
-https://gitlab.gnome.org/GNOME/glib/-/commit/bb63c1ee368305363c0a168090774ef6a9b5cdbe,
-will get redefined.
----
- src/nautilus-date-utilities.h | 8 ++++++--
- 1 file changed, 6 insertions(+), 2 deletions(-)
-
-diff --git a/src/nautilus-date-utilities.h b/src/nautilus-date-utilities.h
-index c056d877a2..60a2fbecda 100644
---- a/src/nautilus-date-utilities.h
-+++ b/src/nautilus-date-utilities.h
-@@ -24,8 +24,9 @@ char *
- nautilus_date_preview_detailed_format (GDateTime *timestamp,
-                                        gboolean   use_detailed);
- 
--/* These are meant to be upstreamed to GLib, but live in-tree for now */
--
-+/* TODO Upstreamed to GLib in 2.89.3. Remove once the minimum required glib
-+   version is higher. */
-+#if !GLIB_CHECK_VERSION (2, 89, 3)
- /**
-  * g_set_date_time: (skip)
-  * @date_time_pointer: (inout) (not optional) (nullable): a pointer to either
-@@ -74,6 +75,9 @@ g_set_date_time (GDateTime **date_time_pointer,
- 
-     return TRUE;
- }
-+#endif
-+
-+/* This is meant to be upstreamed to GLib, but live in-tree for now */
- 
- /**
-  * g_set_ptr_array: (skip)
--- 
-GitLab
-

diff --git a/nautilus.spec b/nautilus.spec
index e728725..657df17 100644
--- a/nautilus.spec
+++ b/nautilus.spec
@@ -6,7 +6,7 @@
 %global libadwaita_version 1.8~alpha
 
 Name:           nautilus
-Version:        51~rc
+Version:        51.0.1
 Release:        %autorelease
 Summary:        File manager for GNOME
 

diff --git a/sources b/sources
index 48e71e1..0576e4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nautilus-51.rc.tar.xz) = 514e5a198079bc82a68e7e91d0c0eaf2c2dad5d5203274c99fa8a403314996738574f956655c020bd23828be7cd5c8b190204e7eb725db2b75ebb7e0d9f6819d
+SHA512 (nautilus-51.0.1.tar.xz) = d6b6d2a39f60caf9d786ac9bc30acf6ec7647ddb12be712776656255d24172850f8fd0e81915cda91a719e4f7a80168e08bbf45855a2d606009961d35917b4d1

                 reply	other threads:[~2026-09-17  6:12 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=178962555530.1.11940970397305114587.rpms-nautilus-0c7d752e8707@fedoraproject.org \
    --to=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